Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
Former-commit-id: 424dc17 [formerly 2fad37e]
Former-commit-id: d55216a
  • Loading branch information
Vishwesh4 committed Dec 15, 2021
1 parent 8833ef3 commit 464e041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_components.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
def dataset_path():
curr_path = pathlib.Path(__file__).parent.parent.resolve()
quebec_path = pathlib.Path(os.path.join(curr_path, "data", "Head-Neck-PET-CT"))
pathlib.Path(quebec_path).mkdir(parents=True, exist_ok=True)

if not os.path.exists(quebec_path):
pathlib.Path(quebec_path).mkdir(parents=True, exist_ok=True)
# Download QC dataset
print("Downloading the test dataset...")
quebec_data_url = "https://github.com/bhklab/tcia_samples/blob/main/Head-Neck-PET-CT.zip?raw=true"
Expand Down

0 comments on commit 464e041

Please sign in to comment.