Skip to content

Commit

Permalink
get steady state demo to work
Browse files Browse the repository at this point in the history
  • Loading branch information
teddygroves committed Nov 29, 2024
1 parent 0da0dd3 commit a0e8c46
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/steady_state_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ def get_steady_state_from_params(parameters: PyTree):
This lets us get the Jacobian wrt (just) the parameters.
"""
_model = RateEquationModel(
parameters, model.structure, model.rate_equations
)
_model = RateEquationModel(parameters, model.structure)
return get_kinetic_model_steady_state(_model, guess)

# solve once for jitting
Expand Down

0 comments on commit a0e8c46

Please sign in to comment.