Skip to content

Commit

Permalink
Fix BolusCutOffTechnique typo (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo authored Sep 29, 2023
1 parent 9437ba8 commit d9715de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aslprep/workflows/asl/cbf.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def init_compute_cbf_wf(
"""

else:
bcut = metadata.get("BolusCutOffDelayTechnique")
bcut = metadata.get("BolusCutOffTechnique")

if is_multi_pld:
raise ValueError(
Expand Down

0 comments on commit d9715de

Please sign in to comment.