Skip to content

Commit

Permalink
Make test model runnable
Browse files Browse the repository at this point in the history
  • Loading branch information
SouthEndMusic committed Dec 22, 2023
1 parent 6049ae3 commit e4976d1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions python/ribasim_testmodels/ribasim_testmodels/allocation.py
Original file line number Diff line number Diff line change
Expand Up @@ -1185,4 +1185,9 @@ def main_network_with_subnetworks_model():
)
model.pump.merge_node(pump_added)

# Fix control logic
df = model.discrete_control.condition.df
df.listen_feature_id = 25
df.variable = "level"

return model

0 comments on commit e4976d1

Please sign in to comment.