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
FSL
fslpy
Commits
ae568f64
Commit
ae568f64
authored
May 31, 2018
by
Paul McCarthy
🚵
Browse files
TEST: Test Image.ndims
parent
2955607c
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/test_image.py
View file @
ae568f64
...
...
@@ -291,6 +291,7 @@ def _test_Image_atts(imgtype):
assert
tuple
(
i
.
nibImage
.
header
.
get_zooms
())
==
tuple
(
pixdims
)
assert
i
.
ndim
==
expndims
assert
i
.
ndims
==
expndims
assert
i
.
dtype
==
dtype
assert
i
.
name
==
op
.
basename
(
path
)
assert
i
.
dataSource
==
fslpath
.
addExt
(
path
,
...
...
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