mhostetter / sdr

A Python package for software-defined radio
https://mhostetter.github.io/sdr/
MIT License
36 stars 4 forks source link

Suppress divide by zero warnings #389

Closed mhostetter closed 1 month ago

mhostetter commented 2 months ago

with np.errstate(divide='ignore'):

mhostetter commented 1 month ago

Added in #405.