Project-MONAI/MONAI
Ver no GitHubRaise the exception when LoadImage has a reader specified but it is not installed
Open
#7.437 aberto em 3 de fev. de 2024
Contribution wantedenhancementgood first issue
Métricas do repositório
- Stars
- (4.800 stars)
- Métricas de merge de PR
- (Mesclagem média 20d 8h) (35 fundiu PRs em 30d)
Description
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.