mirror of
https://github.com/wassname/ray.git
synced 2026-08-15 12:45:23 +08:00
fix bug, empty function should return nothing (#225)
This commit is contained in:
committed by
Philipp Moritz
parent
8e6b7929d6
commit
365322e139
@@ -26,7 +26,7 @@ def test_alias_h():
|
||||
|
||||
@ray.remote([], [])
|
||||
def empty_function():
|
||||
return ()
|
||||
pass
|
||||
|
||||
@ray.remote([], [int])
|
||||
def trivial_function():
|
||||
|
||||
Reference in New Issue
Block a user