Skip to content

Commit

Permalink
fix(test_feature_extraction): fixed expected output path for radiomic…
Browse files Browse the repository at this point in the history
…FeatureExtraction
  • Loading branch information
strixy16 committed Dec 20, 2023
1 parent 892c8d7 commit 53c9db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_feature_extraction.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
assert os.path.exists("tests/output/features/radiomicfeatures_NSCLC_Radiogenomics.csv")

0 comments on commit 53c9db3

Please sign in to comment.