mirror of
https://github.com/wassname/ray.git
synced 2026-07-03 19:31:37 +08:00
committed by
Robert Nishihara
parent
afbb260ca4
commit
470887c2ad
@@ -68,16 +68,6 @@ try:
|
||||
except Exception:
|
||||
kwargs_exception_thrown = True
|
||||
|
||||
try:
|
||||
|
||||
@ray.remote
|
||||
def varargs_and_kwargs_throw_exception(a, b="hi", *c):
|
||||
return "{} {} {}".format(a, b, c)
|
||||
|
||||
varargs_and_kwargs_exception_thrown = False
|
||||
except Exception:
|
||||
varargs_and_kwargs_exception_thrown = True
|
||||
|
||||
# test throwing an exception
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user