Closed ivenzor closed 3 weeks ago
Explicitly handle cases where data_cutout is None to prevent EXOTIC from crashing due to TypeError: unsupported operand type(s) for -: 'NoneType' and 'float'.
data_cutout is None
TypeError: unsupported operand type(s) for -: 'NoneType' and 'float'.
@tamimfatahi
Explicitly handle cases where
data_cutout is None
to prevent EXOTIC from crashing due toTypeError: unsupported operand type(s) for -: 'NoneType' and 'float'.
1340