Skip to content

Commit

Permalink
change states() to unknows()
Browse files Browse the repository at this point in the history
  • Loading branch information
TS-CUBED committed Mar 12, 2024
1 parent 85e44dc commit 8031d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ end
# _Note: `structural_simplify` reduces and optimises the ODE system. It is, therefore, not always obvious, which states it will use and which it will drop. We can use the `states` and `observed` function to check this. It is recommended to do this, since small changes can reorder states, observables, and parameters._
#
# States in the system are now:
states(circ_sys)
unknowns(circ_sys)

# Observed variables - the system will drop these from the ODE system that is solved, but it keeps all the algebraic equations needed to calculate them in the system object, as well as the `ODEProblem` and solution object - are:
observed(circ_sys)
Expand Down

0 comments on commit 8031d01

Please sign in to comment.