Skip to content

Commit ebde73f

Browse files
committed
adding issue-id to comment
1 parent 30d77b8 commit ebde73f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/libs/test_hashtable.py

+1
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@ def test_value_count(self, dtype, type_suffix, writable):
273273
assert np.all(counts == 5)
274274

275275
def test_value_count_stable(self, dtype, type_suffix, writable):
276+
# GH12679
276277
value_count = get_ht_function("value_count", type_suffix)
277278
values = np.array([2, 1, 5, 22, 3, -1, 8]).astype(dtype)
278279
values.flags.writeable = writable

0 commit comments

Comments
 (0)