yoyololicon / pytorch-NMF

A pytorch package for non-negative matrix factorization.
https://pytorch-nmf.readthedocs.io/
MIT License
226 stars 24 forks source link

fix: plca update logic #15

Closed yoyololicon closed 3 years ago

yoyololicon commented 3 years ago

fix #14

codecov-io commented 3 years ago

Codecov Report

Merging #15 (2eb1539) into master (dce05b2) will increase coverage by 0.40%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #15      +/-   ##
==========================================
+ Coverage   94.23%   94.63%   +0.40%     
==========================================
  Files           7        7              
  Lines         659      671      +12     
==========================================
+ Hits          621      635      +14     
+ Misses         38       36       -2     
Flag Coverage Δ
unittests 94.63% <100.00%> (+0.40%) :arrow_up:

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

Impacted Files Coverage Δ
torchnmf/trainer.py 93.63% <ø> (ø)
torchnmf/metrics.py 100.00% <100.00%> (+8.69%) :arrow_up:
torchnmf/plca.py 96.61% <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 dce05b2...2eb1539. Read the comment docs.