-
Notifications
You must be signed in to change notification settings - Fork 34
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: regression in identityoperator()+sparse_matrix due to the move to Eye #109 #110
Fix: regression in identityoperator()+sparse_matrix due to the move to Eye #109 #110
Conversation
704bcbe
to
7ebe8a1
Compare
Codecov Report
@@ Coverage Diff @@
## master #110 +/- ##
==========================================
+ Coverage 93.34% 93.37% +0.02%
==========================================
Files 24 24
Lines 2884 2897 +13
==========================================
+ Hits 2692 2705 +13
Misses 192 192
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Thanks, @SatyaBade12 , the contribution is really appreciated! I added a few more methods through the webeditor, lets see if I broke anything! This should be mergeable shortly and I will then make an issue about possible further optimizations. |
Thanks @SatyaBade12 and @Krastanov. Should have tested these more thoroughly! I'm surprised sums and products of Eyes with numbers give us dense matrices. Arguably this should be done better in FillArrays, so perhaps we should file an upstream issue too. |
It seems I probably missed this because
Edit: #111 |
No description provided.