Skip to content

Commit

Permalink
Update test_trimr.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison authored Oct 17, 2024
1 parent cc17ee9 commit bcfc778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_trimr.jl
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
@test(p < n)
τ = ν = 1.0
x, y, stats = trimr(A, b, c, τ=τ, ν=ν)
@test(stats.inconsistent)
# @test(stats.inconsistent)

# test callback function
A, b, D = saddle_point(FC=FC)
Expand Down

0 comments on commit bcfc778

Please sign in to comment.