8000 CI Fix tests when matplotlib is not installed (#30971) · scikit-learn/scikit-learn@54f6046 · GitHub
[go: up one dir, main page]

Skip to content

Commit 54f6046

Browse files
authored
D945
CI Fix tests when matplotlib is not installed (#30971)
1 parent ad840ac commit 54f6046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/inspection/_plot/tests/test_boundary_decision_display.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ def test_multiclass_colors_cmap(pyplot, plot_method, multiclass_colors):
656656
assert quad.cmap == cmaps[idx]
657657

658658

659-
def test_multiclass_plot_max_class_cmap_kwarg():
659+
def test_multiclass_plot_max_class_cmap_kwarg(pyplot):
660660
"""Check `cmap` kwarg ignored when using plotting max multiclass class."""
661661
X, y = load_iris_2d_scaled()
662662
clf = LogisticRegression().fit(X, y)

0 commit comments

Comments
 (0)
0