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 78af383 commit 88e9fdeCopy full SHA for 88e9fde
src/objective_types/oncedifferentiable.jl
@@ -71,7 +71,7 @@ function OnceDifferentiable(f, x_seed::AbstractArray{T},
71
DiffResults.value(gr_res)
72
end
73
else
74
- error("The autodiff value $autodiff is not support. Use :finite or :forward.")
+ error("The autodiff value $autodiff is not supported. Use :finite or :forward.")
75
76
77
return OnceDifferentiable(f, g!, fg!, x_seed, F, DF)
0 commit comments