-
Notifications
You must be signed in to change notification settings - Fork 85
Refactoring causing RecursionError #96
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
Comments
Thanks for raising! We'll take a look. |
No worries! here's another refactoring which didn't work for us |
That's an interesting one - we rely on the typing to infer that it's a list so we can do that refactoring. |
Ah OK, so in that one the refactoring brought up an incorrect type annotation...thanks! |
Thanks for the report. Fix identified and will be in the next release |
Resolved with release of 0.8.3 |
Hi,
I tried using Sourcery to refactor some of the pandas code, and it suggested a refactoring which caused a RecursionError:
See pandas-dev/pandas#37581
Flagging this up in case it's useful to you
The text was updated successfully, but these errors were encountered: