-
Notifications
You must be signed in to change notification settings - Fork 15
Add LaguerreGaussKernel #893
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
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #893 +/- ##
==========================================
- Coverage 65.94% 65.88% -0.06%
==========================================
Files 113 113
Lines 7852 7880 +28
==========================================
+ Hits 5178 5192 +14
- Misses 2674 2688 +14
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
The normal smoothing kernel test that we have doesn't work here since the truncation error is too large. |
The Gauss kernel is also truncated. Why can't you run the same tests for this kernel? |
I can but the errors seem to be unreasonable because they are larger than 1. |
In my quick testing this didn't show the claimed accuracy improvement vs Wendland and Quintic.