File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
7171end
7272
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
137137end
138138
You can’t perform that action at this time.
0 commit comments