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 7776b6b commit feb1a2eCopy full SHA for feb1a2e
test/Nonlinear/Nonlinear.jl
@@ -1416,7 +1416,7 @@ function test_intercept_ForwardDiff_MethodError()
1416
@test Nonlinear.eval_univariate_function(r, :g, 0.0) == 0.0
1417
@test Nonlinear.eval_univariate_function(r, :g, 2.0) ≈ sin(2.0)^2
1418
@test Nonlinear.eval_univariate_gradient(r, :g, 0.0) == 0.0
1419
- @test_throws ErrorException Nonlinear.eval_univariate_function(r, :g, 2.0)
+ @test_throws ErrorException Nonlinear.eval_univariate_gradient(r, :g, 2.0)
1420
return
1421
end
1422
0 commit comments