Skip to content
Snippets Groups Projects
Commit 13d87165 authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

little addition to dicom test

parent e3e8ca90
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -101,6 +101,7 @@ def test_loadSeries():
for img in imgs:
assert img.dicomDir == td
assert img.shape == expShape
assert img[:].shape == expShape
assert img.get('PatientName') == 'MCCARTHY_PAUL' or \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment