Skip to content

Commit

Permalink
Revert "Replace relative import with absolute"
Browse files Browse the repository at this point in the history
This reverts commit e8d3e19.
  • Loading branch information
garciadias committed Nov 23, 2024
1 parent 55fcd22 commit ba16743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_clip_intensity_percentilesd.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from monai.utils.type_conversion import convert_to_tensor
from tests.utils import TEST_NDARRAYS, NumpyImageTestCase2D, NumpyImageTestCase3D, assert_allclose

from tests.test_clip_intensity_percentiles import test_hard_clip_func, test_soft_clip_func
from .test_clip_intensity_percentiles import test_hard_clip_func, test_soft_clip_func


class TestClipIntensityPercentilesd2D(NumpyImageTestCase2D):
Expand Down

0 comments on commit ba16743

Please sign in to comment.