-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Remove throw InexactError
from tryparsenext
#44004
Remove throw InexactError
from tryparsenext
#44004
Conversation
@quinnj Thank you for the quick review! Unfortunately, it seems that two builds are failing due to unrelated errors. In one case, it's caused by float precision and in the other by randomness and an external process. I don't have permission to merge this PR. If you want, you can go ahead and merge it 🙂 |
IMO this ends up being harder to deal with since Maybe this deserves its own exception type. |
Fixes: #44003
There exists a test that checks that
InexactError
is thrown. I've changed it to anArgumentError
coming fromDates.parse_components