-
Notifications
You must be signed in to change notification settings - Fork 2
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #24 +/- ##
==========================================
+ Coverage 76.70% 77.53% +0.83%
==========================================
Files 9 8 -1
Lines 382 365 -17
==========================================
- Hits 293 283 -10
+ Misses 89 82 -7
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@ogauthe this looks good to me, though do you know what's going on with the BlockSparseArrays test failure? |
I find the distinction The only case where the distinction matters is in the process of |
It tries to load |
That sounds reasonable to me. |
In that case it sounds like this PR should be marked as breaking. |
Also it sounds like with that plan, we could define |
|
Agreed, we should remove BlockSparseArrays as a test dependency. |
Not sure about Documentation and Literate Check errors. They complain about version compatibility. Are they expected to fail for a breaking release? |
They use |
Looks like a nice simplification of the code, ready to merge? |
This PR adapts
GradedUnitRanges
toTensorProducts.jl
, as explained in ITensor/BlockSparseArrays.jl#57