Skip to content

Commit dce882d

Browse files
committed
reduce tol for gpu test
1 parent 844c583 commit dce882d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/gpu_tests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1076,7 +1076,7 @@ function test_gpu(FT)
10761076
@test isapprox(Array(output)[10], FT(-40447.855), rtol = 1e-6)
10771077
@test isapprox(Array(output)[11], FT(0), rtol = 1e-6)
10781078
@test isapprox(Array(output)[12], FT(2.6429e-3), rtol = 1e-4)
1079-
@test isapprox(Array(output)[13], FT(0.1149331), rtol = 1e-6)
1079+
@test isapprox(Array(output)[13], FT(0.1149338), rtol = 1e-5)
10801080
@test isapprox(Array(output)[14], FT(-52903.817), rtol = 1e-6)
10811081
@test isapprox(
10821082
Array(output)[15],

0 commit comments

Comments
 (0)