ITKColorNormalization icon indicating copy to clipboard operation
ITKColorNormalization copied to clipboard

Allow Python to catch errors

Open Leengit opened this issue 2 years ago • 2 comments

The current use of itkAssertOrThrowMacro to report errors, such as inputs that cannot be processed, is not caught by a Python try-except block. We want a solution where the Python program can recover from these errors.

Leengit avatar Jun 06 '22 13:06 Leengit