Get default smart flag

release/4.3a0
dellaert 2014-05-31 22:11:15 -04:00
parent 8f493d6ee5
commit 9ea155dee2
1 changed files with 1 additions and 2 deletions

View File

@ -46,8 +46,7 @@ TEST( dataSet, load2D)
const string filename = findExampleDataFile("w100.graph");
NonlinearFactorGraph::shared_ptr graph;
Values::shared_ptr initial;
boost::tie(graph, initial) = //
load2D(filename, SharedNoiseModel(), 10000, false, false);
boost::tie(graph, initial) = load2D(filename);
EXPECT_LONGS_EQUAL(300,graph->size());
EXPECT_LONGS_EQUAL(100,initial->size());
noiseModel::Unit::shared_ptr model = noiseModel::Unit::Create(3);