-
Notifications
You must be signed in to change notification settings - Fork 3
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
fix for failing test in allocations #38
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #38 +/- ##
==========================================
- Coverage 93.51% 92.70% -0.82%
==========================================
Files 14 14
Lines 632 644 +12
==========================================
+ Hits 591 597 +6
- Misses 41 47 +6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Since we are calling |
🎉 I turned them to not broken |
very well, but I'm not sure that this is the way forward -- adding this |
Why would we need |
Then maybe we think of |
as suspected calling canonical on
Tuple
-basedSparseCoefficients
is not a good idea.And these are actually immutable. For the time being adding this one overload brings back the allocations AND performance of
*
.Fixes #36
@blegat is the mutability trait even needed now?
EDIT: test will fail due to broken test now fixed.