Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Michiel Cottaar
fslpy
Commits
43c56c63
Commit
43c56c63
authored
Jan 29, 2021
by
Paul McCarthy
🚵
Browse files
TEST: Missed one dcm2niix change
parent
38a40735
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/test_dicom.py
View file @
43c56c63
...
...
@@ -189,7 +189,8 @@ def test_loadSeries():
assert
'PatientName'
in
img
.
metaKeys
()
assert
'MCCARTHY_PAUL'
in
img
.
metaValues
()
or
\
'MCCARTHY^PAUL'
in
img
.
metaValues
()
or
\
'MCCARTHY_PAUL_2'
in
img
.
metaValues
()
'MCCARTHY_PAUL_2'
in
img
.
metaValues
()
or
\
'MCCARTHY^PAUL^2'
in
img
.
metaValues
()
assert
(
'PatientName'
,
'MCCARTHY_PAUL'
)
in
img
.
metaItems
()
or
\
(
'PatientName'
,
'MCCARTHY^PAUL'
)
in
img
.
metaItems
()
or
\
(
'PatientName'
,
'MCCARTHY_PAUL_2'
)
in
img
.
metaItems
()
or
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment