We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f402f75 commit c1d8918Copy full SHA for c1d8918
test/Nonlinear/ReverseAD.jl
@@ -639,7 +639,8 @@ function test_linearity_no_hess()
639
MOI.initialize(evaluator, [:Grad, :Jac])
640
# We initialized without the need for the hessian so
641
# the linearity shouldn't be computed.
642
- @test only(evaluator.backend.subexpressions).linearity == ReverseAD.NONLINEAR
+ @test only(evaluator.backend.subexpressions).linearity ==
643
+ ReverseAD.NONLINEAR
644
end
645
646
function test_dual_forward()
0 commit comments