Project-MONAI/MONAI
Raise the exception when LoadImage has a reader specified but it is not installed
クローズ
#7,437 opened on 2024/02/03
Contribution wantedenhancementgood first issue
Repository metrics
- Stars
- (4,800 個のスター)
- PR merge metrics
- (平均マージ 20d 8h) (30d で 35 merged PRs)
説明
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.