Closed ndrmahmoudi closed 7 years ago
Apologies! There was an old method/deprecated header as a default (optional param) in evaluate_methods.py. It should be fixed now though. I am curious why this didn't throw an error for me/others..
Re Python 3. I have opened a separate issue for this. I am a bit busy now, but python 3 support would be great. I think it is just the print statements that need to be changed to the future syntax. Feel free to submit a PR for this if you like.
(Sorry keeping open until you confirm the fix worked).
I realised that and fixed it by importing another method. Many thanks.
Hi William,
Thanks a lot for the code. I was ring to run the example.py to see how the code works. However, I got an error as follows:
Can you please let me know how to fix this? Moreover, the code is not python3-friendly because of print function you've used in the code. I mean, when I am running the code in python3, it gives me syntax error regarding the print function as it prints without parantheses.
Regards, Nader