TST: type / coercion issues, xref #10976 #10981
Labels
Dtype Conversions
Unexpected or buggy dtype conversions
Testing
pandas testing functions or related to the test suite
Windows
Windows OS
Milestone
xref #10976 broke some tests on windows (these prob just need some
_ensure_int64(..)
before passing the pointers in, thetest_rsample_group_info/test_series_groupby_nunique
are from a previous issue; these just neednp.array(...., dtype='int64')
in the comparison functions (as windows makes thesenp.int32
by default)cc @behzadnouri
The text was updated successfully, but these errors were encountered: