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

Optimize methods to make use of numpy #160

Closed MKoesters closed 5 years ago

MKoesters commented 5 years ago

methods changed:

codecov[bot] commented 5 years ago

Codecov Report

Merging #160 into master will increase coverage by 0.02%. The diff coverage is 87.17%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #160      +/-   ##
==========================================
+ Coverage   83.17%   83.19%   +0.02%     
==========================================
  Files          32       32              
  Lines        3476     3505      +29     
==========================================
+ Hits         2891     2916      +25     
- Misses        585      589       +4
Impacted Files Coverage Δ
tests/main_spec_test.py 98.97% <100%> (ø) :arrow_up:
tests/ms2_spec_test.py 97.95% <100%> (+0.45%) :arrow_up:
pymzml/spec.py 75.44% <79.59%> (+0.05%) :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 a561ed5...dfa02aa. Read the comment docs.