Skip to content

Commit be54fcc

Browse files
devin-petersohnwilliamma12
authored andcommitted
Remove arguments causing errors with Ray 0.7.0 (modin-project#472)
* Resolves modin-project#471 * Updates in the commit remove keyword arguments from the `ray.init` call
1 parent c65f396 commit be54fcc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modin/pandas/__init__.py

-2
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,7 @@ def initialize_ray():
118118
if object_store_memory == 0:
119119
object_store_memory = None
120120
ray.init(
121-
redirect_output=True,
122121
include_webui=False,
123-
redirect_worker_output=True,
124122
ignore_reinit_error=True,
125123
plasma_directory=plasma_directory,
126124
object_store_memory=object_store_memory,

0 commit comments

Comments
 (0)