We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2815590 commit ee8c38aCopy full SHA for ee8c38a
sdcflows/utils/wrangler.py
@@ -329,9 +329,9 @@ def find_estimators(
329
... bids_filters={'session': '2'},
330
... ) # doctest: +ELLIPSIS
331
[FieldmapEstimation(sources=<2 files>, method=<EstimatorType.PEPOLAR: 2>,
332
- bids_id='sub_04_ses_2_DCAN_fmap_acq_MEGE'),
+ bids_id='auto_...'),
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_...')]
337
"""
0 commit comments