-
Notifications
You must be signed in to change notification settings - Fork 195
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
AssertionError when run 01-Ray-Tasks.ipynb #39
Comments
I've experienced the same issue. I'll see if I can get to a root cause. |
Indeed, the keyword argument in line 107 does not match the assertion. When I change the ray academy code, the assertion succeeds - will prepare a PR that fixes this issue. |
Actually, this keyword argument appears to have been updated for ray 1.2.0, so the assertion is indeed wrong for the version of ray provided in environment.yml. Fixing #38 will resolve this problem. |
Should be fixed now. |
When I run first cell:
It appears following error:
What's the problem? Could you please help!
The text was updated successfully, but these errors were encountered: