Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support libraries that don't allow mutation #188

Open
asmeurer opened this issue Jun 2, 2023 · 0 comments
Open

Support libraries that don't allow mutation #188

asmeurer opened this issue Jun 2, 2023 · 0 comments

Comments

@asmeurer
Copy link
Member

asmeurer commented Jun 2, 2023

See the discussion at google/jax#16099

Hypothesis support has been added at google/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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@asmeurer and others