Skip to content

Commit

Permalink
Comments adressed
Browse files Browse the repository at this point in the history
  • Loading branch information
SouthEndMusic committed Apr 17, 2024
1 parent 59fc2f2 commit f00f459
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/python/examples.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -734,8 +734,8 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"We see that in Januari the level of the basin is too high and thus water is pumped out until the maximum level of the desried range is reached. Then until May water flows out of the basin freely trough the tabulated rating curve until the minimum leavel is reached. From \n",
"this point until the start of July water is pumped into the basin in short bursts to stay within the desired range. at the Start of July rain starts falling on the basin, which causes the basin level to rise until the maximum level. From this point onward water is pumped out of the basin in short bursts to stay within the desired range."
"We see that in Januari the level of the basin is too high and thus water is pumped out until the maximum level of the desired range is reached. Then until May water flows out of the basin freely through the tabulated rating curve until the minimum level is reached. From \n",
"this point until the start of July water is pumped into the basin in short bursts to stay within the desired range. At the start of July rain starts falling on the basin, which causes the basin level to rise until the maximum level. From this point onward water is pumped out of the basin in short bursts to stay within the desired range."
]
},
{
Expand Down
1 change: 0 additions & 1 deletion python/ribasim/ribasim/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,6 @@ def plot_control_listen(self, ax):
to_add = df_variable[
["node_id", "listen_node_id", "listen_node_type"]
].drop_duplicates()
to_add = to_add[to_add["listen_node_type"] != "compound"]
to_add.columns = ["control_node_id", "listen_node_id", "listen_node_type"]
to_add["control_node_type"] = "DiscreteControl"
df_listen_edge = pd.concat([df_listen_edge, to_add])
Expand Down

0 comments on commit f00f459

Please sign in to comment.