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

Test suite's compare_numba_vs_python doesn't handle all signatures #61

Open
iguinn opened this issue Mar 21, 2024 · 0 comments
Open

Test suite's compare_numba_vs_python doesn't handle all signatures #61

iguinn opened this issue Mar 21, 2024 · 0 comments

Comments

@iguinn
Copy link
Collaborator

iguinn commented Mar 21, 2024

The compare_numba_vs_python function in tests/conftest.py does not handle certain function signatures correctly. One example of this behavior is that it expects the output to always have an output size (n), and doesn't handle (m) correctly. Another is that in-place functions only seem to allow one output. This seems to work for the vast majority of our processors, but there are some where it causes confusing test failures.

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

No branches or pull requests

1 participant