Skip to content

Commit

Permalink
Fixup test
Browse files Browse the repository at this point in the history
  • Loading branch information
phofl committed Dec 17, 2024
1 parent fc64fec commit 9013e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distributed/tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -6733,7 +6733,7 @@ def test_futures_in_subgraphs(loop_in_thread):
ddf = ddf[ddf.uid.isin(range(29))].persist()
ddf["local_time"] = ddf.enter_time.dt.tz_convert("US/Central")
ddf["day"] = ddf.enter_time.dt.day_name()
ddf = dd.categorical.categorize(ddf, columns=["day"], index=False)
ddf = dd.categorize(ddf, columns=["day"], index=False)
ddf.compute()


Expand Down

0 comments on commit 9013e3a

Please sign in to comment.