`jax.vmap`
Closed this issue · 0 comments
vadmbertr commented
The cyclogeostrophy
function should be vmap
able.
Currently, some numpy
artifacts prevent it:
np.ma.masked_array
should not be allowednp.*
should be replaced byjnp.*
Closed this issue · 0 comments
The cyclogeostrophy
function should be vmap
able.
Currently, some numpy
artifacts prevent it:
np.ma.masked_array
should not be allowednp.*
should be replaced by jnp.*