Skip to content

Commit

Permalink
[TEST] Skip question when testing PETVolume pipeline (#1253)
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasGensollen authored Aug 7, 2024
1 parent e2c421c commit a4fc1a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/nonregression/pipelines/pet/test_pet_volume.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def run_pet_volume(
"group_label": "UnitTest",
"acq_label": tracer,
"suvr_reference_region": region,
"skip_question": False,
"skip_question": True,
}
pipeline = PETVolume(
bids_directory=fspath(input_dir / "bids"),
Expand Down

0 comments on commit a4fc1a3

Please sign in to comment.