Skip to content

Commit 4e745b9

Browse files
committed
Remove comments.
Signed-off-by: mmelqin <mingmelvinq@nvidia.com>
1 parent e9e9fa4 commit 4e745b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monai/deploy/operators/dicom_series_to_volume_operator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ def test():
362362
from monai.deploy.operators.dicom_series_selector_operator import DICOMSeriesSelectorOperator
363363

364364
current_file_dir = Path(__file__).parent.resolve()
365-
data_path = current_file_dir.joinpath("../../../examples/ai_spleen_seg_data/dcm") # current_file_dir.joinpath("../../../examples/ai_spleen_seg_data/dcm")
365+
data_path = current_file_dir.joinpath("../../../examples/ai_spleen_seg_data/dcm")
366366
loader = DICOMDataLoaderOperator()
367367
study_list = loader.load_data_to_studies(Path(data_path).absolute())
368368

0 commit comments

Comments
 (0)