Skip to content

Commit

Permalink
return to original bsm1
Browse files Browse the repository at this point in the history
  • Loading branch information
GaYeongKim committed Nov 9, 2023
1 parent 26d9387 commit 6fd6617
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exposan/bsm1/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def set_DOsat(i):
aer3.DOsat = i


##### UA with random initial conditions to test steady state #####
##### UA with random initial conditions to test steady state #####
elif kind in ('steady state', 'ss'):
# Set initial conditions of all bioreactors
for k, v in _ic.items():
Expand All @@ -189,7 +189,7 @@ def set_DOsat(i):
baseline=b, distribution=D)
def ic_setter(conc): pass

##### UUA with 2 decision variables as parameters #####
##### UUA with 2 decision variables as parameters #####
elif kind.lower() in ('decision variable', 'decision variables', 'dv', 'dvs'):
b = aer1.Q_air
D = shape.Uniform(lower=2.4e3, upper=b*1.25)
Expand Down

0 comments on commit 6fd6617

Please sign in to comment.