Skip to content

Commit b19f7ac

Browse files
authored
add missing comma
1 parent 70bc32d commit b19f7ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eb_hooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1712,7 +1712,7 @@ def set_maximum(parallel, max_value):
17121712
},
17131713
'QuantumESPRESSO': {
17141714
CPU_TARGET_A64FX: (set_maximum, 6),
1715-
}
1715+
},
17161716
'TensorFlow': {
17171717
'*': (divide_by_factor, 2),
17181718
CPU_TARGET_A64FX: (set_maximum, 8),

0 commit comments

Comments
 (0)