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
Hypothesis support has been added at jax-ml/jax#16099, but we'll need support in the test suite itself. We'll probably need some sort of canonical check to see if it works.
I noticed that we test things like the copy parameter in asarray using mutation. That test would need to be disabled for JAX. Also it seems we we don't yet test copy for reshape or astype.
The text was updated successfully, but these errors were encountered:
See the discussion at jax-ml/jax#16099
Hypothesis support has been added at jax-ml/jax#16099, but we'll need support in the test suite itself. We'll probably need some sort of canonical check to see if it works.
I noticed that we test things like the
copy
parameter in asarray using mutation. That test would need to be disabled for JAX. Also it seems we we don't yet testcopy
forreshape
orastype
.The text was updated successfully, but these errors were encountered: