You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: Request Ray support for ray.is_initialize function. This is a helpful feature to check if Ray initialized properly. Example from Ray Docs:
import ray
ray.init()
assert ray.is_initialized()
ray.shutdown()
assert not ray.is_initialized()
Example use case from Charm4py examples/ray/simple.py
Description: Request Ray support for ray.is_initialize function. This is a helpful feature to check if Ray initialized properly.
Example from Ray Docs:
Example use case from Charm4py examples/ray/simple.py
Output Message:
The text was updated successfully, but these errors were encountered: