Skip to content

Commit

Permalink
Fix hs61 test
Browse files Browse the repository at this point in the history
  • Loading branch information
tmigot authored and amontoison committed Jun 21, 2024
1 parent 6ed3715 commit c9820df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ include("test_utils.jl")
end

@testset "Test problems compatibility for $prob" begin
prob == :hs61 && continue #because nlpmodelsjump is not working here https://github.com/JuliaSmoothOptimizers/NLPModelsJuMP.jl/issues/84
prob_fn = eval(Meta.parse("PureJuMP.$(prob)"))
model = prob_fn(n = ndef)
nlp_jump = MathOptNLPModel(model)
Expand Down

0 comments on commit c9820df

Please sign in to comment.