Skip to content

Commit 44644db

Browse files
ggormanEdCaunt
andauthored
Update benchmarks/user/make-pbs.py
Co-authored-by: Ed Caunt <ed@devitocodes.com>
1 parent f8b2359 commit 44644db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

benchmarks/user/make-pbs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
def generate(args):
7-
join = lambda l: ' '.join('%d' % i for i in l)
7+
join = lambda l: ' '.join(f'{i}' for i in l)
88
args = vars(args)
99
args['shape'] = join(args['shape'])
1010
args['space_order'] = join(args['space_order'])

0 commit comments

Comments
 (0)