Refactor TensorNetwork type; add NormNetwork struct. #119
Open
jack-dunham wants to merge 112 commits into
Open
Refactor TensorNetwork type; add NormNetwork struct. #119jack-dunham wants to merge 112 commits into
TensorNetwork type; add NormNetwork struct. #119jack-dunham wants to merge 112 commits into
Codecov / codecov/project
succeeded
Jun 25, 2026 in 1s
85.84% (+5.48%) compared to 469dad6
View this Pull Request on Codecov
85.84% (+5.48%) compared to 469dad6
Details
Codecov Report
❌ Patch coverage is 85.37549% with 37 lines in your changes missing coverage. Please review.
✅ Project coverage is 85.84%. Comparing base (469dad6) to head (9c1a8ca).
| Files with missing lines | Patch % | Lines |
|---|---|---|
| src/abstracttensornetwork.jl | 48.14% | 14 Missing |
| src/beliefpropagation/messagecache.jl | 74.41% | 11 Missing |
| src/tensornetwork.jl | 93.87% | 6 Missing |
| src/normnetworkview.jl | 66.66% | 5 Missing |
| src/beliefpropagation/normnetwork.jl | 96.00% | 1 Missing |
Additional details and impacted files
@@ Coverage Diff @@
## main #119 +/- ##
==========================================
+ Coverage 80.35% 85.84% +5.48%
==========================================
Files 13 15 +2
Lines 738 671 -67
==========================================
- Hits 593 576 -17
+ Misses 145 95 -50 ☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.
🚀 New features to boost your workflow:
- ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
Loading