mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
Fix a nightly dask on ray test (#18060)
This commit is contained in:
parent
08193b8e0a
commit
43da68e657
1 changed files with 2 additions and 2 deletions
|
@ -126,8 +126,8 @@ def trial(client,
|
|||
# max_branch=float("inf")).compute(
|
||||
# _ray_enable_progress_bar=True).head(10))
|
||||
print(
|
||||
df.set_index("a", shuffle="tasks",
|
||||
max_branch=float("inf")).compute().head(10))
|
||||
df.set_index("a", shuffle="tasks", max_branch=float("inf")).head(
|
||||
10, npartitions=-1))
|
||||
|
||||
trial_end = time.time()
|
||||
duration = trial_end - trial_start
|
||||
|
|
Loading…
Add table
Reference in a new issue