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

added warning filter for jax.random.KeyArray #3395

Closed
wants to merge 1 commit into from

Conversation

chiamp
Copy link
Collaborator

@chiamp chiamp commented Oct 4, 2023

Warning is due to a chex import from tests/jax_utils_test.py

@chiamp chiamp self-assigned this Oct 4, 2023
@chiamp chiamp requested a review from cgarciae October 4, 2023 17:11
@jakevdp
Copy link
Contributor

jakevdp commented Oct 4, 2023

It looks like problematic line in chex was fixed in google-deepmind/chex#307. That fix came before the 0.1.83 release, so you should be able to fix this without ignoring the warnings by pinning chex>=0.1.83.

Not filtering the warning might be helpful to avoid inadvertently using deprecated JAX APIs.

@chiamp chiamp closed this Oct 4, 2023
@chiamp chiamp deleted the warning branch October 4, 2023 21:26
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

Successfully merging this pull request may close these issues.

2 participants