Skip to content

Commit 1a0975f

Browse files
authored
Typo
1 parent e0a568f commit 1a0975f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/step_size.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function init_stepsize(milp::AbstractProgram{T}, params::StepSizeParameters) whe
5757
norm_A = T(spectral_norm(A, At))
5858
norm_Q = T(spectral_norm(Q, Q))
5959
ω = primal_weight_init(milp, params)
60-
η = compute_eta(norm_A, zero(T), ω, T(params.invnorm_scaling))
60+
η = compute_eta(norm_A, norm_Q, ω, T(params.invnorm_scaling))
6161
return η, ω, norm_A, norm_Q
6262
end
6363

0 commit comments

Comments
 (0)