Skip to content

Commit 8381498

Browse files
simonjayhawkinsbashtage
authored andcommitted
Update test_crosstab.py
1 parent df51abb commit 8381498

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/reshape/test_crosstab.py

+1
Original file line numberDiff line numberDiff line change
@@ -746,6 +746,7 @@ def test_margin_normalize_multiple_columns(self):
746746

747747

748748
def test_categoricals():
749+
# https://github.com/pandas-dev/pandas/issues/37465
749750
g = np.random.RandomState(25982704)
750751
a = Series(g.randint(0, 3, size=100)).astype("category")
751752
b = Series(g.randint(0, 2, size=100)).astype("category")

0 commit comments

Comments
 (0)