Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
Remove testing code
Browse files Browse the repository at this point in the history
  • Loading branch information
iseessel committed Jun 10, 2021
1 parent 0065907 commit 0737ed6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/launch_benchmark_suite_scheduler_slurm.py
Expand Up @@ -72,7 +72,6 @@ def launch_benchmark_suite_scheduler(config_file):
), "slurm_options.PARTITION is a required field to launch the benchmark suite on slurm"

slurm_options = AttrDict(config["slurm_options"])
benchmark_suite_scheduler.evaluate()
executor.update_parameters(
name=slurm_options.NAME,
slurm_comment=slurm_options.COMMENT,
Expand Down

0 comments on commit 0737ed6

Please sign in to comment.