Skip to content

Commit 73b1b82

Browse files
committed
Remove leftover print statement
1 parent 913e471 commit 73b1b82

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sklearn/metrics/tests/test_metrics.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,6 @@ def test_classification_report_multiclass_with_unicode_label():
853853
854854
avg / total 0.51 0.53 0.47 75
855855
"""
856-
print(np_version)
857856
if np_version[:3] < (1, 6, 1):
858857
# check that we get a warning about a bug in numpy
859858
with warnings.catch_warnings(record=True) as record:

0 commit comments

Comments
 (0)