Skip to content

Commit

Permalink
Merge branch 'fix_dommel_network' of https://github.com/Deltares/Riba…
Browse files Browse the repository at this point in the history
…sim-NL into fix_dommel_network
  • Loading branch information
DanielTollenaar committed Aug 20, 2024
2 parents f5401b5 + 51904a8 commit a24cad6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion notebooks/de_dommel/modify_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
network_validator = NetworkValidator(model)

# %% verwijder duplicated edges
duplicated_edges_df = network_validator.edge_duplicated()

# see: https://github.com/Deltares/Ribasim-NL/issues/102#issuecomment-2288780504
model.edge.df = model.edge.df[~((model.edge.df.from_node_type == "Basin") & (model.edge.df.to_node_type == "Basin"))]
Expand Down

0 comments on commit a24cad6

Please sign in to comment.