Jutho / TensorOperations.jl

Julia package for tensor contractions and related operations
https://jutho.github.io/TensorOperations.jl/stable/
Other
443 stars 56 forks source link

in-place operations no longer have to be in-place #110

Closed maartenvd closed 2 years ago

maartenvd commented 2 years ago

I think this would make the tensorkitad code work in all cases

codecov[bot] commented 2 years ago

Codecov Report

Merging #110 (fdea72f) into master (45e9bf5) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #110   +/-   ##
=======================================
  Coverage   77.02%   77.02%           
=======================================
  Files          22       22           
  Lines        1985     1985           
=======================================
  Hits         1529     1529           
  Misses        456      456           
Impacted Files Coverage Δ
src/indexnotation/parser.jl 87.77% <100.00%> (ø)
src/indexnotation/preprocessors.jl 60.86% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 45e9bf5...fdea72f. Read the comment docs.