From 0b65ac0d0f2ce601ca3616e70d23d829dd397192 Mon Sep 17 00:00:00 2001 From: Constantin Pape Date: Sat, 21 Dec 2024 20:37:28 +0100 Subject: [PATCH] Reactivate training test --- test/test_training.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/test_training.py b/test/test_training.py index 3a5f007d..5b0b0d6a 100644 --- a/test/test_training.py +++ b/test/test_training.py @@ -10,8 +10,6 @@ from micro_sam.util import VIT_T_SUPPORT, get_sam_model, SamPredictor -# FIXME this now hangs on github not sure why -@unittest.skip("Test hangs on CI") @unittest.skipUnless(VIT_T_SUPPORT, "Integration test is only run with vit_t support, otherwise it takes too long.") class TestTraining(unittest.TestCase): """Integration test for training a SAM model.