Skip to content

Conversation

@charris
Copy link
Member

@charris charris commented Apr 11, 2021

The test_operator_object_left and test_operator_object_right tests in
test_scalarmath.py set a maximum recursion depth of 100 that caused an
error in gitpod because it was too close to the starting depth of 75.
The fix here is to raise the maximum depth to 200.

Closes #18749

The test_operator_object_left and test_operator_object_right tests in
test_scalarmath.py set a maximum recursion depth of 100 that caused an
error in gitpod because it was too close to the starting depth of 75.
The fix here is to raise the maximum depth to 200.

Closes numpy#18749
@charris
Copy link
Member Author

charris commented Apr 11, 2021

This change seems to work on gitpod. Not sure when this will show up when starting gitpod, it seems to run a bit behind the latest updates to master.

EDIT: My mistake, gitpod does seem to keep current.

@seberg
Copy link
Member

seberg commented Apr 11, 2021

Thanks Chuck!

@seberg seberg merged commit a06bac0 into numpy:main Apr 11, 2021
@seberg seberg added the 09 - Backport-Candidate PRs tagged should be backported label Apr 13, 2021
@charris charris deleted the fix-scalarmath-test branch May 3, 2021 17:27
@charris charris removed the 09 - Backport-Candidate PRs tagged should be backported label May 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

RecursionError in scalarmath hypothesis tests

2 participants