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

create one instance of the tests with NUMBA_DISABLE_JIT=1 for the coverage report? #1400

Closed
dneise opened this issue Jul 23, 2020 · 1 comment

Comments

@dneise
Copy link
Member

dneise commented Jul 23, 2020

Side point: numba jitted functions do not contribute to coverage, we might want to create one instance of the tests with NUMBA_DISABLE_JIT=1 for the coverage report.

Originally posted by @maxnoe in #1398 (comment)

@maxnoe
Copy link
Member

maxnoe commented Jan 4, 2023

Unfortunately, as e.g. guvectorize functions don't work in pure python mode.

How to handle coverage with numba is an open issue with them, and I fear we just need to wait until something is implemented in numba itself.

@maxnoe maxnoe closed this as completed Jan 4, 2023
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

2 participants