Skip to content

Commit 5bcf582

Browse files
greater tolerance
1 parent 2aae419 commit 5bcf582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/thermostat_test.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ using StochasticDiffEq
2828

2929
T1 = temperature(result, t1)
3030
T2 = temperature(result, t2)
31-
ε = 0.1
31+
ε = 0.5
3232
@test abs(T2 - T0) / T0 0.0 atol = ε
3333
end
3434

0 commit comments

Comments
 (0)