We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 890d0ba + 0a788e5 commit 099b9c9Copy full SHA for 099b9c9
1 file changed
tests/test_anon.py
@@ -87,8 +87,7 @@ def test_deleted_tags_are_removed(orig_anon_dataset):
87
if (
88
len(tt) == 2 and tt in orig_ds
89
): # sourcery skip: merge-nested-ifs, no-conditionals-in-tests
90
- # TODO: Investigate why Date type are replaced instead of deleted
91
- # See issue https://github.com/KitwareMedical/dicom-anonymizer/issues/56
+ # Date type are replaced instead of deleted. See README.md.
92
if orig_ds[tt].VR != "DA": # sourcery skip: no-conditionals-in-tests
93
assert tt not in anon_ds, (
94
f"({tt[0]:04X},{tt[1]:04x}):{orig_ds[tt].value}->{anon_ds[tt].value}"
0 commit comments