8000 MNT Require matplotlib in test_input_data_dimension test (#25104) · scikit-learn/scikit-learn@d52e946 · GitHub
[go: up one dir, main page]

Skip to content

Commit d52e946

Browse files
authored
MNT Require matplotlib in test_input_data_dimension test (#25104)
1 parent 07958e6 commit d52e946

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 6A51 line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def fitted_clf():
3838
return LogisticRegression().fit(X, y)
3939

4040

41-
def test_input_data_dimension():
41+
def test_input_data_dimension(pyplot):
4242
"""Check that we raise an error when `X` does not have exactly 2 features."""
4343
X, y = make_classification(n_samples=10, n_features=4, random_state=0)
4444

0 commit comments

Comments
 (0)
0