Skip to content

Commit f870c3a

Browse files
committed
Remove a TODO
1 parent 10bf10d commit f870c3a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/test_2d_moist_euler.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ EXAMPLES_DIR = pkgdir(TrixiAtmo, "examples") # TODO - Do we need a subdirectory
3535
du_ode = similar(u_ode)
3636
analysis_callback(sol)
3737
@test (@allocated TrixiAtmo.Trixi.rhs!(du_ode, u_ode, semi, t)) < 100
38-
# TODO - It performs 1920 allocations. Is that okay? All tests in Trixi take 1000.
3938
end
4039
end
4140

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

0 commit comments

Comments
 (0)