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 c696f8b commit a9bf66eCopy full SHA for a9bf66e
test/validation/validation.jl
@@ -50,10 +50,10 @@
50
if Sys.ARCH === :aarch64
51
# MacOS ARM produces slightly different pressure values than x86.
52
# Note that pressure values are in the order of 1e5.
53
- @test isapprox(error_edac_P1, 0, atol=4e-10)
54
- @test isapprox(error_edac_P2, 0, atol=3e-12)
55
- @test isapprox(error_wcsph_P1, 0, atol=6.0)
56
- @test isapprox(error_wcsph_P2, 0, atol=7e-4)
+ @test isapprox(error_edac_P1, 0, atol=8e-10)
+ @test isapprox(error_edac_P2, 0, atol=7e-12)
+ @test isapprox(error_wcsph_P1, 0, atol=18.0)
+ @test isapprox(error_wcsph_P2, 0, atol=0.004)
57
elseif VERSION == v"1.10"
58
# Reference values are computed with 1.10
59
@test isapprox(error_edac_P1, 0, atol=eps())
0 commit comments