From 15cbfae8ad8da26b68a249c572b147c432e56a87 Mon Sep 17 00:00:00 2001 From: "DK.Pino" Date: Tue, 20 Oct 2020 14:14:40 +0800 Subject: [PATCH] fix cross language ut (#11492) --- python/ray/cross_language.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/python/ray/cross_language.py b/python/ray/cross_language.py index 18c2d4dfd..f884a9dc3 100644 --- a/python/ray/cross_language.py +++ b/python/ray/cross_language.py @@ -75,11 +75,7 @@ def java_function(class_name, function_name): None, # accelerator_type, None, # num_returns, None, # max_calls, - None, # max_retries - placement_group=None, - # TODO(ekl) set default to -1 once we support -1 as "any index" - placement_group_bundle_index=0, - placement_group_capture_child_tasks=None) + None) # max_retries def java_actor_class(class_name):