Skip to content

Commit 42d3c20

Browse files
committed
RF: Prepares way for further populate_intended_for unit tests
For the case magnitude/phase fmaps.
1 parent 77d63f1 commit 42d3c20

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

heudiconv/tests/test_bids.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

1212
import pytest
1313

14-
15-
def create_dummy_bids_session(session_path):
14+
# TODO: Do the same with a GRE fmap (magnitude/phase, etc.)
15+
def create_dummy_pepolar_bids_session(session_path):
1616
"""
1717
Creates a dummy BIDS session, with slim json files and empty nii.gz
1818
Parameters:
@@ -114,7 +114,7 @@ def test_populate_intended_for(tmpdir, folder, expected_prefix):
114114
"""
115115

116116
session_folder = op.join(tmpdir, folder)
117-
session_struct = create_dummy_bids_session(session_folder)
117+
session_struct = create_dummy_pepolar_bids_session(session_folder)
118118
populate_intended_for(session_folder)
119119

120120
run_prefix = 'sub-1' + ('_' + expected_prefix if expected_prefix else '')

0 commit comments

Comments
 (0)