-
Notifications
You must be signed in to change notification settings - Fork 5
Conversation
Curious when does the error happen? Would it be possible to replicate it in a test? Also, to fix static analysis: |
This actually happens if you just run the example in the README:
Happy to add a test if you point me to where it should be added. |
I guess adding it in https://github.com/PrefectHQ/prefect-ray/blob/main/tests/test_task_runners.py should be fine? I'll give that a shot :) |
Thanks! Can you add it under test_task_runners: It can literally be that example. |
On second thought, maybe we should lower the number of CPUs and remove the number of GPUs requested in the test. |
Yes, happy to do that :) I can also use the config that made me run into this -- |
Btw, is it possible to do a new release that includes this fix? Or if that's too disruptive, cut a release candidate with it so it can be installed with |
Yes I think we might be able to release tomorrow to fix this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
This PR fixes the
prefect_ray.remote_options
feature. Without this fix, it is possible to get an error of the formCloses #
Example
Checklist