Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
matbesancon committed Dec 18, 2024
1 parent fabd6bd commit f2f33d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/interface_test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ end
x_monotonic, _, result_monotonic_node_limit =
Boscia.solve(f, grad!, lmo, verbose=true, line_search=line_search, node_limit=2, print_iter=1)

@test result_monotonic_node_limit[:list_ub] <= 3
@test length(result_monotonic_node_limit[:list_ub]) <= 3
@test result_monotonic_node_limit[:status] == "Node limit reached"
end

Expand Down

0 comments on commit f2f33d8

Please sign in to comment.