We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 432ffcb commit 4fc9cf5Copy full SHA for 4fc9cf5
tests/handlers/test_handler_average_precision.py
@@ -19,7 +19,7 @@
19
20
from monai.handlers import AveragePrecision
21
from monai.transforms import Activations, AsDiscrete
22
-from tests.utils import DistCall, DistTestCase
+from tests.test_utils import DistCall, DistTestCase
23
24
25
class TestHandlerAveragePrecision(unittest.TestCase):
0 commit comments