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

[BUG]: Extensive unit test warnings need a clean up. #1183

Open
thomcom opened this issue Jun 7, 2023 · 4 comments
Open

[BUG]: Extensive unit test warnings need a clean up. #1183

thomcom opened this issue Jun 7, 2023 · 4 comments
Labels
bug Something isn't working

Comments

@thomcom
Copy link
Contributor

thomcom commented Jun 7, 2023

Version

23.08

On which installation method(s) does this occur?

Docker, Conda, Source, Rapids-Compose

Describe the issue

pytest unit test are throwing quite a few warnings during execution. They need to be triaged and eliminated where possible.

Minimum reproducible example

No response

Relevant log output

No response

Environment details

No response

Other/Misc.

No response

@thomcom thomcom added the bug Something isn't working label Jun 7, 2023
@thomcom
Copy link
Contributor Author

thomcom commented Jun 7, 2023

Numba has a CUDA_LOW_OCCUPANCY_WARNINGS that raises a warning whenever a binary predicate is called with a small input size (ie for testing). I added NUMBA_CUDA_LOW_OCCUPANCY_WARNINGS=0 to my environment which reduced the number of test errors from 984 to 71.

@harrism
Copy link
Member

harrism commented Jun 8, 2023

What binary predicates use Numba?

@thomcom
Copy link
Contributor Author

thomcom commented Jun 9, 2023

Nothing in the binary predicates directly uses numba. My only guess is that cudf functionality is being used that produces that warning, but haven't come up with a way of tracking down exactly what is emitting the warnings yet.

@harrism
Copy link
Member

harrism commented Jun 13, 2023

I don't feel comfortable suppressing warnings without understanding the cause.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Todo
Development

No branches or pull requests

2 participants