Conversation
Review checklistThis checklist is meant to assist creators of PRs (to let them know what reviewers will typically look for) and reviewers (to guide them in a structured review process). Items do not need to be checked explicitly for a PR to be eligible for merging. Purpose and scope
Code quality
Documentation
Testing
Performance
Verification
Created with ❤️ by the Trixi.jl community. |
| # TODO: remake ignores the mesh itself as well | ||
| @test real(ode.p.mesh) == Float64 |
There was a problem hiding this comment.
In that case this TODO should probably live somewhere else, maybe in function remake?
ranocha
left a comment
There was a problem hiding this comment.
I agree that the TODO note may also live somewhere else. But I would like to keep the current form of the elixir without introducing RealT in the mesh since it is not used anywhere else (and should not be required when adapt is fixed).
Are you sure the test actually does what it is supposed to do? In the test Trixi.jl/test/test_p4est_2d.jl Lines 34 to 39 in 26d8600 but this is not used in the elixir itself: i.e., there is no place where |
This is related to our discussion in trixi-framework/TrixiTest.jl#16: since this is a test using |
Ah I see. However, the test seems (to me) to be executed in |
See trixi-framework/TrixiTest.jl#16