Skip to content

Commit 2815590

Browse files
committed
Fix check.
1 parent 3f48d93 commit 2815590

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

sdcflows/utils/wrangler.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,8 +328,12 @@ def find_estimators(
328328
... force_fmapless=False,
329329
... bids_filters={'session': '2'},
330330
... ) # doctest: +ELLIPSIS
331-
[FieldmapEstimation(sources=<10 files>, method=<EstimatorType.MEDIC: 6>,
332-
bids_id='auto_...')]
331+
[FieldmapEstimation(sources=<2 files>, method=<EstimatorType.PEPOLAR: 2>,
332+
bids_id='sub_04_ses_2_DCAN_fmap_acq_MEGE'),
333+
FieldmapEstimation(sources=<2 files>, method=<EstimatorType.PEPOLAR: 2>,
334+
bids_id='sub_04_ses_2_DCAN_fmap_acq_MESE'),
335+
FieldmapEstimation(sources=<10 files>, method=<EstimatorType.MEDIC: 6>,
336+
bids_id='auto_...')]
333337
"""
334338
from .misc import create_logger
335339
from bids.layout import Query

0 commit comments

Comments
 (0)