array[0:0] should return empty array #26
Closed
Comments
|
As empty arrays don't really exist yet a good compromise might to to return None. |
|
They do exist. |
|
This is partially solved when using logical indexing in devel. |
|
This is fixed in devel. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently it is equivalent to array[:] which is quite surprising.
The text was updated successfully, but these errors were encountered: