Skip to content

Commit e87ba0a

Browse files
author
MomIsBestFriend
committed
Added GH ref
1 parent 8024ca5 commit e87ba0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/reductions/test_reductions.py

+1
Original file line numberDiff line numberDiff line change
@@ -826,6 +826,7 @@ def test_all_any_params(self):
826826
s1 = Series([np.nan, True])
827827
s2 = Series([np.nan, False])
828828

829+
# GH #12863
829830
assert s1.all(skipna=True)
830831
assert s1.any(skipna=True)
831832

0 commit comments

Comments
 (0)