Skip to content

Commit 21ad57d

Browse files
committed
fix test different LineSearch
1 parent f48f0f0 commit 21ad57d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/testSpecialOrthogonalMani.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ vnd = getVariableSolverData(fg, :x1)
123123
@test all(isapprox.( mean(SpecialOrthogonal(3),vnd.val), [0.9999 -0.00995 0.01005; 0.01005 0.9999 -0.00995; -0.00995 0.01005 0.9999], atol=0.01))
124124
@test all(is_point.(Ref(M), vnd.val))
125125

126-
126+
# 23Q2 default HagerZhang fails with `AssertionError: isfinite(phi_c) && isfinite(dphi_c)`, using alternate LineSearch
127127
IIF.solveGraphParametric!(
128128
fg;
129129
algorithmkwargs=(;alphaguess = LineSearches.InitialStatic(), linesearch = LineSearches.MoreThuente())

0 commit comments

Comments
 (0)