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
upstreamfailure. That test was temporarilyxfailed in https://github.com/dask/dask/pull/9670 in order to get ourupstreamCI build passing. I’m going to go ahead and close this issue so that when a newupstreamtest 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_onlynumeric_onlydefault behavior - see https://github.com/dask/dask/pull/9241 and https://github.com/dask/dask/pull/9269 for referenceNo
numeric_onlyhttps://github.com/dask/dask/pull/9271 Julia filter most of the
numeric onlyproblems and the remaining issues aretest_roundtrip_parquet_dask_to_sparktest_map_partitions_with_delayed_collectionandtest_dropna(breakdown issue https://github.com/dask/dask/issues/9365 and proposed fix https://github.com/dask/dask/pull/9366)test_append_overlapping_divisionsand
test_parquet[fastparquet]