Closed lueckem closed 4 years ago
Merging #10 into master will decrease coverage by
1.72%
. The diff coverage is3.33%
.
@@ 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.
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.