-
Notifications
You must be signed in to change notification settings - Fork 591
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DICOM redactor improvement: Enabling compatibility with compressed images #1105
Conversation
Build pipeline is hanging when running unit tests for the image redactor module for Python versions 3.9 and 3.10. Will look into this on Wednesday (unless anyone has any insight). |
Note, I will add a few more lines of code once PR #1109 is merged in. I was originally planning on merging this compression bug fix PR first and then building upon those changes in PR 1109, but have decided to reverse the order of modifying the code to accommodate the delay from the pipfile.lock issue. |
/azp run |
No commit pushedDate could be found for PR 1105 in repo microsoft/presidio |
…t_eval_dicom_correctly in
…test_eval_dicom_correctly in
…n test_verify_correctly
Change Description
The current DICOM redactor is not currently compatible with compressed images. This PR introduces changes to enable use with compressed images.
Issue reference
This PR fixes issue #1040
Checklist