cognitive-catalyst / WA-Testing-Tool

Scripts that run against Watson Assistant for K fold validation on training set, testing on blind test, and draw precision curves for comparison.
Apache License 2.0
78 stars 60 forks source link

Deprecation warning on Python 3.9 & latest dependencies #207

Closed andrewrfreed closed 2 years ago

andrewrfreed commented 2 years ago

Review & see if there is a safe option for Python 3.7 users

~/WA-Testing-Tool-master/utils/testConversation.py:140: DeprecationWarning: There is no current event loop
 loop = asyncio.get_event_loop()
~/WA-Testing-Tool-master/utils/testConversation.py:153: DeprecationWarning: There is no current event loop
 loop.run_until_complete(asyncio.gather(*tasks))