We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e32787 commit 59af0aaCopy full SHA for 59af0aa
nibabel/tests/nibabel_data.py
@@ -22,7 +22,7 @@ def get_nibabel_data():
22
nibabel_data = pjoin(containing_path, 'nibabel-data')
23
return nibabel_data if isdir(nibabel_data) else ''
24
25
-# dj-TODO
+
26
def needs_nibabel_data(subdir=None):
27
""" Decorator for tests needing nibabel-data
28
nibabel/tests/test_scripts.py
@@ -297,7 +297,7 @@ def test_parrec2nii():
297
298
299
@script_test
300
-@needs_nibabel_data('nitest-balls1') #dj-TODO: together eith nibabel_data
+@needs_nibabel_data('nitest-balls1')
301
def test_parrec2nii_with_data():
302
# Use nibabel-data to test conversion
303
# Premultiplier to relate our affines to Philips conversion
0 commit comments