-
-
Notifications
You must be signed in to change notification settings - Fork 198
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
[WIP] Interpolation overhaul #1203
base: master
Are you sure you want to change the base?
Conversation
needs updating; also it's very slow
#1242 is about the EconForge interpolator as an additional backend to multivariate interpolation? |
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.
Small comment: My pref is to be more systematic about naming, and have the general followed by the specific. Like, it should be interp_bilinear, interp_decay, interp_linear.
Also, is LinearFast
an interpolator? If so it should be interp_linear_fast
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #1203 +/- ##
==========================================
- Coverage 72.55% 72.01% -0.54%
==========================================
Files 78 85 +7
Lines 13009 13391 +382
==========================================
+ Hits 9439 9644 +205
- Misses 3570 3747 +177
☔ View full report in Codecov by Sentry. |
Please ensure your pull request adheres to the following guidelines: