Enable function_descriptor in backend to replace the function_id (#3028)

This commit is contained in:
Yuhong Guo
2018-12-18 18:53:59 -05:00
committed by Robert Nishihara
parent 3822b20319
commit fb33fa9097
20 changed files with 557 additions and 282 deletions
+1
View File
@@ -50,6 +50,7 @@ MOCK_MODULES = [
"ray.core.generated.ray.protocol.Task",
"ray.core.generated.TablePrefix",
"ray.core.generated.TablePubsub",
"ray.core.generated.Language",
]
for mod_name in MOCK_MODULES:
sys.modules[mod_name] = mock.Mock()