diff --git a/tests/test_CBCT_Segmentation.py b/tests/test_CBCT_Segmentation.py index 340e574..8859b05 100644 --- a/tests/test_CBCT_Segmentation.py +++ b/tests/test_CBCT_Segmentation.py @@ -124,8 +124,8 @@ def test_NiftiCBCTSegmentationGeneration(): test_pat_path = data_path.joinpath("LCTSC-Test-S1-201") test_pat_path2 = data_path.joinpath("LCTSC-Test-S1-101") - #SegmentationMethods = ['Direct','Synthetic','Transform']#,'Test'] - SegmentationMethods = ['Synthetic','Transform','Direct']#,'Test'] + SegmentationMethods = ['Direct','Synthetic','Transform']#,'Test'] + #SegmentationMethods = ['Synthetic','Transform','Direct']#,'Test'] #Use CT images to test functionality until we can get open source CBCT images CBCTDir = str(test_pat_path2.joinpath("IMAGES/LCTSC_TEST_S1_101_0_CT_0.nii.gz")) #Is a nifti file