frankkramer-lab / MIScnn

A framework for Medical Image Segmentation with Convolutional Neural Networks and Deep Learning
GNU General Public License v3.0
402 stars 116 forks source link

Fixing DataGenerator __len__ method #67

Closed jumutc closed 3 years ago

jumutc commented 3 years ago

Fixes covering #65

codecov-io commented 3 years ago

Codecov Report

Merging #67 (d7bbcc7) into master (8589286) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #67   +/-   ##
=======================================
  Coverage   91.31%   91.31%           
=======================================
  Files          52       52           
  Lines        3638     3638           
=======================================
  Hits         3322     3322           
  Misses        316      316           
Impacted Files Coverage Δ
miscnn/neural_network/data_generator.py 92.95% <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 8589286...d7bbcc7. Read the comment docs.

muellerdo commented 3 years ago

Hey @jumutc,

great contribution! Thanks for the fix.

Cheers, Dominik