-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Classical Evaluation code cannot run #9
Comments
Same issue @PosoSAgapo @taoyds @ruiqi-zhong Does anybody know the fix? |
I'm having the same issue. |
Any resolutions yet? |
have the same issue too ,evaluate_classical_test2.py:64: RuntimeWarning: coroutine 'exec_on_db' was never awaited |
I Just mad a quick fix: |
I have tried on my macos laptop and a centos server with your classical evaluation code. It returns TypeError: cannot unpack non-iterable coroutine object in the classical_evaluation.py code. The problem seems to be caused by the multiprocess module in the code.
The text was updated successfully, but these errors were encountered: