You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quick question, would it make sense to do something like this instead. This would actually allow for a consistent output no matter if the function is jitted. Based on this thread in JAX, it's not a good idea to have the results diverging
Expected behavior
If we are jitting and raising an operation to a fractional power, we should say that it doesn't have a matrix
Actual behavior
We say that we have a matrix, but then get an error due to using a scipy routine on a jax array.
Additional information
No response
Source code
Tracebacks
System information
Existing GitHub issues
The text was updated successfully, but these errors were encountered: