We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 010d2ad commit e736a2fCopy full SHA for e736a2f
1 file changed
piconumpy/bench.py
@@ -32,7 +32,7 @@ def timeit_verbose(
32
else:
33
raw_time = ""
34
35
- print(f"\r{name}: {result/norm:5.3g} * norm{raw_time}")
+ print(f" {result/norm:5.3g} * norm{raw_time}")
36
if not norm_given and not print_time:
37
print(f"norm = {norm:5.3g} s")
38
0 commit comments