-
Notifications
You must be signed in to change notification settings - Fork 26
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
[#2632] fix recursion error #2968
Conversation
e67f6c1
to
de518f0
Compare
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #2968 +/- ##
=======================================
Coverage 94.25% 94.25%
=======================================
Files 605 605
Lines 18585 18586 +1
Branches 2124 2125 +1
=======================================
+ Hits 17518 17519 +1
Misses 775 775
Partials 292 292
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
de518f0
to
8532cde
Compare
+ preliminary 'fix' by catching the recursion error
c721d6f
to
7532121
Compare
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.
Checked with Paul
Fixes #2632
RecursionError
without addressing the root problem