fix for failing test in allocations - #38
Conversation
Codecov Report❌ 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 Harness. 🚀 New features to boost your workflow:
|
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-basedSparseCoefficientsis 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.