Skip to content

Commit b48366a

Browse files
committed
fix base name for existing tests
1 parent 84553d9 commit b48366a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdcflows/utils/wrangler.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ def find_estimators(
552552
)
553553
for si, spec in enumerate(estimator_specs):
554554
try:
555-
estimator = fm.FieldmapEstimation(spec, bids_id=f"fmapless{si}")
555+
estimator = fm.FieldmapEstimation(spec, bids_id=f"auto-fmapless-{si}")
556556
except (ValueError, TypeError) as err:
557557
_log_debug_estimator_fail(logger, "ANAT", spec, layout.root, str(err))
558558
else:

0 commit comments

Comments
 (0)