InsightSoftwareConsortium / InsightSoftwareConsortium/ITKColorNormalization
Allow Python to catch errors
Open
- Dominant language
- C++
- Stars
- 19
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by inspecting the uses of `itkAssertOrThrowMacro` and the Python-facing error path for inputs that cannot be processed. Done means those errors can be caught by a Python `try`-`except` block and the program can recover.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, python
- Domain
- api
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100