| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
| """ | ||
| Assert copy=True/False functionality is respected | ||
|
|
||
| TODO: we're not able to check scalars with this approach |
There was a problem hiding this comment.
We should definitely be able to check 0-dimensional arrays. What we can't check is np.generic, which AFAIK is a numpy-specific type
Sorry, something went wrong.
| def assert_kw_copy(func_name, x, out, data, copy): | ||
| """ | ||
| Assert copy=True/False functionality is respected | ||
|
|
||
| TODO: we're not able to check scalars with this approach |
There was a problem hiding this comment.
This doesn't look right.
Sorry, something went wrong.
Planning on circling back since the dask PR is merged now. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
The copy keyword was previously not checked.