Skip to content

Commit f42bdd2

Browse files
committed
Adds missing import
1 parent 85277b8 commit f42bdd2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/transforms/test_clip_intensity_percentilesd.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
from monai.transforms.utils_pytorch_numpy_unification import clip, percentile
2020
from monai.utils.type_conversion import convert_to_tensor
2121
from tests.test_utils import TEST_NDARRAYS, NumpyImageTestCase2D, NumpyImageTestCase3D, assert_allclose
22+
from tests.transforms.test_clip_intensity_percentiles import test_hard_clip_func, test_soft_clip_func
2223

2324

2425
class TestClipIntensityPercentilesd2D(NumpyImageTestCase2D):

0 commit comments

Comments
 (0)