mirror of
https://github.com/wassname/ray.git
synced 2026-07-29 11:26:04 +08:00
[core] Move log_to_driver back to public (#10422)
This commit is contained in:
@@ -31,7 +31,7 @@ class Capturing:
|
||||
|
||||
@pytest.fixture
|
||||
def start_ray():
|
||||
ray.init(_log_to_driver=False, local_mode=True)
|
||||
ray.init(log_to_driver=False, local_mode=True)
|
||||
_register_all()
|
||||
yield
|
||||
ray.shutdown()
|
||||
|
||||
Reference in New Issue
Block a user