Skip to content

Commit

Permalink
test: do not test unimplemented SDDE integrator stepping
Browse files Browse the repository at this point in the history
  • Loading branch information
AayushSabharwal committed Dec 9, 2024
1 parent 665582e commit dcde577
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/downstream/comprehensive_indexing.jl
Original file line number Diff line number Diff line change
Expand Up @@ -977,9 +977,6 @@ end
delay = sys.osc1.τ
original = sys.osc1.x
@test prob[sym] prob[original] .+ (prob.tspan[1] - prob.ps[delay])
integ = init(prob, ImplicitEM())
step!(integ, 10.0, true)
@test integ[sym] SciMLBase.get_sol(integ)(integ.t - integ.ps[delay]; idxs = original)
sol = solve(prob, ImplicitEM())
@test sol[sym] sol(sol.t .- sol.ps[delay]; idxs = original)
end

0 comments on commit dcde577

Please sign in to comment.