Skip to content

Commit 5638fb8

Browse files
License Badge
1 parent 979d2c1 commit 5638fb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_metricset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ def test_print(self):
4040
sys.stdout = captured
4141
metric_set.print_metrics()
4242
sys.stdout = sys.__stdout__
43-
out = captured.getvalue()
43+
out = captured.getvalue().strip("\n")
4444
assert out == str({"accuracy", "balanced_accuracy"})

0 commit comments

Comments
 (0)