-
Notifications
You must be signed in to change notification settings - Fork 13
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
Should object arrays be allowed #47
Comments
They should not be allowed and no longer seem to work because memmap fails in this case. I think we should catch this before memmap does and just check dtype.hasobject. If true, we raise an exception saying that this is not supported. |
Also not supported w. h5py:
|
Good point. I think we should also raise a |
We should decide if we should allow object arrays or not. There are several advantages and disadvantages to this. Currently we allow object arrays, but we have not made a conscious decision to support them. They just happen to work.
The text was updated successfully, but these errors were encountered: