You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While we already have 100% test coverage, this is only due to the fact that we do not count the Julia-to-C bindings as code (since it is not officially part of this package). However, it would be great to have some more meaningful tests that exercise some functionality of the p4est library. I am thinking about things like
Create a non-square mesh
Refine locally
Rebalance
This way, we could have higher confidence that the core algorithms of the JLL package and the custom builds that we test are working as they should.
The text was updated successfully, but these errors were encountered:
While we already have 100% test coverage, this is only due to the fact that we do not count the Julia-to-C bindings as code (since it is not officially part of this package). However, it would be great to have some more meaningful tests that exercise some functionality of the p4est library. I am thinking about things like
This way, we could have higher confidence that the core algorithms of the JLL package and the custom builds that we test are working as they should.
The text was updated successfully, but these errors were encountered: