Skip to content

Commit

Permalink
MAINT Revert changes in test_multiclass.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rth committed Sep 11, 2019
1 parent 15f24f2 commit 411455e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions sklearn/utils/tests/test_multiclass.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,6 @@ def __array__(self, dtype=None):
np.array([[1, 0, 2, 2], [1, 4, 2, 4]], dtype=np.uint8),
np.array([[1, 0, 2, 2], [1, 4, 2, 4]], dtype=np.float),
np.array([[1, 0, 2, 2], [1, 4, 2, 4]], dtype=np.float32),
csr_matrix(np.array([[1, 0, 2, 2], [1, 4, 2, 4]])),
csr_matrix(np.array([[1, 0, 2, 2], [1, 4, 2, 4]]), dtype=np.int8),
csr_matrix(np.array([[1, 0, 2, 2], [1, 4, 2, 4]]), dtype=np.uint8),
csr_matrix(np.array([[1, 0, 2, 2], [1, 4, 2, 4]]), dtype=np.float),
csr_matrix(np.array([[1, 0, 2, 2], [1, 4, 2, 4]]), dtype=np.float32),
np.array([['a', 'b'], ['c', 'd']]),
np.array([['a', 'b'], ['c', 'd']]),
np.array([['a', 'b'], ['c', 'd']], dtype=object),
Expand Down Expand Up @@ -124,9 +119,6 @@ def __array__(self, dtype=None):
np.array([[0, .5], [.5, 0]]),
np.array([[0, .5], [.5, 0]], dtype=np.float32),
np.array([[0, .5]]),
csr_matrix(np.array([[0, .5], [.5, 0]])),
csr_matrix(np.array([[0, .5], [.5, 0]]), dtype=np.float32),
csr_matrix(np.array([[0, .5]])),
],
'unknown': [
[[]],
Expand Down

0 comments on commit 411455e

Please sign in to comment.