Skip to content

Commit dcde577

Browse files
test: do not test unimplemented SDDE integrator stepping
1 parent 665582e commit dcde577

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/downstream/comprehensive_indexing.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -977,9 +977,6 @@ end
977977
delay = sys.osc1.τ
978978
original = sys.osc1.x
979979
@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)
983980
sol = solve(prob, ImplicitEM())
984981
@test sol[sym] sol(sol.t .- sol.ps[delay]; idxs = original)
985982
end

0 commit comments

Comments
 (0)