Skip to content

Commit

Permalink
changing validation input from renamed node nii_out
Browse files Browse the repository at this point in the history
  • Loading branch information
birajstha committed Sep 18, 2024
1 parent a778584 commit c341f2f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CPAC/pipeline/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -1383,7 +1383,9 @@ def gather_pipes(self, wf, cfg, all=False, add_incl=None, add_excl=None):
input_names=["input_bold", "RawSource_bold"],
output_names=["output_bold"],
function=validate_outputs,
imports=["from CPAC.pipeline.utils import find_pixdim4, update_pixdim4"],
imports=[
"from CPAC.pipeline.utils import find_pixdim4, update_pixdim4"
],
),
name=f"validate_bold_header_{resource_idx}_{pipe_x}",
)
Expand Down

0 comments on commit c341f2f

Please sign in to comment.