We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 541e2fc commit 405d501Copy full SHA for 405d501
swolfpy_inputdata/RDF_Input.py
@@ -24,6 +24,6 @@ def __init__(self, input_data_path=None, process_data_path=None,
24
CommonDataObjct = CommonData()
25
26
if process_data_path is None:
27
- process_data_path = Path(__file__).parent / "Data/SS_MRF_Input_MaterialDependent.csv"
+ process_data_path = Path(__file__).parent / "Data/RDF_Input_MaterialDependent.csv"
28
self.add_process_data(process_data_path=process_data_path,
29
index=CommonDataObjct.Index)
0 commit comments