dask: ⚠️ Upstream CI failed ⚠️
Python log Test Summary
dask/array/tests/test_stats.py::test_two[ttest_1samp-kwargs2]: ValueError: cannot select an axis to squeeze out which has size not equal to one
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 15 (15 by maintainers)
https://github.com/dask/dask/issues/9499 is the remaining
upstream
failure. That test was temporarilyxfail
ed in https://github.com/dask/dask/pull/9670 in order to get ourupstream
CI build passing. I’m going to go ahead and close this issue so that when a newupstream
test failure pops up, a new issue will be opened (which we’re more likely to see). Thanks all!Thanks @charlesbluca!
Hrm, that’s strange but not an unreasonable change if it gets things passing. Would you mind pushing up a PR for this?
Sure I can take a look into this
Thanks for writing this up @ncclementi! Please feel free to pick up either of those PRs, or we can work on them together if you like.
Breakdown of upstream failures:
numeric_only
numeric_only
default behavior - see https://github.com/dask/dask/pull/9241 and https://github.com/dask/dask/pull/9269 for referenceNo
numeric_only
https://github.com/dask/dask/pull/9271 Julia filter most of the
numeric only
problems and the remaining issues aretest_roundtrip_parquet_dask_to_spark
test_map_partitions_with_delayed_collection
andtest_dropna
(breakdown issue https://github.com/dask/dask/issues/9365 and proposed fix https://github.com/dask/dask/pull/9366)test_append_overlapping_divisions
and
test_parquet[fastparquet]