Skip to content

Commit

Permalink
Remove a TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
Arpit-Babbar committed Jul 24, 2024
1 parent 10bf10d commit f870c3a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/test_2d_moist_euler.jl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ EXAMPLES_DIR = pkgdir(TrixiAtmo, "examples") # TODO - Do we need a subdirectory
du_ode = similar(u_ode)
analysis_callback(sol)
@test (@allocated TrixiAtmo.Trixi.rhs!(du_ode, u_ode, semi, t)) < 100
# TODO - It performs 1920 allocations. Is that okay? All tests in Trixi take 1000.
end
end

Expand Down Expand Up @@ -68,7 +67,6 @@ end
du_ode = similar(u_ode)
analysis_callback(sol)
@test (@allocated TrixiAtmo.Trixi.rhs!(du_ode, u_ode, semi, t)) < 100
# TODO - It performs 1920 allocations. Is that okay? All tests in Trixi take 1000.
end
end

Expand Down

0 comments on commit f870c3a

Please sign in to comment.