Closed clausmichele closed 1 year ago
The .parse_obj() call can't handle None as temporal extent, avoid calling it if not necessary. Avoid passing also other None parameters.
.parse_obj()
None
@soxofaan I would need to merge this before the next release, sorry for this last minute fix.
By the way, I will also think about some tests for the local processing functionality, to make sure I can catch this problems in advance.
The
.parse_obj()
call can't handleNone
as temporal extent, avoid calling it if not necessary. Avoid passing also otherNone
parameters.@soxofaan I would need to merge this before the next release, sorry for this last minute fix.
By the way, I will also think about some tests for the local processing functionality, to make sure I can catch this problems in advance.