mirror of
https://github.com/wassname/ray.git
synced 2026-07-23 13:10:11 +08:00
Fix streaming py test for 1.0 APIs (#10520)
This commit is contained in:
@@ -5,7 +5,7 @@ from ray.streaming import StreamingContext
|
||||
|
||||
|
||||
def test_union_stream():
|
||||
ray.init(load_code_from_local=True, include_java=True)
|
||||
ray.init(_load_code_from_local=True, _include_java=True)
|
||||
ctx = StreamingContext.Builder() \
|
||||
.option("streaming.metrics.reporters", "") \
|
||||
.build()
|
||||
|
||||
Reference in New Issue
Block a user