Skip to content

Commit 2f6a4e9

Browse files
author
Michael Dayan
committed
Correct docstrings for new parameter descriptions
1 parent 4848977 commit 2f6a4e9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

heudiconv/tests/test_bids.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,11 @@ def test_get_shim_setting(tmpdir):
9999

100100
def test_get_key_info_for_fmap_assignment(tmpdir, label_size=4, label_seed=42):
101101
"""
102-
Test get_key_info_for_fmap_assignment
102+
Test get_key_info_for_fmap_assignment.
103+
104+
label_size and label_seed are used for the "CustomAcquisitionLabel" matching
105+
parameter. label_size is the size of the random label while label_seed is
106+
the seed for the random label creation.
103107
"""
104108

105109
nifti_file = op.join(TESTS_DATA_PATH, 'sample_nifti.nii.gz')
@@ -543,7 +547,7 @@ def create_dummy_no_shim_settings_custom_label_bids_session(session_path, label_
543547
path to the session (or subject) level folder
544548
label_size : int, optional
545549
size of the random label
546-
label_seed : int, optionall
550+
label_seed : int, optional
547551
seed for the random label creation
548552
549553
Returns:

0 commit comments

Comments
 (0)