Change actor.__ray_kill__() to ray.kill(actor) (#7360)

This commit is contained in:
Edward Oakes
2020-02-28 11:55:14 -06:00
committed by GitHub
parent 3fc162f93c
commit 93fe4b0b58
6 changed files with 44 additions and 16 deletions
+2
View File
@@ -83,6 +83,7 @@ from ray.worker import (
init,
is_initialized,
put,
kill,
register_custom_serializer,
remote,
shutdown,
@@ -135,6 +136,7 @@ __all__ = [
"profile",
"projects",
"put",
"kill",
"register_custom_serializer",
"remote",
"shutdown",