Skip to content

Test new copy arg in test_reshape #108

Open
@honno

Description

@honno

Low prio until we get an actually implementation that supports the copy kwarg properly in asarray(), let alone reshape(). A util should be created to refactor what was already done for test_asarray_arrays:

Activity

changed the title [-]Test `copy` arg in `reshape()`[/-] [+]Test new `copy` arg in `test_reshape`[/+] on Mar 23, 2022
self-assigned this
on Mar 23, 2022
asmeurer

asmeurer commented on Oct 6, 2022

@asmeurer
Member

I'm implementing this in the numpy_array_api_compat library. A real test would be nice. It shouldn't be difficult to do. If the new shape is different, just check that the returned array has a different shape. If it's the same, we can do a check similar to the one in test_asarray. The None case cannot be tested because it depends on implementation details (like if the underlying library uses strides/views).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Test new `copy` arg in `test_reshape` · Issue #108 · data-apis/array-api-tests