-
Notifications
You must be signed in to change notification settings - Fork 8
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
ScatteredInterpolation.jl #5
Conversation
superseded by #20 |
it seems that #20 only implements ScatteredInterpolation.jl for extrapolating the boundary helper-points. Whereas this implements ScatteredInterpolation for all points as interpolators. Did I miss something? |
No, I think we could still merge this, even though it may not be the best interpolator... |
they are for sure not the best ones, super slow for started. But there are plenty of different algorithms implemented. |
Codecov Report
@@ Coverage Diff @@
## master #5 +/- ##
==========================================
- Coverage 89.85% 84.35% -5.51%
==========================================
Files 5 5
Lines 138 147 +9
==========================================
Hits 124 124
- Misses 14 23 +9
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Note: Currently the Scatteredinterpolators are ~100 slower... no idea why yet :)