Skip to content

Commit

Permalink
Update src/utils.jl
Browse files Browse the repository at this point in the history
Co-authored-by: tmigot <[email protected]>
  • Loading branch information
farhadrclass and tmigot authored Nov 8, 2023
1 parent 9b5d5f2 commit 21aded8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
update_type!(nlp::AbstractFluxNLPModel{T, S}, w::AbstractVector{V}) where {T,V, S}
Sets the vaiables and rebuild the chain to a sepecific type defined by weigths
Sets the variables and rebuild the chain to a specific type defined by weigths.
"""
function update_type!(nlp::AbstractFluxNLPModel{T, S}, w::AbstractVector{V}) where {T, V, S}
if V == Float16
Expand Down

0 comments on commit 21aded8

Please sign in to comment.