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

Avoid jax.config import #377

Merged
merged 1 commit into from
Feb 16, 2024
Merged

Conversation

jakevdp
Copy link
Contributor

@jakevdp jakevdp commented Feb 16, 2024

The jax.config submodule is empty and will soon be removed. The jax.config object, which is how configuration is done in this file, only requires import jax.

The jax.config submodule is empty and will soon be removed. The jax.config
object, which is how configuration is done in this file, only requires
import jax.
@patrick-kidger patrick-kidger merged commit 553ecea into patrick-kidger:main Feb 16, 2024
2 checks passed
@patrick-kidger
Copy link
Owner

Cheers Jake! Merged. :)

@jakevdp jakevdp deleted the fix-import branch February 16, 2024 21:55
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