Skip to content

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