@@ -26,7 +26,7 @@ isdir(outdir) && rm(outdir, recursive = true)
2626 @test real (semi32. solver) == Float32
2727 @test real (semi32. solver. basis) == Float32
2828 @test real (semi32. solver. mortar) == Float32
29- # TODO : remake ignores the mesh itself as well
29+ # TODO : `mesh` is currently not `adapt`ed correctly
3030 @test real (semi32. mesh) == Float64
3131end
3232
3535 # Expected errors are exactly the same as with TreeMesh!
3636 l2= [Float32 (8.311947673061856e-6 )],
3737 linf= [Float32 (6.627000273229378e-5 )],
38- RealT = Float32,
38+ RealT_for_test_tolerances = Float32,
3939 real_type= Float32)
4040 # Ensure that we do not have excessive memory allocations
4141 # (e.g., from type instabilities)
4848 @test real (ode. p. solver) == Float32
4949 @test real (ode. p. solver. basis) == Float32
5050 @test real (ode. p. solver. mortar) == Float32
51- # TODO : remake ignores the mesh itself as well
51+ # TODO : `mesh` is currently not `adapt`ed correctly
5252 @test real (ode. p. mesh) == Float64
5353end
5454
278278 ],
279279 tspan= (0.0f0 , 1.0f0 ),
280280 rtol= 10 * sqrt (eps (Float32)), # to make CI pass
281- RealT = Float32)
281+ RealT_for_test_tolerances = Float32)
282282 # Ensure that we do not have excessive memory allocations
283283 # (e.g., from type instabilities)
284284 @test_allocations (Trixi. rhs!, semi, sol, 1000 )
0 commit comments