pymzml / pymzML

pymzML - an interface between Python and mzML Mass spectrometry Files
https://pymzml.readthedocs.io/en/latest/
MIT License
162 stars 92 forks source link

Remove unnecessary print #168

Closed RJMW closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #168 into master will decrease coverage by <.01%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #168      +/-   ##
==========================================
- Coverage   83.19%   83.19%   -0.01%     
==========================================
  Files          32       32              
  Lines        3505     3504       -1     
==========================================
- Hits         2916     2915       -1     
  Misses        589      589
Impacted Files Coverage Δ
pymzml/run.py 86.41% <ø> (-0.09%) :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 ac23475...b42f2c0. Read the comment docs.

MKoesters commented 4 years ago

That should not be there indeed, thanks of pointing that out and fixing it.