Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Oct 27, 2024
1 parent 1bae270 commit b11fab1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/FileFormats/NL/sol.jl
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ function test_sol_lower_bound_dual_args()
sol = NL.SolFileResults(
joinpath(@__DIR__, "data", "hs071_uno.sol"),
nl_model;
lower_bound_duals = String[],
upper_bound_duals = String[],
suffix_lower_bound_duals = String[],
suffix_upper_bound_duals = String[],
)
@test isempty(sol.zL_out)
@test isempty(sol.zU_out)
Expand Down

0 comments on commit b11fab1

Please sign in to comment.