AllenDowney / ThinkDSP

Think DSP: Digital Signal Processing in Python, by Allen B. Downey.
https://allendowney.github.io/ThinkDSP/
3.93k stars 3.2k forks source link

Spectrum angles function takes unnecessary argument #4

Closed EvanDorsky closed 9 years ago

EvanDorsky commented 9 years ago

On line 316 of thinkdsp.py, Spectrum.angles is defined taking an argument i, but this argument is never used. Consider removing?

AllenDowney commented 9 years ago

Done. Thanks!