fix typos
parent
2ac79af17f
commit
ad21632fd2
|
@ -10,7 +10,7 @@
|
||||||
* -------------------------------------------------------------------------- */
|
* -------------------------------------------------------------------------- */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* @file testDiscretePrior.cpp
|
* @file testDiscreteDistribution.cpp
|
||||||
* @brief unit tests for DiscreteDistribution
|
* @brief unit tests for DiscreteDistribution
|
||||||
* @author Frank dellaert
|
* @author Frank dellaert
|
||||||
* @date December 2021
|
* @date December 2021
|
||||||
|
|
|
@ -20,7 +20,7 @@ from gtsam.utils.test_case import GtsamTestCase
|
||||||
X = 0, 2
|
X = 0, 2
|
||||||
|
|
||||||
|
|
||||||
class TestDiscretePrior(GtsamTestCase):
|
class TestDiscreteDistribution(GtsamTestCase):
|
||||||
"""Tests for Discrete Priors."""
|
"""Tests for Discrete Priors."""
|
||||||
|
|
||||||
def test_constructor(self):
|
def test_constructor(self):
|
||||||
|
|
Loading…
Reference in New Issue