Skip to content

Commit

Permalink
use Float32 for test tolerances
Browse files Browse the repository at this point in the history
  • Loading branch information
ranocha committed Aug 21, 2024
1 parent f152c86 commit e3a187a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test_p4est_2d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e3a187a

Please sign in to comment.