Skip to content

Commit 3ec0442

Browse files
committed
reapply the tests for nan cases
1 parent 0125285 commit 3ec0442

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pandas/tests/series/test_rank.py

-3
Original file line numberDiff line numberDiff line change
@@ -196,9 +196,6 @@ def test_rank_signature(self):
196196
pytest.raises(ValueError, s.rank, 'average')
197197

198198
def test_rank_inf(self):
199-
pytest.skip('DataFrame.rank does not currently rank '
200-
'np.inf and -np.inf properly')
201-
202199
values = np.array(
203200
[-np.inf, -50, -1, -1e-20, -1e-25, -1e-50, 0, 1e-40, 1e-20, 1e-10,
204201
2, 40, np.inf], dtype='float64')

0 commit comments

Comments
 (0)