From 814a5bfe14d3d7117e9db77d0c6e06ac8496bb2f Mon Sep 17 00:00:00 2001 From: Joshua Lampert Date: Wed, 9 Oct 2024 17:47:22 +0200 Subject: [PATCH] add comment about rtol --- test/combinations.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/test/combinations.jl b/test/combinations.jl index 67adb38..2896c58 100644 --- a/test/combinations.jl +++ b/test/combinations.jl @@ -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