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: Handle numpy's deprecation of accepting out-of-bound integers. #17209

Merged
merged 1 commit into from
Oct 12, 2022

Commits on Oct 12, 2022

  1. MAINT: Handle numpy's deprecation of accepting out-of-bound integers.

    After the change in numpy/numpy#22385, numpy
    raises a deprecation warning with calls such as np.int8(5000) and
    np.uint32(-1).  This change avoids such calls in the tests.
    WarrenWeckesser committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    b73506b View commit details
    Browse the repository at this point in the history