-
Notifications
You must be signed in to change notification settings - Fork 112
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
Support of other real types (Float32
, auxiliary)
#1929
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. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1929 +/- ##
==========================================
- Coverage 96.09% 91.13% -4.96%
==========================================
Files 453 453
Lines 36481 36489 +8
==========================================
- Hits 35055 33252 -1803
- Misses 1426 3237 +1811
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Thanks for the review @ranocha ! I am thinking about how to test these PRs. Generally, I would treat these smaller PRs as preliminary improvements (as the general PR is calling some basic functions here). So basically we could test and merge these smaller PRs first then merge and test the general PR. But what if some PRs are cross-referencing each other (for example, some PRs rely on the improvements from each other)? I am not sure whether the case I mentioned above is going to happen in these improvements. |
In this case, the PRs providing functionality required by other changes should be merged first. |
#1909 depends on this PR (and possibly more small PRs like this in the future). |
Rerun CI please (if you like). I locally ran CI when these were running here - hitting the limit and thus too many CI failures here. |
The first extra part of #1909, mainly addressing src/auxiliary.
TODO:
#1929 (comment)