Skip to content

Commit 96190c7

Browse files
Update regularization initial value in CLDDP test to fix test failure (#154)
1 parent 348c24b commit 96190c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/cddp_core/test_clddp_solver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ TEST(CLDDPTest, SolveCar)
442442
options.num_threads = 1;
443443
options.verbose = true;
444444
options.debug = false;
445-
options.regularization.initial_value = 1e-7;
445+
options.regularization.initial_value = 1e-6;
446446
options.return_iteration_info = true; // Get detailed iteration history
447447

448448
// Set options

0 commit comments

Comments
 (0)