From c622dde7a7f01f787d8fd63ec80b06fc8b06a529 Mon Sep 17 00:00:00 2001 From: Frank Dellaert Date: Mon, 27 Dec 2021 13:55:05 -0500 Subject: [PATCH] Fix typo in test --- python/gtsam/tests/test_DiscretePrior.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/gtsam/tests/test_DiscretePrior.py b/python/gtsam/tests/test_DiscretePrior.py index 2b277ae91..4f017d66a 100644 --- a/python/gtsam/tests/test_DiscretePrior.py +++ b/python/gtsam/tests/test_DiscretePrior.py @@ -46,7 +46,7 @@ class TestDiscretePrior(GtsamTestCase): """Test the _repr_markdown_ method.""" prior = DiscretePrior(X, "2/3") - expected = " $P(0)$:\n" \ + expected = " *P(0)*:\n\n" \ "|0|value|\n" \ "|:-:|:-:|\n" \ "|0|0.4|\n" \