diff --git a/tests/test_feature_extraction.py b/tests/test_feature_extraction.py index 3fbdc69..cdec270 100644 --- a/tests/test_feature_extraction.py +++ b/tests/test_feature_extraction.py @@ -104,4 +104,4 @@ def test_radiomicFeatureExtraction_output(nsclcMetadataPath): imageDirPath = "tests/", roiNames = None, outputDirPath = "tests/output/") - assert os.path.exists("tests/output/features/radfeatures_NSCLC_Radiogenomics.csv") \ No newline at end of file + assert os.path.exists("tests/output/features/radiomicfeatures_NSCLC_Radiogenomics.csv") \ No newline at end of file