johnglover / simpl

Simpl is an open source library for sinusoidal modelling written in C/C++ and Python, and making use of Scientific Python (SciPy).
GNU General Public License v3.0
29 stars 2 forks source link

Python 3 updates #4

Open karimkalimu opened 2 years ago

karimkalimu commented 2 years ago

Hello,

those lines use python 2 keywords (iteritems, cmp), please update them

simpl.simpl.mq.py -> lines number 67 161 167

thanks for this project

karimkalimu commented 2 years ago

This is a simple colab usage of the library, that might be useful

https://colab.research.google.com/drive/1qdpVWhLblua2V2ISNOLKw9GsZON2hjvI?usp=sharing