From e7eb7df9e73576b0e6414a9bff3d42e5c912b00a Mon Sep 17 00:00:00 2001 From: Deepak Cherian Date: Mon, 27 Mar 2023 21:20:08 -0600 Subject: [PATCH] [skip-ci] Update asv_bench/benchmarks/groupby.py --- asv_bench/benchmarks/groupby.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asv_bench/benchmarks/groupby.py b/asv_bench/benchmarks/groupby.py index 2da0f60b4ae..8cd23f3947c 100644 --- a/asv_bench/benchmarks/groupby.py +++ b/asv_bench/benchmarks/groupby.py @@ -71,7 +71,7 @@ def setup(self, *args, **kwargs): super().setup(**kwargs) self.ds1d = self.ds1d.to_dataframe() - self.ds1d_mean = self.ds1d.groupby("b").mean().compute() + self.ds1d_mean = self.ds1d.groupby("b").mean() def time_binary_op_2d(self): raise NotImplementedError