Skip to content

Commit 1a3aa01

Browse files
committed
fix overlapping B0FieldIdentifier, resulting in no estimators
1 parent 656a51d commit 1a3aa01

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
@@ -383,7 +383,8 @@ def find_estimators(
383383
[
384384
fm.FieldmapFile(fmap.path, metadata=fmap.get_metadata())
385385
for fmap in bare_ids + listed_ids
386-
]
386+
],
387+
bids_id=b0_id,
387388
)
388389
except (ValueError, TypeError) as err:
389390
_log_debug_estimator_fail(

0 commit comments

Comments
 (0)