Closed ssiegelx closed 3 months ago
coeff is defined on the first iteration and used on subsequent iteration (kk > 0). This initializes coeff to None to avoid a ruff lint error.
coeff
(kk > 0)
coeff
is defined on the first iteration and used on subsequent iteration(kk > 0)
. This initializescoeff
to None to avoid a ruff lint error.