Skip to content

Commit 9813b4c

Browse files
committed
ignore both
1 parent a89721e commit 9813b4c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pandas/tests/groupby/aggregate/test_cython.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@
2626
'sem',
2727
'mean',
2828
pytest.param('median',
29+
# ignore mean of empty slice
30+
# and all-NaN
2931
marks=[pytest.mark.filterwarnings(
30-
"ignore:All-NaN:RuntimeWarning"
32+
"ignore:RuntimeWarning"
3133
)]),
3234
'prod',
3335
'min',

0 commit comments

Comments
 (0)