Skip to content

Commit

Permalink
[skip-ci] Update asv_bench/benchmarks/groupby.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian authored Mar 28, 2023
1 parent e7eb7df commit 8abab05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asv_bench/benchmarks/groupby.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def setup(self, *args, **kwargs):
requires_dask()
super().setup(**kwargs)
self.ds1d = self.ds1d.chunk({"dim_0": 50}).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
Expand Down

0 comments on commit 8abab05

Please sign in to comment.