-
-
Notifications
You must be signed in to change notification settings - Fork 373
Closed
Description
Raising this issue to get an idea of what our requirements are of stores and what can be placed in them.
For instance in many cases we require Arrays to have an object_codec to allow storing object types and many stores would have difficulty with this data without explicit conversion to some sort of bytes-like object; however, we appear to be placing objects in a store as a test. Also we seem to expect stores to be easily comparable; however, this doesn't work if the store has NumPy ndarrays in it. ( #348 )
Should we set some explicit requirements about what stores require? If so, what would those requirements be? Also how would we enforce them?
lucaspar
Metadata
Metadata
Assignees
Labels
No labels