Skip to content

Commit

Permalink
remove unsupported search_type arg
Browse files Browse the repository at this point in the history
  • Loading branch information
picciama committed Sep 10, 2024
1 parent ebfe698 commit 524d235
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions oktoberfest/preprocessing/preprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -984,9 +984,7 @@ def load_spectra(

format_ = internal_filenames[0].suffix.lower()
if format_ == ".mzml":
return ThermoRaw.read_mzml(
source=filenames, package=parser, search_type=""
) # TODO in spectrum_io, remove unnecessary argument
return ThermoRaw.read_mzml(source=filenames, package=parser)
elif format_ == ".hdf":
if tims_meta_file is None:
raise AssertionError(
Expand Down

0 comments on commit 524d235

Please sign in to comment.