Skip to content
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

WIP: redesign tensormap structure #140

Open
wants to merge 20 commits into
base: master
Choose a base branch
from

update tensor and planar operations

ce25bf2
Select commit
Loading
Failed to load commit list.
Open

WIP: redesign tensormap structure #140

update tensor and planar operations
ce25bf2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Oct 18, 2024 in 0s

69.96% (-9.76%) compared to 419f88c

View this Pull Request on Codecov

69.96% (-9.76%) compared to 419f88c

Details

Codecov Report

Attention: Patch coverage is 85.89909% with 109 lines in your changes missing coverage. Please review.

Project coverage is 69.96%. Comparing base (419f88c) to head (ce25bf2).
Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
src/tensors/tensor.jl 77.39% 26 Missing ⚠️
src/tensors/truncation.jl 63.63% 24 Missing ⚠️
src/tensors/abstracttensor.jl 62.50% 15 Missing ⚠️
src/spaces/homspace.jl 86.25% 11 Missing ⚠️
src/tensors/linalg.jl 90.62% 9 Missing ⚠️
src/fusiontrees/iterator.jl 94.44% 8 Missing ⚠️
src/tensors/tensoroperations.jl 82.14% 5 Missing ⚠️
src/fusiontrees/manipulations.jl 80.95% 4 Missing ⚠️
src/tensors/vectorinterface.jl 81.81% 4 Missing ⚠️
src/fusiontrees/fusiontrees.jl 92.30% 1 Missing ⚠️
... and 2 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #140      +/-   ##
==========================================
- Coverage   79.72%   69.96%   -9.76%     
==========================================
  Files          42       40       -2     
  Lines        4961     4905      -56     
==========================================
- Hits         3955     3432     -523     
- Misses       1006     1473     +467     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.