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 f7df8f5 commit 848f8c7Copy full SHA for 848f8c7
skore/tests/unit/sklearn/plot/roc_curve/test_comparison_cross_validation.py
@@ -54,7 +54,7 @@ def test_binary_classification(pyplot):
54
assert isinstance(display.ax_, mpl.axes.Axes)
55
legend = display.ax_.get_legend()
56
assert legend.get_title().get_text() == r"Binary-Classification on $\bf{test}$ set"
57
- assert len(legend.get_texts()) == n_reports
+ assert len(legend.get_texts()) == n_reports + 1
58
59
assert display.ax_.get_xlabel() == "False Positive Rate\n(Positive label: 1)"
60
assert display.ax_.get_ylabel() == "True Positive Rate\n(Positive label: 1)"
0 commit comments