From f302f40f03bc68cf604189f74dd6978ae0e0785e Mon Sep 17 00:00:00 2001 From: Frank Dellaert Date: Sat, 8 Mar 2025 15:42:02 -0500 Subject: [PATCH] Skip a unit test that became very slow --- python/gtsam/tests/test_DiscreteBayesTree.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/gtsam/tests/test_DiscreteBayesTree.py b/python/gtsam/tests/test_DiscreteBayesTree.py index e8943fc80..b75067d3a 100644 --- a/python/gtsam/tests/test_DiscreteBayesTree.py +++ b/python/gtsam/tests/test_DiscreteBayesTree.py @@ -98,6 +98,7 @@ class TestDiscreteBayesNet(GtsamTestCase): self.assertFalse(bayesTree.empty()) self.assertEqual(12, bayesTree.size()) + @unittest.skip("Too Slow") def test_discrete_bayes_tree_lookup(self): """Check that we can have a multi-frontal lookup table.""" # Make a small planning-like graph: 3 states, 2 actions