Skip to content

Commit fa93406

Browse files
committed
fix benchmark
1 parent e05b64c commit fa93406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asv_bench/benchmarks/cohorts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def setup(self, *args, **kwargs):
1414
raise NotImplementedError
1515

1616
def time_find_group_cohorts(self):
17-
flox.core.find_group_cohorts(self.by, self.array.chunks)
17+
flox.core.find_group_cohorts(self.by, [self.array.chunks[ax] for ax in self.axis])
1818
# The cache clear fails dependably in CI
1919
# Not sure why
2020
try:

0 commit comments

Comments
 (0)