Skip to content

Commit

Permalink
Update modin/core/execution/dask/common/utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
YarShev committed Feb 3, 2024
1 parent 5fd77f9 commit c2ce94f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions modin/core/execution/dask/common/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,7 @@ def _disable_warnings():

# when the client is initialized, environment variables are inherited
with set_env(PYTHONWARNINGS="ignore::FutureWarning"):
client = Client(
n_workers=num_cpus,
threads_per_worker=1,
memory_limit=worker_memory_limit,
)
client = Client(n_workers=num_cpus, memory_limit=worker_memory_limit)

if GithubCI.get():
# set these keys to run tests that write to the mock s3 service. this seems
Expand Down

0 comments on commit c2ce94f

Please sign in to comment.