From d805816e47a591735ad221279a290a72151548ad Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Mon, 21 Oct 2024 11:01:30 +1300 Subject: [PATCH] Update run_minlptests.jl --- test/MINLPTests/run_minlptests.jl | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/MINLPTests/run_minlptests.jl b/test/MINLPTests/run_minlptests.jl index 71c597d..b27fa05 100644 --- a/test/MINLPTests/run_minlptests.jl +++ b/test/MINLPTests/run_minlptests.jl @@ -116,11 +116,6 @@ CONFIG["Uno"] = Dict( "infeasible_point" => AmplNLWriter.MOI.NO_SOLUTION, ) -# Uno needs the full uno.options file... -run( - `curl https://raw.githubusercontent.com/cvanaret/Uno/refs/heads/main/uno.options -o uno.options`, -) - @testset "$(name)" for name in ["Uno", "Ipopt", "Bonmin", "Couenne"] config = CONFIG[name] OPTIMIZER =