Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jsiirola committed Jan 14, 2025
1 parent 33a3e96 commit ff045f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ And finally we call sIPOPT or k_aug:

# The x3 result can come back -0.000 depending on the platform or
# solver version; map it so that tests don't fail.
for _m in (m, m_sipopt, m_kaug):
for _m in (m, m_sipopt, m_kaug_dsdp):
if f'{_m.x3():.3f}' == '-0.000':
_m.x3 = 0.

Expand Down

0 comments on commit ff045f8

Please sign in to comment.