You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure what the correct behavior is here, but the implementation is returning int32 while we're asserting int64. The test should probably check for np.dtype("intp").
The text was updated successfully, but these errors were encountered:
TomAugspurger
added
CI
Continuous Integration
Algos
Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff
32bit
32-bit systems
labels
May 12, 2020
emm, yeah this was brought in #30584 and i did observe issues with dtypes in windows machine, that's why to force to int64 back then, but probably should better use intp .
btw, i think this should have milestone for 1.1? since the pr that brought this issue has the 1.1 milestone.
https://dev.azure.com/pandas-dev/pandas-wheels/_build/results?buildId=35317&view=logs&j=79f3a53a-4a6d-509c-98b5-ff6e9111f67c&t=25a63239-9c30-5cf0-cb4c-3d01da7b47c5
I'm not sure what the correct behavior is here, but the implementation is returning int32 while we're asserting int64. The test should probably check for
np.dtype("intp")
.The text was updated successfully, but these errors were encountered: