We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We parameterize tests by data type, but loop over problem sizes in the body of the test.
This is sub-optimal, since a test failure wont indicate for which problem size the failure had occurred.
This patterns can be observed in test_reduce.py and in test_merge_sort.py.
test_reduce.py
test_merge_sort.py
The text was updated successfully, but these errors were encountered:
oleksandr-pavlyk
Successfully merging a pull request may close this issue.
We parameterize tests by data type, but loop over problem sizes in the body of the test.
This is sub-optimal, since a test failure wont indicate for which problem size the failure had occurred.
This patterns can be observed in
test_reduce.py
and intest_merge_sort.py
.The text was updated successfully, but these errors were encountered: