Skip to content

Commit

Permalink
Get benchmarks to work continuously. (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian authored Nov 29, 2022
1 parent 8ec0617 commit e3fc5f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions asv_bench/benchmarks/cohorts.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ def setup(self, *args, **kwargs):
by = (self.time.dt.month.values, self.time.dt.hour.values)
ret = flox.core._factorize_multiple(
by,
expected_groups=(pd.Index(np.arange(1, 13)), pd.Index(np.arange(1, 25))),
any_by_dask=False,
(pd.Index(np.arange(1, 13)), pd.Index(np.arange(1, 25))),
False,
reindex=False,
)
# Add one so the rechunk code is simpler and makes sense
Expand Down

0 comments on commit e3fc5f0

Please sign in to comment.