PGelss / scikit_tt

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

Added method tensordot in TT class #10

Closed lueckem closed 4 years ago

lueckem commented 4 years ago

The method TT.tensordot is similiar to numpy.tensordot, but only works for tensor-trains with a certain format. For further information on usage please review the test_tensordot.py file.

codecov-io commented 4 years ago

Codecov Report

Merging #10 into master will decrease coverage by 1.72%. The diff coverage is 3.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #10      +/-   ##
==========================================
- Coverage   94.45%   92.73%   -1.73%     
==========================================
  Files          13       13              
  Lines        1552     1582      +30     
==========================================
+ Hits         1466     1467       +1     
- Misses         86      115      +29     
Impacted Files Coverage Δ
scikit_tt/tensor_train.py 89.21% <3.33%> (-7.56%) :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 f3532f4...9d4ae05. Read the comment docs.