Skip to content

Commit

Permalink
fix assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
varunagrawal committed Jan 21, 2025
1 parent 80d8d88 commit a9a1764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gtsam/hybrid/tests/testHybridSmoother.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ TEST(HybridSmoother, ValidPruningError) {
HybridValues delta = smoother.hybridBayesNet().optimize();

auto errorTree = smoother.hybridBayesNet().errorTree(delta.continuous());
EXPECT_DOUBLES_EQUAL(0.0, errorTree(delta.discrete()), 1e-8);
EXPECT_DOUBLES_EQUAL(1e-8, errorTree(delta.discrete()), 1e-8);
}

/* ************************************************************************* */
Expand Down

0 comments on commit a9a1764

Please sign in to comment.