From 821e5e706fd3a1817b292cbeb7999f6e1bf04f09 Mon Sep 17 00:00:00 2001 From: Mark Gardner <86278062+MarkGardnerUSyd@users.noreply.github.com> Date: Sat, 17 Aug 2024 09:31:53 +1000 Subject: [PATCH] Update test_CBCT_Segmentation.py Restore testing code to original state --- tests/test_CBCT_Segmentation.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tests/test_CBCT_Segmentation.py b/tests/test_CBCT_Segmentation.py index 3009819..340e574 100644 --- a/tests/test_CBCT_Segmentation.py +++ b/tests/test_CBCT_Segmentation.py @@ -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() @@ -114,7 +114,7 @@ def test_BadSegMethodInput(): rmtree(data_path) rmtree(OutputDir) -""" + def test_NiftiCBCTSegmentationGeneration(): # Download the test data @@ -199,7 +199,7 @@ def test_DicomCBCTSegmentationGeneration(): rmtree(OutputDir) """ -""" + def test_NiftiToDicomStruct(): data_path = get_lung_dicom() @@ -222,4 +222,3 @@ def test_NiftiToDicomStruct(): rmtree(data_path) rmtree(OutputDir) -""" \ No newline at end of file