Skip to content

Commit

Permalink
add comment about rtol
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLampert committed Oct 9, 2024
1 parent e884696 commit 814a5bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/combinations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@ end
f(p) = 1.0
fv(p) = fill(f(p), 3)

# Tolerances are higher due to `measure` being only an approximation
# Scalar integrand
sol = Meshes.measure(ellipsoid)
@test integral(f, ellipsoid, GaussLegendre(100))sol rtol=1e-2
Expand Down

0 comments on commit 814a5bf

Please sign in to comment.