Skip to content

Stop lint recursion errors #393

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

Merged
merged 2 commits into from
Oct 28, 2020
Merged

Stop lint recursion errors #393

merged 2 commits into from
Oct 28, 2020

Conversation

sgsmob
Copy link
Contributor

@sgsmob sgsmob commented Oct 28, 2020

Fixes #333 (for now, at least). Changes instances of X = pd.merge(X, Y) to X = X.merge(Y), which for whatever reason removes the recursion limit exceed error.

@sgsmob sgsmob requested a review from benjaminysmith October 28, 2020 15:52
@krivard krivard merged commit 9359527 into cmu-delphi:main Oct 28, 2020
@sgsmob sgsmob deleted the lint_recursion branch February 4, 2021 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pylint/Astroid gives "RecursionError: maximum recursion depth exceeded" in CI tests
3 participants