Replies: 1 comment
-
Broadcasting has a special syntax in Julia which doesn't naturally translate to Python. You have a couple of options, either create a function to do the broadcasting:
or use the jl.broadcast(jl.sqrt, x) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
similar to #285
Beta Was this translation helpful? Give feedback.
All reactions