Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MAINT: Prevent OverflowError in multiplication (#230)
* MAINT: Prevent OverflowError in multiplication In newer numpy versions the multiplication of ndarrays containing uint8 results in uint8. Here this leads to an OverflowError. Therefore changing to an uint64 before the multiplication prevents this. --------- Co-authored-by: Christian Bespin <[email protected]>
- Loading branch information