Skip to content

Commit e3fc5f0

Browse files
authored
Get benchmarks to work continuously. (#195)
1 parent 8ec0617 commit e3fc5f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

asv_bench/benchmarks/cohorts.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ def setup(self, *args, **kwargs):
9292
by = (self.time.dt.month.values, self.time.dt.hour.values)
9393
ret = flox.core._factorize_multiple(
9494
by,
95-
expected_groups=(pd.Index(np.arange(1, 13)), pd.Index(np.arange(1, 25))),
96-
any_by_dask=False,
95+
(pd.Index(np.arange(1, 13)), pd.Index(np.arange(1, 25))),
96+
False,
9797
reindex=False,
9898
)
9999
# Add one so the rechunk code is simpler and makes sense

0 commit comments

Comments
 (0)