We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6372a4a commit 2064036Copy full SHA for 2064036
1 file changed
test/nlp_program.jl
@@ -677,7 +677,6 @@ function test_ObjectiveSensitivity_model1()
677
MOI.set(model, DiffOpt.ReverseObjectiveSensitivity(), Δf)
678
MOI.set(model, DiffOpt.ReverseVariablePrimal(), x, Δp)
679
680
- @test !MOI.get(model, DiffOpt.AllowObjectiveAndSolutionInput())
681
@test_warn "Computing reverse differentiation with both" DiffOpt.reverse_differentiate!(
682
model,
683
)
0 commit comments