File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -318,7 +318,7 @@ TEST(ISAM2, slamlike_solution_dogleg)
318318}
319319
320320/* ************************************************************************* */
321- TEST (ISAM2, slamlike_solution_dogleglinesearch ) {
321+ TEST (ISAM2, slamlikeSolutionDoglegLineSearch ) {
322322 // These variables will be reused and accumulate factors and values
323323 Values fullinit;
324324 NonlinearFactorGraph fullgraph;
@@ -356,7 +356,7 @@ TEST(ISAM2, slamlike_solution_dogleg_qr)
356356}
357357
358358/* ************************************************************************* */
359- TEST (ISAM2, slamlike_solution_dogleglinesearch_qr ) {
359+ TEST (ISAM2, slamlikeSolutionDoglegLineSearchQr ) {
360360 // These variables will be reused and accumulate factors and values
361361 Values fullinit;
362362 NonlinearFactorGraph fullgraph;
@@ -1023,7 +1023,7 @@ TEST(ISAM2, calculate_nnz)
10231023}
10241024
10251025/* ************************************************************************* */
1026- TEST (ISAM2, predict_update_info ) {
1026+ TEST (ISAM2, predictUpdateInfo ) {
10271027 // Setup iSAM2
10281028 ISAM2Params params;
10291029 params.findUnusedFactorSlots = true ;
You can’t perform that action at this time.
0 commit comments