We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d832874 commit 5b38d0dCopy full SHA for 5b38d0d
test/wuschel.jl
@@ -13,7 +13,7 @@ m = readSBMLFromString(sbml, doc -> begin
13
end)
14
sys = ODESystem(m)
15
@test length(equations(sys)) == 1012
16
-@test length(states(sys)) == 1012
+@test length(unknowns(sys)) == 1012
17
#ssys = structural_simplify(sys) # Todo: Figure out why this complains about ExtraVariablesSystemException
18
prob = ODEProblem(sys, [], (0, 10.0))
19
solve(prob, Tsit5(), save_everystep = false)
0 commit comments