jax
a07c5e11
- Fix integer overflow in np.split on windows.
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
5 years ago
Fix integer overflow in np.split on windows. Cast earlier to np.int64. This is caught by the existing random_test.py, but only is a problem on Windows which has slightly different integer type behavior.
References
#4990 - Fix integer overflow in np.split on windows.
Author
hawkinsp
Parents
a96aca5e
Loading