Skip to content

Commit

Permalink
That CI fail was on me!
Browse files Browse the repository at this point in the history
  • Loading branch information
Arpit-Babbar committed Feb 16, 2024
1 parent 62a57fa commit 2afbc38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_p4est_2d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -588,8 +588,8 @@ end
lift = Trixi.analyze(lift_coefficient, du, u, tspan[2], mesh, equations, solver,
semi.cache)

@test isapprox(lift, 0.10909749380301453, atol = 1e-13)
@test isapprox(drag, 0.026361875495671695, atol = 1e-13)
@test isapprox(lift, 0.026361875495671695, atol = 1e-13)
@test isapprox(drag, 0.10909749380301453, atol = 1e-13)
end
end

Expand Down

0 comments on commit 2afbc38

Please sign in to comment.