-
Notifications
You must be signed in to change notification settings - Fork 22
Add dedicated interpolate function #612
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
base: main
Are you sure you want to change the base?
Conversation
The interpolation happens only when advecting momentum.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #612 +/- ##
==========================================
+ Coverage 92.69% 98.39% +5.70%
==========================================
Files 39 9 -30
Lines 1697 187 -1510
==========================================
- Hits 1573 184 -1389
+ Misses 124 3 -121 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
It seems that, according to |
IIUC, usage of |
…it tests for indexers
This PR is a first in series of PRs of API refactoring described in #510.
The aim is to replace repeated definitions of
interpolate
around the code to a single function inPyMPDATA.impl
.Current tasks:
interpolate
JIT-compilable