-
Notifications
You must be signed in to change notification settings - Fork 7
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
Laguerre Derivatives #113
base: main
Are you sure you want to change the base?
Laguerre Derivatives #113
Conversation
Codecov ReportBase: 89.93% // Head: 89.93% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## main #113 +/- ##
=======================================
Coverage 89.93% 89.93%
=======================================
Files 17 17
Lines 1958 1958
=======================================
Hits 1761 1761
Misses 197 197 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Sounds like a bug. Note DomainSets.jl has julia> HalfLine()
0.0..Inf (closed–open) (HalfLine) |
@dlfivefifty It's currently failing because |
It's not odd because |
Yep, just clocked that! The same thing was causing |
This should be split into two PRs: one in SingularIntegrals.jl |
@dlfivefifty Is there a reason why the LaguerreWeight axis was originally all of R rather than just the HalfLine?