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 23359d3 commit 2756878Copy full SHA for 2756878
test/downstream/ode_stripping.jl
@@ -7,4 +7,4 @@ sol = solve(prob, Tsit5(), reltol = 1e-8, abstol = 1e-8)
7
8
@test isnothing(strip_solution(sol).f)
9
10
-@test isnothing(strip_solution(sol).interp.f)
+@test isnothing(strip_solution(sol).interp.f)
0 commit comments