chime-experiment / ch_util

CHIME utilities
https://chime-experiment.github.io/ch_util
MIT License
3 stars 3 forks source link

fix(cal_utils): different fix for ruff linting error #83

Closed ssiegelx closed 3 months ago

ssiegelx commented 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.