jax
59e5ce22
- Avoid calls to warnings.catch_warnings in JAX core code.
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
Avoid calls to warnings.catch_warnings in JAX core code. warnings.catch_warnings is not thread-safe. However it is always used to avoid complex-to-real conversion warnings, which we can avoid in other ways.
References
#25648 - Avoid calls to warnings.catch_warnings in JAX core code.
#190 - CI: 12/23/24 upstream sync
Author
hawkinsp
Parents
aa386f85
Loading