We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc3e2dc commit 2e14e0bCopy full SHA for 2e14e0b
test/structural_transformation/utils.jl
@@ -92,7 +92,7 @@ end
92
@mtkbuild sys = ODESystem(
93
[D(y) ~ foo(x), D(x) ~ sum(y), zeros(2) ~ foo(prod(z))], t)
94
@test length(equations(sys)) == 5
95
- @test length(observed(sys)) == 2
+ @test length(observed(sys)) == 4
96
prob = ODEProblem(
97
sys, [y => ones(2), z => 2ones(2), x => 3.0], (0.0, 1.0), [foo => _tmp_fn2])
98
@test_nowarn prob.f(prob.u0, prob.p, 0.0)
0 commit comments