Skip to content

Commit 283cdfe

Browse files
author
Lachlan Grose
committed
fix: fixing bug with fault network example
1 parent c390b7c commit 283cdfe

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

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)