Skip to content

Commit 4f272a5

Browse files
[ci skip] patch residual control tolerance
1 parent 171da2c commit 4f272a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "DelayDiffEq"
22
uuid = "bcd4f6db-9728-5f36-b5f7-82caef46ccdb"
33
authors = ["Chris Rackauckas <[email protected]>"]
4-
version = "5.32.1"
4+
version = "5.32.2"
55

66
[deps]
77
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"

test/integrators/residual_control.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const prob_wo = remake(prob; constant_lags = nothing)
2828

2929
sol = solve(prob_wo, alg; abstol = 1e-9, reltol = 1e-6)
3030

31-
@test sol.errors[:l∞] < 5.0e-8
31+
@test sol.errors[:l∞] < 6.0e-8
3232
@test sol.errors[:final] < 3.4e-9
3333
@test sol.errors[:l2] < 2.2e-8
3434

0 commit comments

Comments
 (0)