Skip to content

Commit

Permalink
Fix nonregression test for StatisticsVolume (#514)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdiazmel committed Nov 25, 2021
1 parent fc8fc93 commit a1ec2cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/nonregression/pipelines/test_run_pipelines_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def run_StatisticsVolume(
parameters = {
# Clinica compulsory parameters
"group_label": "UnitTest",
"orig_input_data": "pet-volume",
"orig_input_data_volume": "pet-volume",
"contrast": "group",
# Optional arguments for inputs from pet-volume pipeline
"acq_label": "FDG",
Expand Down

0 comments on commit a1ec2cc

Please sign in to comment.