Skip to content

Commit 1d4be5e

Browse files
committed
revert
1 parent ed1c231 commit 1d4be5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/series/test_analytics.py

+1
Original file line numberDiff line numberDiff line change
@@ -1699,6 +1699,7 @@ def test_error(self, r):
16991699
method(arg)
17001700

17011701
@pytest.mark.parametrize(
1702+
"s",
17021703
[v for k, v in s_main_dtypes().iteritems()])
17031704
def test_nsmallest_nlargest(self, s):
17041705
# float, int, datetime64 (use i8), timedelts64 (same),

0 commit comments

Comments
 (0)