diff --git a/test/test_parabolic_3d.jl b/test/test_parabolic_3d.jl index a5e63c7486c..99ad05c7f70 100644 --- a/test/test_parabolic_3d.jl +++ b/test/test_parabolic_3d.jl @@ -268,12 +268,14 @@ end dt = 1e-5, ode_default_options()..., callback = callbacks) l2_error, linf_error = analysis_callback(sol) - @test l2_error ≈ [0.00031093362536287433; + @test l2_error ≈ + [0.00031093362536287433; 0.0006473493036800964; 0.0007705277238221976; 0.0006280517917194624; 0.0009039277899421355] - @test linf_error ≈ [0.0023694155363713776; + @test linf_error ≈ + [0.0023694155363713776; 0.01063493262248095; 0.006772070862041679; 0.010640551561807883;