Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SouthEndMusic committed May 21, 2024
1 parent b208ca4 commit 99d71a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/ribasim_testmodels/ribasim_testmodels/allocation.py
Original file line number Diff line number Diff line change
Expand Up @@ -792,8 +792,8 @@ def main_network_with_subnetworks_model() -> Model:

# Missing demand
model.user_demand.add(
Node(60, Point(7, -1), subnetwork_id=1),
[user_demand.Static(return_factor=[0.9], priority=10, min_level=0.0)],
Node(60, Point(21, -1), subnetwork_id=1),
[user_demand.Static(return_factor=[0.9], priority=2, min_level=0.0)],
)

model.edge.add(model.flow_boundary[1], model.basin[2], subnetwork_id=1)
Expand Down

0 comments on commit 99d71a2

Please sign in to comment.