Project-MONAI/MONAI
Auf GitHub ansehenRaise the exception when LoadImage has a reader specified but it is not installed
Open
#7.437 geöffnet am 3. Feb. 2024
Contribution wantedenhancementgood first issue
Repository-Metriken
- Stars
- (4.800 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 20T 8h) (35 gemergte PRs in 30 T)
Beschreibung
Describe the bug
Running LoadImage(reader="ITKReader") without itk installed will just warn that itk is not installed and will proceed with using PILReader instead.
Expected behavior If the specified reader is not installed, an exception should be raised.