Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Oct 18, 2024
1 parent 92a1a73 commit e42abd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_Flux.jl
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ function test_gray_box_vector_output_hessian()
@test length(y) == 2
@objective(model, Max, sum(y))
optimize!(model)
@test termination_status(model) == ITERATION_LIMIT
@test termination_status(model) in (LOCALLY_SOLVED, ITERATION_LIMIT)
@test isapprox(value.(y), chain(Float32.(value.(x))); atol = 1e-2)
return
end
Expand Down

0 comments on commit e42abd4

Please sign in to comment.