docstring updates

release/4.3a0
Varun Agrawal 2022-11-14 10:58:02 -05:00
parent 3dcf9d8da8
commit 93079f32e1
1 changed files with 3 additions and 3 deletions

View File

@ -322,13 +322,13 @@ TEST(GaussianBayesTree, determinant_and_smallestEigenvalue) {
}
/* ************************************************************************* */
/** Test to expose bug in GaussianBayesTree::logDeterminant */
/// Test to expose bug in GaussianBayesTree::logDeterminant.
TEST(GaussianBayesTree, LogDeterminant) {
using symbol_shorthand::L;
using symbol_shorthand::X;
// Create a factor graph that will result in a bayes tree with at least 2
// nodes
// Create a factor graph that will result in
// a bayes tree with at least 2 nodes.
GaussianFactorGraph fg;
Key x1 = X(1), x2 = X(2), l1 = L(1);
SharedDiagonal unit2 = noiseModel::Unit::Create(2);