Skip to content

Commit

Permalink
Remove commented bounds in ue.conc
Browse files Browse the repository at this point in the history
  • Loading branch information
tristantc committed Oct 10, 2024
1 parent 13d7a7c commit 325890c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gdplib/water_network/wnd.py
Original file line number Diff line number Diff line change
Expand Up @@ -514,8 +514,6 @@ def unit_exists_or_not(m, unit):
doc="TU streams concentration",
domain=pyo.NonNegativeReals,
bounds=lambda _, j, i, k: (0, 100) if i == unit else (0, 4),
# bounds=lambda _, j, i, k: (feed[j].min(),100) if i==unit else (feed[j].min(),4)
# bounds=lambda _, j, i, k: (feed[j].min(),feed[j].max()),
# initialize= lambda _, j, i, k: feed.loc[i,j] if i in m.FSU else None
)

Expand Down

0 comments on commit 325890c

Please sign in to comment.