Skip to content

Commit 71f791e

Browse files
committed
32-bit compat
1 parent dd5bde2 commit 71f791e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/groupby/test_grouping.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ def test_groupby_empty(self):
616616
# check group properties
617617
assert len(gr.grouper.groupings) == 1
618618
tm.assert_numpy_array_equal(
619-
gr.grouper.group_info[0], np.array([], dtype=np.dtype("intp"))
619+
gr.grouper.group_info[0], np.array([], dtype=np.dtype("int64"))
620620
)
621621

622622
tm.assert_numpy_array_equal(

0 commit comments

Comments
 (0)