Skip to content

Commit 2119606

Browse files
committed
Update failure-test
1 parent 32a2766 commit 2119606

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/alphacalc.jl

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
end
6262
else
6363
α, ϕα = linesearch!(df, x, p, alpha, xtmp, phi_0, dphi_0)
64-
@test ϕα == phi_0
65-
@test alpha == α # Is this what we want zero-slope directions?
64+
@test ϕα == 0.0
65+
@test alpha == α # Is this what we want for zero-slope directions?
6666
end
6767
end
6868
end

0 commit comments

Comments
 (0)