pymzml / pymzML

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

fix string comparisons from `is` to `==` #243

Closed MKoesters closed 4 years ago

MKoesters commented 4 years ago

Fix python3.8 syntax warning for improper string comparisons

codecov[bot] commented 4 years ago

Codecov Report

Merging #243 into dev will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##              dev     #243   +/-   ##
=======================================
  Coverage   84.19%   84.19%           
=======================================
  Files          32       32           
  Lines        3701     3701           
=======================================
  Hits         3116     3116           
  Misses        585      585           
Impacted Files Coverage Δ
pymzml/spec.py 77.15% <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 956f035...8f0c299. Read the comment docs.