xarray-contrib / flox

Fast & furious GroupBy operations for dask.array
https://flox.readthedocs.io
Apache License 2.0
124 stars 18 forks source link

⚠️ Nightly upstream-dev CI failed ⚠️ #369

Closed github-actions[bot] closed 2 weeks ago

github-actions[bot] commented 4 months ago

Workflow Run URL

Python 3.12 Test Summary ``` tests/test_core.py::test_groupby_agg_dask[464 failing variants]: IndexError: bool index 1 has shape (4,) instead of (3,) tests/test_core.py::test_groupby_bins[4 failing variants]: IndexError: bool index 1 has shape (6,) instead of (3,) tests/test_core.py::test_fill_value_behaviour[64 failing variants]: IndexError: bool index 1 has shape (2,) instead of (4,) tests/test_core.py::test_find_cohorts_missing_groups: IndexError: bool index 1 has shape (4,) instead of (3,) ```
dcherian commented 3 months ago

This error is raised by scipy.sparse in find_group_cohorts

dcherian commented 3 weeks ago

opened https://github.com/scipy/scipy/issues/21747