Skip to content

Commit 1c18faa

Browse files
committed
fix overlapping B0FieldIdentifier, resulting in no estimators
1 parent 13fbcc7 commit 1c18faa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sdcflows/utils/wrangler.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,8 @@ def find_estimators(
377377
[
378378
fm.FieldmapFile(fmap.path, metadata=fmap.get_metadata())
379379
for fmap in bare_ids + listed_ids
380-
]
380+
],
381+
bids_id=b0_id,
381382
)
382383
except (ValueError, TypeError) as err:
383384
_log_debug_estimator_fail(

0 commit comments

Comments
 (0)