From 2815590f5c72bec1b4dd4276e3afd0c3e601fe7b Mon Sep 17 00:00:00 2001 From: Taylor Salo Date: Thu, 12 Dec 2024 11:38:18 -0500 Subject: [PATCH] Fix check. --- sdcflows/utils/wrangler.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/sdcflows/utils/wrangler.py b/sdcflows/utils/wrangler.py index 1576996181..08f06c266e 100644 --- a/sdcflows/utils/wrangler.py +++ b/sdcflows/utils/wrangler.py @@ -328,8 +328,12 @@ def find_estimators( ... force_fmapless=False, ... bids_filters={'session': '2'}, ... ) # doctest: +ELLIPSIS - [FieldmapEstimation(sources=<10 files>, method=, - bids_id='auto_...')] + [FieldmapEstimation(sources=<2 files>, method=, + bids_id='sub_04_ses_2_DCAN_fmap_acq_MEGE'), + FieldmapEstimation(sources=<2 files>, method=, + bids_id='sub_04_ses_2_DCAN_fmap_acq_MESE'), + FieldmapEstimation(sources=<10 files>, method=, + bids_id='auto_...')] """ from .misc import create_logger from bids.layout import Query