-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
REF: implement LossySetitemError #45672
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
Conversation
So this is not a user-exposed error?
That’s the idea, yes
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm ping on green
ping(ish) |
can you rebase |
hmm rebase and i think some related failures |
rebased + green |
@jbrockmendel looks like the doctests and ASV are failing as this error is being surfaced https://github.com/pandas-dev/pandas/runs/5014539859?check_suite_focus=true (odd that the build didn't catch this) Nevermind. I see you're on it :) |
Catch this specifically instead of ValueError, which can have unrelated causes xref numpy/numpy#20923