Saving attributes to database
The existing implementation in database_interface only allowed for the following data types to be saved as extra attributes to the database table
- np.ndarray
- str
- float
- int
I have now added the following two types to this list:
- np.int32
- np.int64
The relevant section of code is here: