We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aae419 commit 5bcf582Copy full SHA for 5bcf582
test/thermostat_test.jl
@@ -28,7 +28,7 @@ using StochasticDiffEq
28
29
T1 = temperature(result, t1)
30
T2 = temperature(result, t2)
31
- ε = 0.1
+ ε = 0.5
32
@test abs(T2 - T0) / T0 ≈ 0.0 atol = ε
33
end
34
0 commit comments