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

ensure that get_moment() uses float computations #584

Merged
merged 1 commit into from
Nov 16, 2019

Conversation

dbarbier
Copy link
Contributor

According to #529, np.arange(4096)**3 overflows on Windows 10 because
dtype is set to int32. Specify dtype=float to avoid overflows.

According to blue-yonder#529, np.arange(4096)**3 overflows on Windows 10 because
dtype is set to int32.  Specify dtype=float to avoid overflows.
@coveralls
Copy link

Coverage Status

Coverage remained the same at ?% when pulling ffcab94 on dbarbier:db/fix529 into e6f5d3e on blue-yonder:master.

@nils-braun
Copy link
Collaborator

Thanks for the fix, looks good.

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.

3 participants