Skip to content

Commit 0a788e5

Browse files
committed
Remove TODO in code related to date removal
1 parent 2a761c5 commit 0a788e5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/test_anon.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,7 @@ def test_deleted_tags_are_removed(orig_anon_dataset):
8787
if (
8888
len(tt) == 2 and tt in orig_ds
8989
): # 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
90+
# Date type are replaced instead of deleted. See README.md.
9291
if orig_ds[tt].VR != "DA": # sourcery skip: no-conditionals-in-tests
9392
assert tt not in anon_ds, (
9493
f"({tt[0]:04X},{tt[1]:04x}):{orig_ds[tt].value}->{anon_ds[tt].value}"

0 commit comments

Comments
 (0)