From 73f4a8437a16c8ea4cb52775400e06d85888a38a Mon Sep 17 00:00:00 2001 From: Matthias Hadlich Date: Tue, 11 Jul 2023 14:34:47 +0200 Subject: [PATCH] Add test_handler_ignite_metric to the min_tests list Signed-off-by: Matthias Hadlich --- tests/min_tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/min_tests.py b/tests/min_tests.py index f553dc4a50b..e3b09e7c849 100644 --- a/tests/min_tests.py +++ b/tests/min_tests.py @@ -83,6 +83,7 @@ def run_testsuit(): "test_handler_early_stop", "test_handler_garbage_collector", "test_handler_hausdorff_distance", + "test_handler_ignite_metric", "test_handler_lr_scheduler", "test_handler_mean_dice", "test_handler_panoptic_quality",