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

MAINT: Allow more recursion depth for scalar tests. #18921

Merged
merged 1 commit into from May 6, 2021

Conversation

charris
Copy link
Member

@charris charris commented May 5, 2021

Backport of #18750.

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 charris added this to the 1.20.3 release milestone May 5, 2021
@charris charris merged commit 9d6b02f into numpy:maintenance/1.20.x May 6, 2021
@charris charris deleted the backport-18750 branch May 7, 2021 21:21
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.

None yet

1 participant