Skip to content

Commit

Permalink
uncommented one line pytest
Browse files Browse the repository at this point in the history
Former-commit-id: 3dc8cd3
  • Loading branch information
Vishwesh4 committed Dec 8, 2021
1 parent 8c3b2ad commit fa09db6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_autopipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ def dataset_path():
output_path = curr_path+ "/tests/"
return input_path,output_path

# @pytest.mark.parametrize("modalities",["PT","CT,RTDOSE","CT,RTSTRUCT,RTDOSE","CT,RTSTRUCT,RTDOSE,PT"])
@pytest.mark.parametrize("modalities",["CT,PT,RTDOSE"])
@pytest.mark.parametrize("modalities",["PT","CT,RTDOSE","CT,PT,RTDOSE","CT,RTSTRUCT,RTDOSE","CT,RTSTRUCT,RTDOSE,PT"])
# @pytest.mark.parametrize("modalities",["CT,PT,RTDOSE"])
def test_pipeline(dataset_path,modalities):
input_path,output_path = dataset_path
n_jobs = 2
Expand Down

0 comments on commit fa09db6

Please sign in to comment.