Skip to content

Commit 0daee66

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 9753c34 commit 0daee66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

monai/tests/test_clinical_preprocessing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,4 +156,4 @@ def test_preprocess_dicom_series_integration(tmp_path):
156156
assert hasattr(result, "shape")
157157
result2 = preprocess_medical_image(str(test_file), modality)
158158
assert result2 is not None
159-
assert hasattr(result2, "shape")
159+
assert hasattr(result2, "shape")

monai/transforms/clinical_preprocessing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,4 +149,4 @@ def preprocess_dicom_series(path: str, modality: str) -> Union[torch.Tensor, np.
149149
"get_mri_preprocessing_pipeline",
150150
"preprocess_dicom_series",
151151
"preprocess_medical_image",
152-
]
152+
]

0 commit comments

Comments
 (0)