Skip to content

Commit 5b38d0d

Browse files
Update wuschel.jl
1 parent d832874 commit 5b38d0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/wuschel.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ m = readSBMLFromString(sbml, doc -> begin
1313
end)
1414
sys = ODESystem(m)
1515
@test length(equations(sys)) == 1012
16-
@test length(states(sys)) == 1012
16+
@test length(unknowns(sys)) == 1012
1717
#ssys = structural_simplify(sys) # Todo: Figure out why this complains about ExtraVariablesSystemException
1818
prob = ODEProblem(sys, [], (0, 10.0))
1919
solve(prob, Tsit5(), save_everystep = false)

0 commit comments

Comments
 (0)