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 61 forks source link

fix deprecation warning on asyncio #208

Closed andrewrfreed closed 2 years ago

andrewrfreed commented 2 years ago

Fixes #207

Tested this on Python 3.7.4 but the warning seems to come from Python 3.9 or higher versions of dependent libraries than I have. Would appreciate an additional tester.

DCO 1.1 Signed-off-by: Andrew R. Freed afreed@us.ibm.com

andrewrfreed commented 2 years ago

Thanks to Jim Kennedy for his test and confirmation via internal Slack message.