Skip to content

Commit ad20f48

Browse files
mention divide by 0 in fixme
1 parent cbf4ab9 commit ad20f48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test-R2N.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
solve!(solver, reg_nlp, stats, σk = 1.0, β = 1e16, atol = 1e-6, rtol = 1e-6)
7373
) == 0
7474

75-
#test_solver(reg_nlp, # FIXME
75+
#test_solver(reg_nlp, # FIXME: divide by 0 error in the LBFGS approximation
7676
# "R2N",
7777
# expected_status = :first_order,
7878
# solver_kwargs=bpdn_kwargs,

0 commit comments

Comments
 (0)