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 6d9e49b commit a71f3eeCopy full SHA for a71f3ee
test/structural_transformation/utils.jl
@@ -76,7 +76,7 @@ end
76
end
77
@mtkbuild sys = ODESystem([D(x) ~ y[1] + y[2], y ~ foo(x)], t)
78
@test length(equations(sys)) == 1
79
- @test length(observed(sys)) == 3
+ @test length(observed(sys)) == 4
80
prob = ODEProblem(sys, [x => 1.0], (0.0, 1.0), [foo => _tmp_fn2])
81
val[] = 0
82
@test_nowarn prob.f(prob.u0, prob.p, 0.0)
0 commit comments