Skip to content

Commit

Permalink
Merge pull request #364 from SpeedyWeather/mk/docs
Browse files Browse the repository at this point in the history
Increase test tolerance
  • Loading branch information
milankl authored Aug 8, 2023
2 parents f58a282 + 5c418d1 commit 59a8133
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/spectral_gradients.jl
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,8 @@ end
SpeedyWeather.divergence!(div1,u_coslat⁻¹,v_coslat⁻¹,S)

for lm in SpeedyWeather.eachharmonic(vor0,vor1,div0,div1)
@test vor0[lm] vor1[lm] rtol=10*sqrt(eps(NF))
@test div0[lm] div1[lm] rtol=10*sqrt(eps(NF))
@test vor0[lm] vor1[lm] rtol=20*sqrt(eps(NF))
@test div0[lm] div1[lm] rtol=20*sqrt(eps(NF))
end
end
end
Expand Down

0 comments on commit 59a8133

Please sign in to comment.