Skip to content

Commit 8f68ef1

Browse files
committed
Run autoselect
1 parent 890ae75 commit 8f68ef1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/gaussnewton.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ for large-scale and numerically-difficult nonlinear least squares problems.
4141
precs
4242
end
4343

44-
function GaussNewton(; concrete_jac = nothing, linsolve = NormalCholeskyFactorization(),
45-
precs = DEFAULT_PRECS, adkwargs...)
44+
function GaussNewton(; concrete_jac = nothing, linsolve = nothing, precs = DEFAULT_PRECS,
45+
adkwargs...)
4646
ad = default_adargs_to_adtype(; adkwargs...)
4747
return GaussNewton{_unwrap_val(concrete_jac)}(ad, linsolve, precs)
4848
end

0 commit comments

Comments
 (0)