Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
varunagrawal committed Feb 26, 2022
1 parent 7ea16cf commit 8619c7c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gtsam/hybrid/tests/testHybridFactorGraph.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ TEST(HybridFactorGraph, Printing) {
// Expected output for hybridBayesNet.
string expected_hybridBayesNet = R"(
size: 3
factor 0: GaussianMixture [x1 | x2 m1 ]{
factor 0: GaussianMixture [ x1 | x2 m1 ]{
Choice(m1)
0 Leaf Jacobian factor on 2 keys:
Conditional density [x1]
Expand All @@ -572,7 +572,7 @@ factor 0: GaussianMixture [x1 | x2 m1 ]{
}
factor 1: GaussianMixture [x2 | x3 m2 m1 ]{
factor 1: GaussianMixture [ x2 | x3 m2 m1 ]{
Choice(m2)
0 Choice(m1)
0 0 Leaf Jacobian factor on 2 keys:
Expand Down Expand Up @@ -609,7 +609,7 @@ factor 1: GaussianMixture [x2 | x3 m2 m1 ]{
}
factor 2: GaussianMixture [x3 | m2 m1 ]{
factor 2: GaussianMixture [ x3 | m2 m1 ]{
Choice(m2)
0 Choice(m1)
0 0 Leaf Jacobian factor on 1 keys:
Expand Down

0 comments on commit 8619c7c

Please sign in to comment.