You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python 3.10.13 (main, Aug 25 2023, 13:20:03) [GCC 9.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import africanus.util.jax_init
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/bester/.venv/testcodex/lib/python3.10/site-packages/africanus/__init__.py", line 10, in <module>
import africanus.util.jax_init # noqa
File "/home/bester/.venv/testcodex/lib/python3.10/site-packages/africanus/util/jax_init.py", line 14, in <module>
jax.config.update("jax_enable_x64", True)
AttributeError: module 'jax.config' has no attribute 'update'
>>>
Probably just a change in jax. Will take a look after the weekend
The text was updated successfully, but these errors were encountered:
Description
As reported by @PNMwaniki here landmanbester/spimple#16 (comment) the following fails
Probably just a change in jax. Will take a look after the weekend
The text was updated successfully, but these errors were encountered: