Skip to content

Commit

Permalink
remove temporary fix
Browse files Browse the repository at this point in the history
  • Loading branch information
picciama committed Nov 10, 2023
1 parent 96a67d1 commit 550b669
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions spectrum_io/raw/msraw.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,6 @@ def read_mzml(
"""
file_list = MSRaw.get_file_list(source, ext)

# this is a temporary fix until this is changed in spectrum_fundamentals
global MZML_DATA_COLUMNS
MZML_DATA_COLUMNS = MZML_DATA_COLUMNS + ["COLLISION_ENERGY"]

if package == "pymzml":
data = MSRaw._read_mzml_pymzml(file_list, scanidx, *args, **kwargs)
elif package == "pyteomics":
Expand Down

0 comments on commit 550b669

Please sign in to comment.