Skip to content

Commit

Permalink
docs: fixing fault network example
Browse files Browse the repository at this point in the history
  • Loading branch information
Lachlan Grose committed May 5, 2022
1 parent 7caeafd commit 6f4f2fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LoopStructural/modelling/input/process_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def __init__(
self.fault_properties = fault_properties
elif fault_locations is not None:
self.fault_properties = pd.DataFrame(
fault_locations["feature_name"].unique(), columns=["name"]
self.fault_locations["feature_name"].unique(), columns=["name"]
).set_index("name")

if fault_edges is not None and fault_edge_properties is not None:
Expand Down

0 comments on commit 6f4f2fc

Please sign in to comment.