Skip to content

Commit

Permalink
Added GH ref
Browse files Browse the repository at this point in the history
  • Loading branch information
MomIsBestFriend committed Dec 25, 2019
1 parent 8024ca5 commit e87ba0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pandas/tests/reductions/test_reductions.py
Original file line number Diff line number Diff line change
Expand Up @@ -826,6 +826,7 @@ def test_all_any_params(self):
s1 = Series([np.nan, True])
s2 = Series([np.nan, False])

# GH #12863
assert s1.all(skipna=True)
assert s1.any(skipna=True)

Expand Down

0 comments on commit e87ba0a

Please sign in to comment.