mwickert / scikit-dsp-comm

A collection of functions and classes to support signal processing and communications theory teaching and research
BSD 2-Clause "Simplified" License
187 stars 52 forks source link

Update Escape Characters #64

Open chiranthsiddappa opened 6 months ago

chiranthsiddappa commented 6 months ago
[/home/-/venv/lib/python3.9/site-packages/sk_dsp_comm/digitalcom.py:1236](http://localhost:8888/home/sid/venv/lib/python3.9/site-packages/sk_dsp_comm/digitalcom.py#line=1235): DeprecationWarning: invalid escape sequence \o
  """
[/home/-/venv/lib/python3.9/site-packages/sk_dsp_comm/sigsys.py:729](http://localhost:8888/home/sid/venv/lib/python3.9/site-packages/sk_dsp_comm/sigsys.py#line=728): DeprecationWarning: invalid escape sequence \o

Still a warning, will need to update.