Skip to content

Commit a9bf66e

Browse files
committed
Update tolerances for macOS-ARM
1 parent c696f8b commit a9bf66e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/validation/validation.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@
5050
if Sys.ARCH === :aarch64
5151
# MacOS ARM produces slightly different pressure values than x86.
5252
# 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)
53+
@test isapprox(error_edac_P1, 0, atol=8e-10)
54+
@test isapprox(error_edac_P2, 0, atol=7e-12)
55+
@test isapprox(error_wcsph_P1, 0, atol=18.0)
56+
@test isapprox(error_wcsph_P2, 0, atol=0.004)
5757
elseif VERSION == v"1.10"
5858
# Reference values are computed with 1.10
5959
@test isapprox(error_edac_P1, 0, atol=eps())

0 commit comments

Comments
 (0)