You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found this while looking at pytest failures for "color3d_jpeg_baseline.dcm" file from pydicom's test files. The element (0020,0244) was not getting deleted. The tag is listed in X_TAGS.
The code for delete_element calls replace_element_date for VR=='DA', even if the element is supposed to be deleted. I cannot figure out why that is all right. Please help!
In addition to 'X', I see 'K' and 'C' listed in that row of PS 3.15: Table E-1.1. What do these mean?
The text was updated successfully, but these errors were encountered:
PR #64 does not fix this issue, just puts in temporary exclusion of elements of type DA. This has enabled testing of all other tags for test files that were originally failing the test.
I found this while looking at pytest failures for "color3d_jpeg_baseline.dcm" file from
pydicom
's test files. The element (0020,0244) was not getting deleted. The tag is listed inX_TAGS
.The code for
delete_element
callsreplace_element_date
forVR=='DA'
, even if the element is supposed to be deleted. I cannot figure out why that is all right. Please help!In addition to 'X', I see 'K' and 'C' listed in that row of PS 3.15: Table E-1.1. What do these mean?
The text was updated successfully, but these errors were encountered: