Closed manuelgloeckler closed 1 week ago
We change all:
Note: We do not change use of a_max in jnp.clip, because this require jax>0.4.30 (which is too recent yet)
a_max
jnp.clip
There are quite a few unused imports in each file which I could additionally autofix with ruff in this PR.
Fixing deprecation warnings
We change all:
Note: We do not change use of
a_max
injnp.clip
, because this require jax>0.4.30 (which is too recent yet)