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 a0afe13 commit e7eb7df
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 @@ -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
Expand Down

0 comments on commit e7eb7df

Please sign in to comment.