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: Fortify string casts against floating point warnings #22868

Merged
merged 1 commit into from Dec 22, 2022

Commits on Dec 22, 2022

  1. BUG: Fortify string casts against floating point warnings

    This removes the check for floating point warnings, which is enough
    in practice.  (In principle ufuncs or structured dtypes can chain
    casts in a way that causes us to check anyway.)
    
    It also checks for isfinite in the scalar repr code so the warnings
    shouldn't be set to begin with.
    
    Closes numpygh-22843
    seberg authored and charris committed Dec 22, 2022
    Copy the full SHA
    190fcb2 View commit details
    Browse the repository at this point in the history