veeresht / CommPy

Digital Communication with Python
http://veeresht.github.com/CommPy
BSD 3-Clause "New" or "Revised" License
538 stars 176 forks source link

Remove usage of deprecated np.complex #110

Closed aholtzma-am closed 2 years ago

aholtzma-am commented 2 years ago

np.complex is just an alias to python builtin complex and is deprecated as of numpy 1.20.

BastienTr commented 2 years ago

Thanks :+1: