Skip to content

Commit d696599

Browse files
author
Rohan Yadav
committed
numpy: remove erroneous print
1 parent 111db0e commit d696599

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

numpy/conftest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ def f(func, extra_info = None):
66
if extra_info is not None:
77
for k, v in extra_info.items():
88
benchmark.extra_info[k] = v
9-
print(benchmark)
109
benchmark.pedantic(func, rounds=10, iterations=1, warmup_rounds=1)
1110
return f
1211

0 commit comments

Comments
 (0)