minor improvements
parent
a7e48c0a81
commit
7c672bb91b
|
@ -195,7 +195,7 @@ TEST(HybridNonlinearISAM, IncrementalInference) {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ****************************************************************************/
|
/* ****************************************************************************/
|
||||||
// Test if we can approximately do the inference
|
// Test if we can approximately do the inference (using pruning)
|
||||||
TEST(HybridNonlinearISAM, ApproxInference) {
|
TEST(HybridNonlinearISAM, ApproxInference) {
|
||||||
Switching switching(4);
|
Switching switching(4);
|
||||||
HybridNonlinearISAM incrementalHybrid;
|
HybridNonlinearISAM incrementalHybrid;
|
||||||
|
@ -325,7 +325,6 @@ TEST(HybridNonlinearISAM, IncrementalApproximate) {
|
||||||
|
|
||||||
// TODO(Frank): no mode chain?
|
// TODO(Frank): no mode chain?
|
||||||
|
|
||||||
|
|
||||||
// Run update with pruning
|
// Run update with pruning
|
||||||
size_t maxComponents = 5;
|
size_t maxComponents = 5;
|
||||||
incrementalHybrid.update(graph, initial);
|
incrementalHybrid.update(graph, initial);
|
||||||
|
|
Loading…
Reference in New Issue