We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0afe13 commit e7eb7dfCopy full SHA for e7eb7df
asv_bench/benchmarks/groupby.py
@@ -71,7 +71,7 @@ def setup(self, *args, **kwargs):
71
72
super().setup(**kwargs)
73
self.ds1d = self.ds1d.to_dataframe()
74
- self.ds1d_mean = self.ds1d.groupby("b").mean().compute()
+ self.ds1d_mean = self.ds1d.groupby("b").mean()
75
76
def time_binary_op_2d(self):
77
raise NotImplementedError
0 commit comments