We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7eb7df commit 8abab05Copy full SHA for 8abab05
asv_bench/benchmarks/groupby.py
@@ -90,7 +90,7 @@ def setup(self, *args, **kwargs):
90
requires_dask()
91
super().setup(**kwargs)
92
self.ds1d = self.ds1d.chunk({"dim_0": 50}).to_dataframe()
93
- self.ds1d_mean = self.ds1d.groupby("b").mean().compute()
+ self.ds1d_mean = self.ds1d.groupby("b").mean()
94
95
def time_binary_op_2d(self):
96
raise NotImplementedError
0 commit comments