Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDoehring committed Nov 19, 2024
1 parent 92fab1e commit 51c3085
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/test_parabolic_3d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 51c3085

Please sign in to comment.