Skip to content

Commit cc575c6

Browse files
committed
typo
1 parent afa9411 commit cc575c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

experiments/nesy/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
def print_results(results):
1313
for k, v in results.items():
1414
v = np.array(v) * 1000 # convert to ms
15-
print(f"{k}: {np.mean(v):.2f} \pm {np.std(v):.2f}")
15+
print(f"{k}: {np.mean(v):.2f} \\pm {np.std(v):.2f}")
1616

1717

1818
def main(batch_size):

0 commit comments

Comments
 (0)