Skip to content

Commit 69285a2

Browse files
committed
Merge branch 'issue-TM' of https://github.com/xaris96/pandas into issue-TM
updade branch
2 parents 97dd036 + 7629c77 commit 69285a2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pandas/tests/test_algos.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,6 @@ def test_factorize_complex(self):
6363
expected_uniques = np.array([(1 + 0j), (2 + 0j), (2 + 1j)], dtype=complex)
6464
tm.assert_numpy_array_equal(uniques, expected_uniques)
6565

66-
@pytest.mark.parametrize(
67-
"index_or_series_obj", [[1, 2, 3], ["a", "b", "c"], [0, "a", 1, "b", 2, "c"]]
68-
)
69-
@pytest.mark.parametrize("sort", [True, False])
7066
def test_factorize(self, index_or_series_obj, sort):
7167
obj = Index(index_or_series_obj)
7268

0 commit comments

Comments
 (0)