Skip to content

Commit 09064a6

Browse files
arnavk23tmigot
andauthored
Update src/ADNLPProblems/nazareth.jl
Co-authored-by: Tangi Migot <tangi.migot@gmail.com>
1 parent 275c7b6 commit 09064a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ADNLPProblems/nazareth.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function nazareth(::Val{:nlp}; n::Int = default_nvar, type::Type{T} = Float64, k
2626
end
2727
return s
2828
end
29-
x0 = fill(one(T)/T(n), n)
29+
x0 = fill(one(T) // n, n)
3030
return ADNLPModels.ADNLPModel(f, x0, name = "nazareth", minimize = true; kwargs...)
3131
end
3232

0 commit comments

Comments
 (0)