-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix type stability and LMARS structure #64
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #64 +/- ##
==========================================
- Coverage 89.45% 89.45% -0.01%
==========================================
Files 20 20
Lines 1802 1801 -1
==========================================
- Hits 1612 1611 -1
Misses 190 190 ☔ View full report in Codecov by Sentry. |
Co-authored-by: Michael Schlottke-Lakemper <[email protected]>
Co-authored-by: Michael Schlottke-Lakemper <[email protected]>
Co-authored-by: Michael Schlottke-Lakemper <[email protected]>
Co-authored-by: Michael Schlottke-Lakemper <[email protected]>
Co-authored-by: Michael Schlottke-Lakemper <[email protected]>
Co-authored-by: Michael Schlottke-Lakemper <[email protected]>
Thank you very much, @sloede! I’ll look for the missing ones as soon as I can. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a minor suggestion - otherwise, this looks good to me 👍
Co-authored-by: Hendrik Ranocha <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fine from my side - but the maintainers like @benegee and @tristanmontoya should also have a look at it.
@MarcoArtiano The format check fails. Could you please run the formatter locally to fix it? |
All looks good to me; I like having the LMARS be consistent with Trixi.jl. Once the format check passes, this can be merged. |
Thanks! Now it's ready to be merged. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
See Exact floating-point numbers .
This PR also changes the structure of the LMARS flux, by calling the same struct used in
Trixi.jl
.