Skip to content

Commit

Permalink
Update tests/config/slurm/slurm.sh
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
jan-janssen and coderabbitai[bot] committed May 17, 2024
1 parent 1611cab commit 3d31dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/config/slurm/slurm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#SBATCH --time={{ [1, run_time_max // 60]|max }}
{%- endif %}
{%- if dependency %}
#SBATCH --dependency=afterok:{{ dependency | join(',') }}
#SBATCH --dependency=afterok:{{ dependency | join(',') -%}}
{%- endif %}
{%- if memory_max %}
#SBATCH --mem={{memory_max}}G
Expand Down

0 comments on commit 3d31dc1

Please sign in to comment.