From e3a187a66ddf90707b332a701c9668f0e9f15b0c Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Wed, 21 Aug 2024 16:26:33 +0200 Subject: [PATCH] use Float32 for test tolerances --- test/test_p4est_2d.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/test_p4est_2d.jl b/test/test_p4est_2d.jl index 100fdbb73b..867424cfff 100644 --- a/test/test_p4est_2d.jl +++ b/test/test_p4est_2d.jl @@ -236,7 +236,8 @@ end 0.3972956f0, 1.0810697f0, ], - tspan=(0.0f0, 1.0f0)) + tspan=(0.0f0, 1.0f0), + RealT=Float32) # Ensure that we do not have excessive memory allocations # (e.g., from type instabilities) let