Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dutch_waterways model #1403

Merged
merged 1 commit into from
Apr 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading