Skip to content

Commit

Permalink
Replace series by volume.
Browse files Browse the repository at this point in the history
  • Loading branch information
FredLoney committed Feb 17, 2015
1 parent 79de366 commit 03d8c46
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions test/unit/pipeline/test_modeling.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,20 +36,20 @@ class TestModelingWorkflow(StagedTestBase):
breast
Breast003
Session01
series009.nii.gz
series023.nii.gz
volume009.nii.gz
volume023.nii.gz
...
sarcoma
Sarcoma001
Session01
series011.nii.gz
series013.nii.gz
volume011.nii.gz
volume013.nii.gz
...
The fixture is not included in the Git source repository due to storage
constraints.
The fixture is not included in the Git source repository due to
storage constraints.
Note:: this test takes app. 8 hours to run on the AIRC cluster.
Note:: this test takes several hours to run on the AIRC cluster.
"""

def __init__(self):
Expand Down

0 comments on commit 03d8c46

Please sign in to comment.