When loading a scitiff without anything in the "extra" metadata field, and then attempting to re-save it, you currently get an error as it is not allowed to have "NoneType" in the extra field of the scitiff metadata:
I would suggest to have a round-trip test to avoid this kind of failure in the future, i.e. save a scitiff -> load the scitiff -> re-save the scitiff.
When loading a scitiff without anything in the "extra" metadata field, and then attempting to re-save it, you currently get an error as it is not allowed to have "NoneType" in the
extrafield of the scitiff metadata:I would suggest to have a round-trip test to avoid this kind of failure in the future, i.e. save a scitiff -> load the scitiff -> re-save the scitiff.