Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change all int to np.int64 #49

Merged
merged 1 commit into from
Aug 19, 2019
Merged

change all int to np.int64 #49

merged 1 commit into from
Aug 19, 2019

Conversation

mattijn
Copy link
Owner

@mattijn mattijn commented Aug 19, 2019

Apparently on Windows the astype(int) defaults to int32 where it defaults on macOS to int64.
This PR change all astype(int) to astype(np.int64) which will make all the tests pass on Windows too.

@mattijn mattijn merged commit bb8e4f4 into master Aug 19, 2019
@mattijn mattijn deleted the fix-platform-specific-int branch August 19, 2019 20:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant