AI-Planning / cloud-solver

Repository that lets you run an automated planner as a service on heroku.
26 stars 7 forks source link

Added support for Python3.x, keeping compatibility with Python2.x #4

Closed Vol0kin closed 4 years ago

Vol0kin commented 4 years ago

This PR references issue #3.

As already stated there, there were still some minor incompatibilities between Python2 and Python3 which were found in various scripts. These incompatibilities have been solved by adapting the source code to Python3. After these changes, the scripts can run on both versions of the language without any problem.

haz commented 4 years ago

This all looks pretty good to me. Can you confirm that you've tested it out and get proper processing?

Vol0kin commented 4 years ago

I have tested all endopoints except for /validate, which I don't really know how to test. Regardless of that, all of the tested endopoints work flawlessly.