PGelss / scikit_tt

Tensor Train Toolbox
GNU Lesser General Public License v3.0
99 stars 24 forks source link

generalized method tensordot #11

Closed lueckem closed 4 years ago

lueckem commented 4 years ago
  1. tensordot: now works for operators and all 4 possible configurations for axes to contract
  2. extendend test_tensordot.py for these new cases
  3. added method rank_transpose
codecov-io commented 4 years ago

Codecov Report

Merging #11 into master will decrease coverage by 3.16%. The diff coverage is 2.59%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #11      +/-   ##
==========================================
- Coverage   92.78%   89.62%   -3.17%     
==========================================
  Files          13       13              
  Lines        1581     1638      +57     
==========================================
+ Hits         1467     1468       +1     
- Misses        114      170      +56     
Impacted Files Coverage Δ
scikit_tt/tensor_train.py 77.75% <2.59%> (-11.71%) :arrow_down:

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 c6521b9...08d1f2c. Read the comment docs.