Skip to content

Commit 388006b

Browse files
committed
Fix a test.
1 parent 351734e commit 388006b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/solvers/test_gradient_descent.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ using ManifoldDiff: grad_distance
169169
return_objective = true,
170170
return_state = true,
171171
)
172-
@test stopped_at(n6) > 0
172+
@test stopped_at(n6[2]) > 0
173173
@test repr(n6) == "$(n6[2])\n\n$(n6[1])"
174174
end
175175
@testset "Tutorial mode" begin

0 commit comments

Comments
 (0)