Skip to content

Commit c561fa4

Browse files
test change
1 parent 24a191a commit c561fa4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/regular_jumps.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ Nsims = 1000
6565

6666
# Test mean infected trajectories
6767
for i in 1:251
68-
@test isapprox(mean_direct_I[i], mean_simple_I[i], rtol=0.10)
69-
@test isapprox(mean_direct_I[i], mean_adaptive_I[i], rtol=0.10)
68+
@test isapprox(mean_direct_I[i], mean_simple_I[i], rtol=0.05)
69+
@test isapprox(mean_direct_I[i], mean_adaptive_I[i], rtol=0.05)
7070
end
7171
end
7272

@@ -131,8 +131,8 @@ end
131131

132132
# Test mean infected trajectories
133133
for i in 1:251
134-
@test isapprox(mean_direct_I[i], mean_simple_I[i], rtol=0.10)
135-
@test isapprox(mean_direct_I[i], mean_adaptive_I[i], rtol=0.10)
134+
@test isapprox(mean_direct_I[i], mean_simple_I[i], rtol=0.05)
135+
@test isapprox(mean_direct_I[i], mean_adaptive_I[i], rtol=0.05)
136136
end
137137
end
138138

0 commit comments

Comments
 (0)