Skip to content

Commit

Permalink
Update mean_risk.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
dhendryc authored Nov 1, 2023
1 parent 1e77d78 commit f6df9c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mean_risk.jl
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ const M1 = (A1 + A1') / 2

x, _, result = Boscia.solve(f, grad!, lmo, verbose=true, time_limit=300)

@test dot(a, x) <= b + 1e-4
@test dot(a, x) <= b + 1e-2
@test f(x) <= f(result[:raw_solution]) + 1e-6
end

0 comments on commit f6df9c0

Please sign in to comment.