Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
more tol raising.
  • Loading branch information
oscardssmith authored Sep 16, 2022
commit cc29abd16e6da16e5dfdcfe66b3ec0d93fe869e5
4 changes: 2 additions & 2 deletions test/integrators/events.jl
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ end
sol2 = solve(prob, alg, callback = cb, dtmax = 0.01)
sol3 = appxtrue(sol1, sol2)

@test sol3.errors[:L2] < 1.4e-3
@test sol3.errors[:L∞] < 4.1e-3
@test sol3.errors[:L2] < 1.5e-3
@test sol3.errors[:L∞] < 4.5e-3
end

@testset "save discontinuity" begin
Expand Down