This repository was archived by the owner on Mar 21, 2024. It is now read-only.
InnerEye-DICOM-RT pytest tests error #688
Answered
by
ant0nsc
furtheraway
asked this question in
Q&A
|
Hi all, I was trying to convert the inferenced segmentation.nii.gz togather with the ct.nii.gz back into DICOM following the following instructions: https://github.com/microsoft/InnerEye-DICOM-RT Till I see the following error: Even though the previous step seemed completed fine: |
Answered by
ant0nsc
Mar 10, 2022
Replies: 1 comment
|
Thanks for reporting @furtheraway ! Yes, it is possible that the package build succeeds, but running the test suite fails. You need to install the test requirements into your conda environment, with |
0 replies
Answer selected by
furtheraway
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for reporting @furtheraway !
Yes, it is possible that the package build succeeds, but running the test suite fails. You need to install the test requirements into your conda environment, with
pip install -r test_requirements.txt. The package in question ispydicom==2.1.2