pymzml / pymzML

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

Fix bugs when averaging spectra #147

Closed MKoesters closed 5 years ago

MKoesters commented 5 years ago
codecov[bot] commented 5 years ago

Codecov Report

Merging #147 into master will increase coverage by 1.14%. The diff coverage is 88.52%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #147      +/-   ##
==========================================
+ Coverage   81.83%   82.97%   +1.14%     
==========================================
  Files          32       32              
  Lines        3397     3431      +34     
==========================================
+ Hits         2780     2847      +67     
+ Misses        617      584      -33
Impacted Files Coverage Δ
tests/main_spec_test.py 98.97% <100%> (+0.1%) :arrow_up:
pymzml/plot.py 73.3% <100%> (ø) :arrow_up:
pymzml/spec.py 75.54% <75%> (+5.14%) :arrow_up:

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 1e8c5d2...b5c6620. Read the comment docs.