Skip to content

Commit ac9161c

Browse files
committed
Fix incorrect slurm job config mapping
1 parent 4e4e8e1 commit ac9161c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vec_inf/client/_client_vars.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"time": "time",
5050
"nodes": "num_nodes",
5151
"exclude": "exclude",
52-
"nodelist": "node_list",
52+
"nodelist": "nodelist",
5353
"gres": "gres",
5454
"cpus-per-task": "cpus_per_task",
5555
"mem": "mem_per_node",

0 commit comments

Comments
 (0)