jacopoantonello / zernike

Python code for Zernike polynomials
Apache License 2.0
132 stars 36 forks source link

Backwards compatible with Python 2.7 #7

Closed adriaanph closed 3 years ago

adriaanph commented 3 years ago

Very minor changes that lets the code run on legacy Python 2.7

jacopoantonello commented 3 years ago

Thanks! I've merged and made a couple of minor fixes. I hope it works in Python 2. I can't check myself, Python 2 is unsupported in my Linux box.

adriaanph commented 3 years ago

thanks, i've confirmed that the latest version works on my python2 installation.