meyer-lab / tensorpack

A collection of tensor methods from the Meyer lab.
MIT License
2 stars 2 forks source link

Missing matrix imputation with TruncatedSVD; add and edit test cases #27

Closed cyrillustan closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #27 (5a0f27c) into main (b351770) will increase coverage by 3.22%. The diff coverage is 98.03%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #27      +/-   ##
==========================================
+ Coverage   76.64%   79.87%   +3.22%     
==========================================
  Files          10        9       -1     
  Lines         578      616      +38     
==========================================
+ Hits          443      492      +49     
+ Misses        135      124      -11     
Flag Coverage Δ
unittests 79.87% <98.03%> (+3.22%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
tensorpack/decomposition.py 91.80% <95.65%> (+2.32%) :arrow_up:
tensorpack/test/test_decomposition.py 100.00% <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 b351770...5a0f27c. Read the comment docs.