Closed eggoeke closed 6 years ago
Dear @eggoeke ,
Firstly I am grateful for such a great effort and improvement. After the Python 3 compatibility, I've kept the PEP8 compatibility for the future, but you've done everything pretty well. Thank you. But I noticed that the actual developer of f2n (Dr. Malte Tewes) develops f2n for python3 and I also suggest you take a look at it.
Best wishes.
There was a snippet where the wrong datatype was being used. Specifically, n had to be cast to an integer. Also brought a few hundred lines of code up to PEP8.