Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ensure that get_moment() uses float computations
According to #529, np.arange(4096)**3 overflows on Windows 10 because dtype is set to int32. Specify dtype=float to avoid overflows.
- Loading branch information