Skip to content

Commit

Permalink
column name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SouthEndMusic committed Dec 20, 2023
1 parent 8a99430 commit f3e0710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ribasim/ribasim/input_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def offset_node_ids(self, offset_node_id: int) -> "TableModel":
"node_id",
"from_node_id",
"to_node_id",
"listen_node_id",
"listen_feature_id",
]:
if hasattr(df, name_column):
df[name_column] += offset_node_id
Expand Down

0 comments on commit f3e0710

Please sign in to comment.