Rename PARyOpt async

Issue #44 resolved
Daniel Stoecklein created an issue

Python 3.7 reserves 'async' and 'await' as keywords, causing the following error:

File "/anaconda3/lib/python3.7/site-packages/PARyOpt/init.py", line 26, in <module> from . import evaluators File "/anaconda3/lib/python3.7/site-packages/PARyOpt/evaluators/init.py", line 28 from . import async

SyntaxError: invalid syntax

Comments (2)

  1. Log in to comment