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

ENH: Treat 'Inf' as infinity in text parser #4220

Merged
merged 1 commit into from
Jul 26, 2013

Commits on Jul 26, 2013

  1. ENH: Use case-insensitive checks for 'inf' in parser.

    Instead of just 'inf' or '-inf', can test for 'Inf', '-Inf', 'INF', etc.
    Uses strcasecmp under the hood.
    
    (also, small fix to assert_almost_equal to make string comparisons
    clearer)
    jtratner committed Jul 26, 2013
    1 Configuration menu
    Copy the full SHA
    3080721 View commit details
    Browse the repository at this point in the history