File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
lib/SimpleNonlinearSolve/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 28
28
function get_concrete_autodiff (_, ad:: AbstractADType )
29
29
DI. check_available (ad) && return ad
30
30
error (" AD Backend $(ad) is not available. This could be because you haven't loaded the \
31
- actual backend (See [Differentiation Inferface Docs](https://gdalle.github.io/DifferentiationInterface.jl/DifferentiationInterface/stable/) \
32
- for more details) or the backend might not be supported by DifferentiationInferface .jl." )
31
+ actual backend (See [Differentiation Interface Docs](https://gdalle.github.io/DifferentiationInterface.jl/DifferentiationInterface/stable/) \
32
+ for more details) or the backend might not be supported by DifferentiationInterface .jl." )
33
33
end
34
34
function get_concrete_autodiff (
35
35
prob, ad:: Union{AutoForwardDiff{nothing}, AutoPolyesterForwardDiff{nothing}} )
You can’t perform that action at this time.
0 commit comments