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

Various improvements and fixes #149

Merged
merged 5 commits into from
Aug 28, 2024

add `similar(::Type{AbstractTensorMap}, ...)`

97b126d
Select commit
Loading
Failed to load commit list.
Merged

Various improvements and fixes #149

add `similar(::Type{AbstractTensorMap}, ...)`
97b126d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Aug 26, 2024 in 0s

79.94% (-0.01%) compared to 0acfb13

View this Pull Request on Codecov

79.94% (-0.01%) compared to 0acfb13

Details

Codecov Report

Attention: Patch coverage is 37.50000% with 15 lines in your changes missing coverage. Please review.

Project coverage is 79.94%. Comparing base (0acfb13) to head (97b126d).

Files Patch % Lines
src/tensors/linalg.jl 0.00% 6 Missing ⚠️
src/tensors/braidingtensor.jl 54.54% 5 Missing ⚠️
src/tensors/abstracttensor.jl 0.00% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #149      +/-   ##
==========================================
- Coverage   79.95%   79.94%   -0.01%     
==========================================
  Files          42       42              
  Lines        4963     4977      +14     
==========================================
+ Hits         3968     3979      +11     
- Misses        995      998       +3     

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