Fix ambiguity errors caused by BlockArrays.jl v1.4 - #12
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #12 +/- ##
==========================================
+ Coverage 0.00% 76.84% +76.84%
==========================================
Files 7 8 +1
Lines 368 380 +12
==========================================
+ Hits 0 292 +292
+ Misses 368 88 -280
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
Do you know what happens if you turn on the ambiguity tests in Aqua? Or is that still too much of a large list to reasonably fix |
Good question, I just ran it locally and it is really long, but I think it isn't worth looking into now since a lot will change with the |
Fix ambiguity errors caused by JuliaArrays/BlockArrays.jl#445.
Fixes test failures seen in ITensor/BlockSparseArrays.jl#39.
@ogauthe @lkdvos