Commit 4946523
Handle JAX circular import AttributeError in fully_bayesian.py (#3297)
Summary:
Pull Request resolved: #3297
JAX 0.5.3 has a circular import between `pxla.py` and `dispatch.py` that raises `AttributeError` instead of `ImportError` on Python 3.12. The existing `try/except ImportError` guard around JAX imports in `fully_bayesian.py` does not catch this.
Reviewed By: Balandat
Differential Revision: D102690643
fbshipit-source-id: 6f6a8f69544f4295de31f8c046ffd3e394817e5e1 parent bcd9016 commit 4946523
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments