Jutho / TensorKit.jl

A Julia package for large-scale tensor computations, with a hint of category theory
MIT License
231 stars 41 forks source link

Various improvements and fixes #149

Closed lkdvos closed 2 months ago

codecov[bot] commented 2 months ago

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). Report is 1 commits behind head on master.

Files Patch % Lines
src/tensors/linalg.jl 0.00% 6 Missing :warning:
src/tensors/braidingtensor.jl 54.54% 5 Missing :warning:
src/tensors/abstracttensor.jl 0.00% 4 Missing :warning:
Additional details and impacted files ```diff @@ 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 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

Jutho commented 2 months ago

Looks good. Shall I merge?

lkdvos commented 2 months ago

yes, perfect!