release/4.3a0
Frank Dellaert 2023-01-08 13:50:43 -08:00
parent 638726fca5
commit 73754f271a
2 changed files with 3 additions and 3 deletions

View File

@ -47,8 +47,6 @@ namespace gtsam {
std::vector<T> result;
};
using Keys = ListOf<Key>;
const SymbolicFactorGraph simpleTestGraph1 {
boost::make_shared<SymbolicFactor>(0,1),
boost::make_shared<SymbolicFactor>(0,2),

View File

@ -34,6 +34,8 @@ using namespace gtsam::symbol_shorthand;
static bool debug = false;
using Keys = ListOf<Key>; // Create Keys a la list_of
/* ************************************************************************* */
TEST(SymbolicBayesTree, clear) {
SymbolicBayesTree bayesTree = asiaBayesTree;
@ -687,7 +689,7 @@ TEST(SymbolicBayesTree, COLAMDvsMETIS) {
#elif defined(_WIN32)
EXPECT(assert_equal(Ordering{4, 3, 1, 0, 5, 2}, ordering));
#else
EXPECT(assert_equal(Ordering{3, 2, 0, 5, 4, 1}, ordering));
EXPECT(assert_equal(Ordering{3, 2, 5, 0, 4, 1}, ordering));
#endif
// - P( 1 0 3)