Skip to content

Commit

Permalink
fix base name for existing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bpinsard committed Oct 9, 2024
1 parent 84553d9 commit b48366a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdcflows/utils/wrangler.py
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ def find_estimators(
)
for si, spec in enumerate(estimator_specs):
try:
estimator = fm.FieldmapEstimation(spec, bids_id=f"fmapless{si}")
estimator = fm.FieldmapEstimation(spec, bids_id=f"auto-fmapless-{si}")
except (ValueError, TypeError) as err:
_log_debug_estimator_fail(logger, "ANAT", spec, layout.root, str(err))
else:
Expand Down

0 comments on commit b48366a

Please sign in to comment.