Skip to content
This repository has been archived by the owner on Aug 31, 2018. It is now read-only.

Use int_ instead of int64 #20

Merged
merged 1 commit into from Jun 6, 2017

Conversation

jakirkham
Copy link
Collaborator

On Windows, the default integer is 32-bit. So we shouldn't assume that a default integer will be cast to NumPy's int64. Instead we make use of NumPy's int_, which may be 32-bit or 64-bit depending on the platform. This should resolve the test issue on Windows.

On Windows, the default integer is 32-bit. So we shouldn't assume that a
default integer will be cast to NumPy's `int64`. Instead we make use of
NumPy's `int_`, which may be 32-bit or 64-bit depending on the platform.
This should resolve the test issue on Windows.
@jakirkham
Copy link
Collaborator Author

Demonstration that this works on Windows in this build.

@jakirkham jakirkham merged commit b226040 into dask-image:master Jun 6, 2017
@jakirkham jakirkham deleted the fix_dtype_tst_win branch June 6, 2017 03:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant