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 665582e commit dcde577Copy full SHA for dcde577
test/downstream/comprehensive_indexing.jl
@@ -977,9 +977,6 @@ end
977
delay = sys.osc1.τ
978
original = sys.osc1.x
979
@test prob[sym] ≈ prob[original] .+ (prob.tspan[1] - prob.ps[delay])
980
- integ = init(prob, ImplicitEM())
981
- step!(integ, 10.0, true)
982
- @test integ[sym] ≈ SciMLBase.get_sol(integ)(integ.t - integ.ps[delay]; idxs = original)
983
sol = solve(prob, ImplicitEM())
984
@test sol[sym] ≈ sol(sol.t .- sol.ps[delay]; idxs = original)
985
end
0 commit comments