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
>>> x.take(index)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: Cannot cast array data from dtype('int64') to dtype('int32') according to the rule 'safe'
numpy.take fails with int64 dtype on i386 architecture
Reproducing code example:
Expected output:
is obtained on 64 bit architecture
Error message:
On 32 bit Debian Linux, I get,
On 32 bit windows, the same result was indirectly illustrated in scikit-learn/scikit-learn#11295 (comment)
Numpy/Python version information:
Generally this was run in the debian unstable i386 Docker image, with the following setup,
Dockerfile
The text was updated successfully, but these errors were encountered: