Skip to content

Commit ee8c38a

Browse files
committed
Drop B0Field fields from fmaps.
1 parent 2815590 commit ee8c38a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdcflows/utils/wrangler.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,9 +329,9 @@ def find_estimators(
329329
... bids_filters={'session': '2'},
330330
... ) # doctest: +ELLIPSIS
331331
[FieldmapEstimation(sources=<2 files>, method=<EstimatorType.PEPOLAR: 2>,
332-
bids_id='sub_04_ses_2_DCAN_fmap_acq_MEGE'),
332+
bids_id='auto_...'),
333333
FieldmapEstimation(sources=<2 files>, method=<EstimatorType.PEPOLAR: 2>,
334-
bids_id='sub_04_ses_2_DCAN_fmap_acq_MESE'),
334+
bids_id='auto_...'),
335335
FieldmapEstimation(sources=<10 files>, method=<EstimatorType.MEDIC: 6>,
336336
bids_id='auto_...')]
337337
"""

0 commit comments

Comments
 (0)