Skip to content

Commit e7eb7df

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

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
@@ -71,7 +71,7 @@ def setup(self, *args, **kwargs):
7171

7272
super().setup(**kwargs)
7373
self.ds1d = self.ds1d.to_dataframe()
74-
self.ds1d_mean = self.ds1d.groupby("b").mean().compute()
74+
self.ds1d_mean = self.ds1d.groupby("b").mean()
7575

7676
def time_binary_op_2d(self):
7777
raise NotImplementedError

0 commit comments

Comments
 (0)