frankkramer-lab / aucmedi

a framework for Automated Classification of Medical Images
https://frankkramer-lab.github.io/aucmedi/
GNU General Public License v3.0
38 stars 13 forks source link

fix(Evaluation): fix bug for non-complete data in confusion matrix from performance evaluation #170

Closed muellerdo closed 2 years ago

muellerdo commented 2 years ago

pr for #167

codecov[bot] commented 2 years ago

Codecov Report

Merging #170 (f02195e) into development (5d336f4) will increase coverage by 0.01%. The diff coverage is 100.00%.

@@               Coverage Diff               @@
##           development     #170      +/-   ##
===============================================
+ Coverage        96.05%   96.06%   +0.01%     
===============================================
  Files              164      164              
  Lines             6787     6805      +18     
===============================================
+ Hits              6519     6537      +18     
  Misses             268      268              
Flag Coverage Δ
unittests 96.06% <100.00%> (+0.01%) :arrow_up:

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

Impacted Files Coverage Δ
aucmedi/evaluation/dataset.py 100.00% <100.00%> (ø)
aucmedi/evaluation/performance.py 100.00% <100.00%> (ø)
tests/test_evaluation.py 100.00% <100.00%> (ø)

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more