Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/prepare_for_1.11' into fix_obs_f…
Browse files Browse the repository at this point in the history
…or_free_surface
  • Loading branch information
svchb committed Oct 10, 2024
2 parents 782f9de + 1a9f3f5 commit b0d24cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/validation/validation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
@test isapprox(error_wcsph_P2, 0, atol=eps())
else
# 1.9 causes a large difference in the solution
# 1.11 requires a performance hotfix which will likely change these results again
# TODO 1.11 requires a performance hotfix which will likely change these results again
@test isapprox(error_edac_P1, 0, atol=4e-9)
@test isapprox(error_edac_P2, 0, atol=3e-11)
@test isapprox(error_wcsph_P1, 0, atol=26.3)
Expand Down

0 comments on commit b0d24cc

Please sign in to comment.