Jutho / TensorKit.jl

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

Formatter #75

Closed lkdvos closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #75 (4303f22) into master (4cc89df) will decrease coverage by 0.04%. The diff coverage is 79.07%.

@@            Coverage Diff             @@
##           master      #75      +/-   ##
==========================================
- Coverage   78.44%   78.40%   -0.04%     
==========================================
  Files          40       40              
  Lines        5056     5159     +103     
==========================================
+ Hits         3966     4045      +79     
- Misses       1090     1114      +24     
Files Changed Coverage Δ
src/TensorKit.jl 30.76% <0.00%> (ø)
src/auxiliary/random.jl 0.00% <0.00%> (ø)
src/spaces/planarspace.jl 40.00% <ø> (ø)
src/sectors/groups.jl 17.24% <10.00%> (-1.28%) :arrow_down:
src/tensors/braidingtensor.jl 19.83% <20.83%> (-0.06%) :arrow_down:
src/tensors/vectorinterface.jl 56.14% <40.00%> (ø)
src/tensors/adjoint.jl 33.33% <42.85%> (-1.15%) :arrow_down:
src/auxiliary/dicts.jl 52.66% <47.36%> (-0.64%) :arrow_down:
src/tensors/tensortreeiterator.jl 70.68% <50.00%> (ø)
src/tensors/truncation.jl 61.14% <50.00%> (-1.60%) :arrow_down:
... and 20 more

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

Jutho commented 1 year ago

I will merge at some point :-). But I first want to do one or two major updates, to make planar/plansor work again.