-
Notifications
You must be signed in to change notification settings - Fork 109
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
Mention KernelInterpolation.jl in section about other packages #599
Mention KernelInterpolation.jl in section about other packages #599
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #599 +/- ##
=======================================
Coverage 87.18% 87.18%
=======================================
Files 28 28
Lines 1888 1888
=======================================
Hits 1646 1646
Misses 242 242 ☔ View full report in Codecov by Sentry. |
Does anyone have a spare minute for a quick review? |
I'm trying to understand why there are multiple line changed in the diff. |
That's just because my editor automatically removes trailing white spaces. I'm sorry for that. |
Gently bumping this. Should I reintroduce the trailing white spaces to have only a one-line diff? |
That would help, yes. |
Done. |
Thanks. Merged. |
Thanks! |
I have a package KernelInterpolation.jl, which performs RBF scattered data interpolation. I added it to the list of other interpolation packages.