Skip to content

Commit 59af0aa

Browse files
committed
removing todos
1 parent 4e32787 commit 59af0aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nibabel/tests/nibabel_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def get_nibabel_data():
2222
nibabel_data = pjoin(containing_path, 'nibabel-data')
2323
return nibabel_data if isdir(nibabel_data) else ''
2424

25-
# dj-TODO
25+
2626
def needs_nibabel_data(subdir=None):
2727
""" Decorator for tests needing nibabel-data
2828

nibabel/tests/test_scripts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ def test_parrec2nii():
297297

298298

299299
@script_test
300-
@needs_nibabel_data('nitest-balls1') #dj-TODO: together eith nibabel_data
300+
@needs_nibabel_data('nitest-balls1')
301301
def test_parrec2nii_with_data():
302302
# Use nibabel-data to test conversion
303303
# Premultiplier to relate our affines to Philips conversion

0 commit comments

Comments
 (0)