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 7caeafd commit 6f4f2fcCopy full SHA for 6f4f2fc
LoopStructural/modelling/input/process_data.py
@@ -90,7 +90,7 @@ def __init__(
90
self.fault_properties = fault_properties
91
elif fault_locations is not None:
92
self.fault_properties = pd.DataFrame(
93
- fault_locations["feature_name"].unique(), columns=["name"]
+ self.fault_locations["feature_name"].unique(), columns=["name"]
94
).set_index("name")
95
96
if fault_edges is not None and fault_edge_properties is not None:
0 commit comments