BrainPy icon indicating copy to clipboard operation
BrainPy copied to clipboard

[fix] Replace `jax.experimental.host_callback` with `jax.pure_callback`

Open Routhleck opened this issue 1 year ago • 0 comments

Because of the deprecation of from jax.experimental.host_callback import id_tap, replace jax.experimental.host_callback with jax.pure_callback

Routhleck avatar May 06 '24 11:05 Routhleck