data-apis / array-api-compat

Compatibility layer for common array libraries to support the Array API
https://data-apis.org/array-api-compat/
MIT License
69 stars 22 forks source link

`asarray` should work with `copy=True`? #5

Closed thomasjpfan closed 1 year ago

thomasjpfan commented 1 year ago

When copy=True, should numpy_array_api_compat.asarray call np.array?