Skip to content

Commit 320283a

Browse files
🤖 Format .jl files (#272)
Co-authored-by: geoffroyleconte <[email protected]>
1 parent df68461 commit 320283a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DiagonalHessianApproximation.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ function push!(
6666
# sᵀBs = sᵀy can be scaled by ||s||² without changing the update
6767
s = (si / s0Norm for si s0)
6868
s2 = (si^2 for si s)
69-
y = (yi / s0Norm for yi y0)
69+
y = (yi / s0Norm for yi y0)
7070
trA2 = dot(s2, s2)
7171
sT_y = dot(s, y)
7272
sT_B_s = dot(s2, B.d)

0 commit comments

Comments
 (0)