You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, I want to thank you for this project. This is really great work and design. I'm using it to develop satellite data processing pipelines at NASA Goddard.
Currently, using 'object' as a data type is not supported. A NumPy array with a datatype 'object' holds references to Python objects. Sometimes, it is useful to have a numpy array of object: unlike a list, a numpy object array can support multiple dimensions and advanced slicing.
This is a feature request to add the 'object' datatype to the contract specification for numpy arrays.
First of all, I want to thank you for this project. This is really great work and design. I'm using it to develop satellite data processing pipelines at NASA Goddard.
Currently, using 'object' as a data type is not supported. A NumPy array with a datatype 'object' holds references to Python objects. Sometimes, it is useful to have a numpy array of object: unlike a list, a numpy object array can support multiple dimensions and advanced slicing.
This is a feature request to add the 'object' datatype to the contract specification for numpy arrays.
Reference:
https://andreacensi.github.io/contracts/reference.html#numpy-specific-contracts
The text was updated successfully, but these errors were encountered: