google-deepmind / torax

TORAX: Tokamak transport simulation in JAX
https://torax.readthedocs.io
Other
345 stars 31 forks source link

Replace `jnp.ndarray` with `jax.Array`. #230

Closed copybara-service[bot] closed 3 months ago

copybara-service[bot] commented 3 months ago

Replace jnp.ndarray with jax.Array.

jax.Array is the preferred JAX array type, and jnp.ndarray is now a shim for jax.Array, so this change is a no-op.

google-cla[bot] commented 3 months ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.