-
Notifications
You must be signed in to change notification settings - Fork 2
Test BlockSparseArrays #29
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
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #29 +/- ##
==========================================
+ Coverage 93.92% 93.95% +0.03%
==========================================
Files 15 15
Lines 362 364 +2
==========================================
+ Hits 340 342 +2
Misses 22 22
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Huh I don't see an issue in how the test is written so maybe it is hitting a bug in |
I am working on it and I am quite puzzled. |
With ITensor/BlockSparseArrays.jl#52, this test now passes. |
Thanks! Good to have more tests and functionality working. |
This PR uncomments a test file testing
BlockSparseArrays
integration inTensorAlgebra
.