Skip to content

Commit

Permalink
fix bug, empty function should return nothing (ray-project#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertnishihara authored and pcmoritz committed Jul 7, 2016
1 parent 8e6b792 commit 365322e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def test_alias_h():

@ray.remote([], [])
def empty_function():
return ()
pass

@ray.remote([], [int])
def trivial_function():
Expand Down

0 comments on commit 365322e

Please sign in to comment.