Skip to content

Commit

Permalink
Increase tolerance for soil_test_3d
Browse files Browse the repository at this point in the history
  • Loading branch information
Sbozzolo committed Apr 25, 2024
1 parent 7b0c273 commit f931fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/standalone/Soil/soil_test_3d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ for FT in (Float32, Float64)
K(θX) * dψdθ(θX) * d2θdx2(XX, myZ) +
K(θX) * dθdx(XX, myZ)^2.0 * d2ψdθ2(θX)
)
@test maximum(abs.(dYX .- expected)) < 10^10 * eps(FT)
@test maximum(abs.(dYX .- expected)) < 10^11 * eps(FT)
end
end

Expand Down

0 comments on commit f931fa3

Please sign in to comment.