Skip to content

Commit

Permalink
remove failure case
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgWa committed Nov 22, 2024
1 parent e4c92b6 commit 018fb0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions alphadia/workflow/peptidecentric.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,9 +460,9 @@ def search_parameter_optimization(self):
precursor_df = self._process_batch()

if not self.optlock.has_target_num_precursors:
# if not self.optlock.batches_remaining():
insufficient_precursors_to_optimize = True
break
if not self.optlock.batches_remaining():
insufficient_precursors_to_optimize = True
break

self.optlock.update()

Expand Down

0 comments on commit 018fb0a

Please sign in to comment.