fix(assignment): fix indexing when matrix is transposed#91
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #91 +/- ##
==========================================
- Coverage 98.77% 93.62% -5.16%
==========================================
Files 17 15 -2
Lines 2703 3419 +716
==========================================
+ Hits 2670 3201 +531
- Misses 33 218 +185 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Merging this PR will degrade performance by 42.1%
Warning Please fix the performance issues or acknowledge them on CodSpeed. Performance ChangesTip Investigate this regression by commenting Comparing Footnotes
|
Forgot to adapt the indexing when matrix is transposed.
Modified a test to display the issue: without the fix the test fails.