Skip to content

Commit

Permalink
Fix check.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Dec 12, 2024
1 parent 3f48d93 commit 2815590
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions sdcflows/utils/wrangler.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,8 +328,12 @@ def find_estimators(
... force_fmapless=False,
... bids_filters={'session': '2'},
... ) # doctest: +ELLIPSIS
[FieldmapEstimation(sources=<10 files>, method=<EstimatorType.MEDIC: 6>,
bids_id='auto_...')]
[FieldmapEstimation(sources=<2 files>, method=<EstimatorType.PEPOLAR: 2>,
bids_id='sub_04_ses_2_DCAN_fmap_acq_MEGE'),
FieldmapEstimation(sources=<2 files>, method=<EstimatorType.PEPOLAR: 2>,
bids_id='sub_04_ses_2_DCAN_fmap_acq_MESE'),
FieldmapEstimation(sources=<10 files>, method=<EstimatorType.MEDIC: 6>,
bids_id='auto_...')]
"""
from .misc import create_logger
from bids.layout import Query
Expand Down

0 comments on commit 2815590

Please sign in to comment.