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

BUG: Fix bounds checking for random.logseries #22594

Merged
merged 1 commit into from Nov 15, 2022

Commits on Nov 15, 2022

  1. BUG: Fix boundschecking for random.logseries

    Logseries previously did not enforce bounds to be strictly exclusive
    for the upper bound, where it leads to incorrect behavior.
    
    The NOT_NAN check is removed, since it was never used: The current bounded
    version always excludes NaNs.
    seberg authored and charris committed Nov 15, 2022
    Copy the full SHA
    e88592e View commit details
    Browse the repository at this point in the history