issues
search
nexpy
/
nexusformat
Provides an API to open, create, plot, and manipulate NeXus data.
Other
13
stars
19
forks
source link
Ensure that np.prod returns a 64-bit integer
#206
Closed
rayosborn
closed
11 months ago
rayosborn
commented
11 months ago
On some systems,
np.prod
returns a 32-bit integer, which causes overflow issues for large arrays. This ensures that a 64-bit integer is used.
rayosborn
commented
11 months ago
This fixes #204.
np.prod
returns a 32-bit integer, which causes overflow issues for large arrays. This ensures that a 64-bit integer is used.