Skip to content

Commit

Permalink
Update test_CBCT_Segmentation.py
Browse files Browse the repository at this point in the history
Restore testing code to original state
  • Loading branch information
MarkGardnerUSyd authored Aug 16, 2024
1 parent 8983025 commit 821e5e7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tests/test_CBCT_Segmentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
from CBCTCardiacSegmentation.CreateCBCTSegmentations import CreateCBCTSegmentations
from CBCTCardiacSegmentation.SegUtil import DoDicomProcessing
from CBCTCardiacSegmentation.DicomHelper import WriteDicomStructs
"""

def test_DicomProcessing():
# Download the test data
data_path = get_lung_dicom()
Expand Down Expand Up @@ -114,7 +114,7 @@ def test_BadSegMethodInput():

rmtree(data_path)
rmtree(OutputDir)
"""

def test_NiftiCBCTSegmentationGeneration():

# Download the test data
Expand Down Expand Up @@ -199,7 +199,7 @@ def test_DicomCBCTSegmentationGeneration():
rmtree(OutputDir)
"""
"""

def test_NiftiToDicomStruct():

data_path = get_lung_dicom()
Expand All @@ -222,4 +222,3 @@ def test_NiftiToDicomStruct():

rmtree(data_path)
rmtree(OutputDir)
"""

0 comments on commit 821e5e7

Please sign in to comment.