mirror of
https://github.com/wassname/ray.git
synced 2026-08-12 12:20:11 +08:00
Remove the '--include-java' option (#10594)
This commit is contained in:
@@ -35,7 +35,6 @@ def test_hybrid_stream():
|
||||
assert not ray.is_initialized()
|
||||
ray.init(
|
||||
_load_code_from_local=True,
|
||||
_include_java=True,
|
||||
_java_worker_options=java_worker_options,
|
||||
_system_config={"num_workers_per_process_java": 1})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user