From aced62c5d538712f99259c0326e3b521b2c7e524 Mon Sep 17 00:00:00 2001 From: Dick Ameln Date: Mon, 20 Jan 2025 16:16:48 +0100 Subject: [PATCH] fix import --- tests/unit/metrics/test_min_max.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/metrics/test_min_max.py b/tests/unit/metrics/test_min_max.py index 847cf5e892..62e8ff1639 100644 --- a/tests/unit/metrics/test_min_max.py +++ b/tests/unit/metrics/test_min_max.py @@ -5,7 +5,7 @@ import torch -from anomalib.metrics import _MinMax # Assuming the metric is part of `anomalib` +from anomalib.metrics.min_max import _MinMax # Assuming the metric is part of `anomalib` def test_initialization() -> None: