Skip to content

Commit

Permalink
Update sdcflows/utils/wrangler.py
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies authored Oct 1, 2024
1 parent 680bcfb commit 98af39d
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 @@ -406,7 +406,7 @@ def find_estimators(
e = fm.FieldmapEstimation(
fm.FieldmapFile(
fmap.path,
metadata=_filter_metadata(fmap.get_metadata(), layout, subject),
metadata=_filter_metadata(fmap.get_metadata(), subject),
)
)
except (ValueError, TypeError) as err:
Expand Down

0 comments on commit 98af39d

Please sign in to comment.