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

MAINT: Prevent OverflowError in multiplication #230

Merged
merged 2 commits into from
Oct 31, 2024

Commits on Sep 24, 2024

  1. 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.
    magruber authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    f88f9cf View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Reformat overflow fix

    cbespin committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    cd3f96c View commit details
    Browse the repository at this point in the history