8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f2ebc3 commit f1c8bc0Copy full SHA for f1c8bc0
sklearn/preprocessing/tests/test_data.py
@@ -2530,4 +2530,4 @@ def test_count_featurizer_multi_inclusion():
2530
np.array([[0, 0, 2, 0, 1, 1, 0, 0, 3, 1, 1, 1, 1, 1],
2531
[0, 0, 2, 0, 1, 1, 0, 0, 3, 1, 1, 1, 1, 1],
2532
[1, 0, 1, 1, 0, 0, 1, 1, 3, 1, 1, 1, 1, 1],
2533
-[1, 0, 1, 1, 0, 0, 1, 1, 3, 1, 1, 1, 1, 1]]))
+ [1, 0, 1, 1, 0, 0, 1, 1, 3, 1, 1, 1, 1, 1]]))
0 commit comments