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 844c583 commit dce882dCopy full SHA for dce882d
test/gpu_tests.jl
@@ -1076,7 +1076,7 @@ function test_gpu(FT)
1076
@test isapprox(Array(output)[10], FT(-40447.855), rtol = 1e-6)
1077
@test isapprox(Array(output)[11], FT(0), rtol = 1e-6)
1078
@test isapprox(Array(output)[12], FT(2.6429e-3), rtol = 1e-4)
1079
- @test isapprox(Array(output)[13], FT(0.1149331), rtol = 1e-6)
+ @test isapprox(Array(output)[13], FT(0.1149338), rtol = 1e-5)
1080
@test isapprox(Array(output)[14], FT(-52903.817), rtol = 1e-6)
1081
@test isapprox(
1082
Array(output)[15],
0 commit comments