Skip to content
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

[BUGFIX] Fix recursion limit when applying large reduce functions #851

Merged
merged 1 commit into from
Dec 21, 2023

Conversation

jmbannon
Copy link
Owner

@jmbannon jmbannon commented Dec 21, 2023

Python would think a recursive error occurred, but in reality, the stack got too large due to poor optimization when executing array reduce functions. Thanks Melissa for the bug report!

Copy link

codecov bot commented Dec 21, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (b8fb119) 96.99% compared to head (ff54876) 97.02%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #851      +/-   ##
==========================================
+ Coverage   96.99%   97.02%   +0.02%     
==========================================
  Files         116      116              
  Lines        7115     7116       +1     
==========================================
+ Hits         6901     6904       +3     
+ Misses        214      212       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jmbannon jmbannon merged commit 873ecc0 into master Dec 21, 2023
36 checks passed
@jmbannon jmbannon deleted the j/fix-recursion-lambda branch December 21, 2023 07:46
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.

1 participant