From ee8c38af241f22297a22798108e0898cfa6aced9 Mon Sep 17 00:00:00 2001 From: Taylor Salo Date: Thu, 12 Dec 2024 11:40:59 -0500 Subject: [PATCH] Drop B0Field fields from fmaps. --- sdcflows/utils/wrangler.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdcflows/utils/wrangler.py b/sdcflows/utils/wrangler.py index 08f06c266e..129c263051 100644 --- a/sdcflows/utils/wrangler.py +++ b/sdcflows/utils/wrangler.py @@ -329,9 +329,9 @@ def find_estimators( ... bids_filters={'session': '2'}, ... ) # doctest: +ELLIPSIS [FieldmapEstimation(sources=<2 files>, method=, - bids_id='sub_04_ses_2_DCAN_fmap_acq_MEGE'), + bids_id='auto_...'), FieldmapEstimation(sources=<2 files>, method=, - bids_id='sub_04_ses_2_DCAN_fmap_acq_MESE'), + bids_id='auto_...'), FieldmapEstimation(sources=<10 files>, method=, bids_id='auto_...')] """