Open manasaV3 opened 2 weeks ago
Calling to_dict() method raises serialization errors for objects that have a date time object. Ex: Dataset, Tomogram,..
to_dict()
This fix serializes the date time into the iso_format string.
Calling
to_dict()
method raises serialization errors for objects that have a date time object. Ex: Dataset, Tomogram,..This fix serializes the date time into the iso_format string.