Skip to content

Commit 2364156

Browse files
committed
adding bug-id to unit test
1 parent d31bb00 commit 2364156

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/test_algos.py

+1
Original file line numberDiff line numberDiff line change
@@ -624,6 +624,7 @@ def test_empty(self, empty):
624624
tm.assert_numpy_array_equal(expected, result)
625625

626626
def test_different_nans_as_float64(self):
627+
# GH 21866
627628
# create different nans from bit-patterns,
628629
# these nans will land in different buckets in the hash-table
629630
# if no special care is taken

0 commit comments

Comments
 (0)