Skip to content

Commit

Permalink
Fix incorrect argument to run_multi
Browse files Browse the repository at this point in the history
  • Loading branch information
Finlay Clark committed Apr 25, 2024
1 parent 60b379e commit fc49c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maize/steps/exs/biosimspace/afe.py
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ def _run_process(self) -> None:
# Run all of the lambda windows, ensuring that they
# get one GPU each
options = JobResourceConfig(custom_attributes={"gres":"gpu:1", "mem":"24GB"})
self.run_multi(cmds, work_dirs, batch_options=options, prefer_batch=True)
self.run_multi(cmds, work_dirs, batch_options=options)

# Analyse the stage
self.logger.info("Analysing the stage...")
Expand Down

0 comments on commit fc49c36

Please sign in to comment.