Skip to content

Commit 4e4568e

Browse files
update
1 parent cc02943 commit 4e4568e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run.py

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

88
f = open('run.sh', 'wb')
99
for i in range(N_SIMULATIONS):
10-
f.write(('Rscript run.R ' + str(i + 1) + ' > log_' + str(i) + '.txt 2>&1 &\n').encode())
10+
f.write(('Rscript run.R ' + str(i + 1) + ' > log_' + str(i + 1) + '.txt 2>&1 &\n').encode())
1111
if (i + 1) % CPU_COUNT == 0:
1212
f.write('wait\n'.encode())
1313
f.close()

0 commit comments

Comments
 (0)