Skip to content

Commit

Permalink
Remove dutch_waterways model (#1403)
Browse files Browse the repository at this point in the history
As discussed with @gijsber, this model is not worth maintaining and it
broke with #1393.
  • Loading branch information
SouthEndMusic authored Apr 18, 2024
1 parent a85a2b6 commit 27b8c44
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 260 deletions.
2 changes: 0 additions & 2 deletions python/ribasim_testmodels/ribasim_testmodels/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
tabulated_rating_curve_control_model,
)
from ribasim_testmodels.doc_example import local_pidcontrolled_cascade_model
from ribasim_testmodels.dutch_waterways import dutch_waterways_model
from ribasim_testmodels.equations import (
linear_resistance_model,
manning_resistance_model,
Expand Down Expand Up @@ -67,7 +66,6 @@
"bucket_model",
"compound_variable_condition_model",
"discrete_control_of_pid_control_model",
"dutch_waterways_model",
"flow_boundary_time_model",
"flow_condition_model",
"flow_demand_model",
Expand Down
258 changes: 0 additions & 258 deletions python/ribasim_testmodels/ribasim_testmodels/dutch_waterways.py

This file was deleted.

0 comments on commit 27b8c44

Please sign in to comment.