update comment in test
parent
a7e7977c5f
commit
0dfd69fa4a
|
|
@ -407,7 +407,7 @@ TEST(GaussianConditional, Print) {
|
||||||
GaussianConditional conditional(X(0), b, Matrix2::Identity(),
|
GaussianConditional conditional(X(0), b, Matrix2::Identity(),
|
||||||
noiseModel::Isotropic::Sigma(2, sigma));
|
noiseModel::Isotropic::Sigma(2, sigma));
|
||||||
|
|
||||||
// Test printing for single parent.
|
// Test printing for no parents.
|
||||||
std::string expected =
|
std::string expected =
|
||||||
"GaussianConditional p(x0)\n"
|
"GaussianConditional p(x0)\n"
|
||||||
" R = [ 1 0 ]\n"
|
" R = [ 1 0 ]\n"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue