Skip to content

Commit

Permalink
Fix failing OSQP test in t_opf_dc_osqp(), non-MP-Core on macos-14 run…
Browse files Browse the repository at this point in the history
…ner.
  • Loading branch information
rdzman committed Apr 26, 2024
1 parent 4a9ceb6 commit 1c3f413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/t/t_opf_dc_osqp.m
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function t_opf_dc_osqp(quiet)
'eps_abs', 1e-4, ...
'eps_rel', 1e-6, ...
'rho', 0.01, ...
'adaptive_rho_interval', 800, ...
'adaptive_rho_interval', 810, ...
'max_iter', 200000, ...
'polish_refine_iter', 10, ...
'scaling', 1 ...
Expand Down

0 comments on commit 1c3f413

Please sign in to comment.