Skip to content

Commit f4ab903

Browse files
committed
adding bug-id to unit test
1 parent 6791a2c commit f4ab903

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
@@ -633,6 +633,7 @@ def test_different_nan_objects(self):
633633
tm.assert_numpy_array_equal(expected, result)
634634

635635
def test_different_nans_as_float64(self):
636+
# GH 21866
636637
# create different nans from bit-patterns,
637638
# these nans will land in different buckets in the hash-table
638639
# if no special care is taken

0 commit comments

Comments
 (0)