Skip to content

Commit 6f4f2fc

Browse files
author
Lachlan Grose
committed
docs: fixing fault network example
1 parent 7caeafd commit 6f4f2fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LoopStructural/modelling/input/process_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def __init__(
9090
self.fault_properties = fault_properties
9191
elif fault_locations is not None:
9292
self.fault_properties = pd.DataFrame(
93-
fault_locations["feature_name"].unique(), columns=["name"]
93+
self.fault_locations["feature_name"].unique(), columns=["name"]
9494
).set_index("name")
9595

9696
if fault_edges is not None and fault_edge_properties is not None:

0 commit comments

Comments
 (0)