-
@avital I noticed the convention for ordinary NumPy is import numpy as np
import jax.numpy as jnp Cheers 👍 |
Beta Was this translation helpful? Give feedback.
Answered by
avital
Dec 13, 2020
Replies: 1 comment
-
Nice catch -- indeed we should switch away from using |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
8bitmp3
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nice catch -- indeed we should switch away from using
onp
. Feel free to file an issue or pull request. Thanks!