-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add unit tests for anonymisation process #360
Add unit tests for anonymisation process #360
Conversation
Avoids errors when importing the `project_config` module before the `PROJECT_CONFIG_DIR` environment variable has been set (typically in tests).
This reverts commit ebbda2d.
This avoids an import error due to `PROJECT_CONFIGS_DIR` not being defined in `conftest` until after the imports
Only used for logging anyway
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The whole private tag class is very odd to me, but that was already in there and everything else looks good. 🚀
What do you think is odd about it? |
Yeah I had some misunderstandings about private tags that @HChughtai helped me out with so it makes a bit more sense now. Thanks both! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, thanks for getting this in
Co-authored-by: Stef Piatek <s.piatek@ucl.ac.uk>
Fixes #132
add_private_tag
tocore.dicom_tags
orthanc-raw