-
Notifications
You must be signed in to change notification settings - Fork 4
Allow basis to change isless #82
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
Conversation
|
I think we need to store the comparator in SparseCoefficients as a third field |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #82 +/- ##
==========================================
- Coverage 84.17% 84.15% -0.02%
==========================================
Files 15 15
Lines 872 871 -1
==========================================
- Hits 734 733 -1
Misses 138 138 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
I don't know what's happening with Julia pre but we can probably just ignore like with the previous PR |
Co-authored-by: Marek Kaluba <[email protected]>
This would allow refactoring MultivariateBases using the new exponents iterator added in JuliaAlgebra/MultivariatePolynomials.jl#312