Skip to content

Commit 8abab05

Browse files
authored
[skip-ci] Update asv_bench/benchmarks/groupby.py
1 parent e7eb7df commit 8abab05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asv_bench/benchmarks/groupby.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def setup(self, *args, **kwargs):
9090
requires_dask()
9191
super().setup(**kwargs)
9292
self.ds1d = self.ds1d.chunk({"dim_0": 50}).to_dataframe()
93-
self.ds1d_mean = self.ds1d.groupby("b").mean().compute()
93+
self.ds1d_mean = self.ds1d.groupby("b").mean()
9494

9595
def time_binary_op_2d(self):
9696
raise NotImplementedError

0 commit comments

Comments
 (0)