-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
⚠️ Upstream CI failed ⚠️ #12095
Copy link
Copy link
Closed
Labels
Description
Python 3.12 Test Summary
dask/bytes/tests/test_http.py::test_parquet[pyarrow]: pyarrow.lib.ArrowInvalid: Invalid number of indices: 0
dask/array/tests/test_reductions.py::test_nanquantile[True-0.75-0]: ValueError: `dtype` inference failed in `map_blocks`.
Please specify the dtype explicitly using the `dtype` kwarg.
Original error is below:
------------------------
TypeError("nanquantile() got an unexpected keyword argument 'interpolation'")
Traceback:
---------
File "/home/runner/work/dask/dask/dask/array/core.py", line 489, in apply_infer_dtype
o = func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/work/dask/dask/dask/array/reductions.py", line 1645, in _custom_quantile
return np.nanquantile(
^^^^^^^^^^^^^^^
dask/array/tests/test_reductions.py::test_nanquantile[True-0.75-axis2]: ValueError: `dtype` inference failed in `map_blocks`.
Please specify the dtype explicitly using the `dtype` kwarg.
Original error is below:
------------------------
TypeError("nanquantile() got an unexpected keyword argument 'interpolation'")
Traceback:
---------
File "/home/runner/work/dask/dask/dask/array/core.py", line 489, in apply_infer_dtype
o = func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/work/dask/dask/dask/array/reductions.py", line 1645, in _custom_quantile
return np.nanquantile(
^^^^^^^^^^^^^^^
dask/array/tests/test_reductions.py::test_nanquantile[True-q1-0]: ValueError: `dtype` inference failed in `map_blocks`.
Please specify the dtype explicitly using the `dtype` kwarg.
Original error is below:
------------------------
TypeError("nanquantile() got an unexpected keyword argument 'interpolation'")
Traceback:
---------
File "/home/runner/work/dask/dask/dask/array/core.py", line 489, in apply_infer_dtype
o = func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/work/dask/dask/dask/array/reductions.py", line 1645, in _custom_quantile
return np.nanquantile(
^^^^^^^^^^^^^^^
dask/array/tests/test_reductions.py::test_nanquantile[True-q1-axis2]: ValueError: `dtype` inference failed in `map_blocks`.
Please specify the dtype explicitly using the `dtype` kwarg.
Original error is below:
------------------------
TypeError("nanquantile() got an unexpected keyword argument 'interpolation'")
Traceback:
---------
File "/home/runner/work/dask/dask/dask/array/core.py", line 489, in apply_infer_dtype
o = func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/work/dask/dask/dask/array/reductions.py", line 1645, in _custom_quantile
return np.nanquantile(
^^^^^^^^^^^^^^^
dask/array/tests/test_reductions.py::test_nanquantile[True-q2-0]: ValueError: `dtype` inference failed in `map_blocks`.
Please specify the dtype explicitly using the `dtype` kwarg.
Original error is below:
------------------------
TypeError("nanquantile() got an unexpected keyword argument 'interpolation'")
Traceback:
---------
File "/home/runner/work/dask/dask/dask/array/core.py", line 489, in apply_infer_dtype
o = func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/work/dask/dask/dask/array/reductions.py", line 1645, in _custom_quantile
return np.nanquantile(
^^^^^^^^^^^^^^^
dask/array/tests/test_reductions.py::test_nanquantile[True-q2-axis2]: ValueError: `dtype` inference failed in `map_blocks`.
Please specify the dtype explicitly using the `dtype` kwarg.
Original error is below:
------------------------
TypeError("nanquantile() got an unexpected keyword argument 'interpolation'")
Traceback:
---------
File "/home/runner/work/dask/dask/dask/array/core.py", line 489, in apply_infer_dtype
o = func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/work/dask/dask/dask/array/reductions.py", line 1645, in _custom_quantile
return np.nanquantile(
^^^^^^^^^^^^^^^
dask/array/tests/test_reductions.py::test_nanquantile[False-0.75-0]: ValueError: `dtype` inference failed in `map_blocks`.
Please specify the dtype explicitly using the `dtype` kwarg.
Original error is below:
------------------------
TypeError("nanquantile() got an unexpected keyword argument 'interpolation'")
Traceback:
---------
File "/home/runner/work/dask/dask/dask/array/core.py", line 489, in apply_infer_dtype
o = func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/work/dask/dask/dask/array/reductions.py", line 1645, in _custom_quantile
return np.nanquantile(
^^^^^^^^^^^^^^^
dask/array/tests/test_reductions.py::test_nanquantile[False-0.75-axis2]: ValueError: `dtype` inference failed in `map_blocks`.
Please specify the dtype explicitly using the `dtype` kwarg.
Original error is below:
------------------------
TypeError("nanquantile() got an unexpected keyword argument 'interpolation'")
Traceback:
---------
File "/home/runner/work/dask/dask/dask/array/core.py", line 489, in apply_infer_dtype
o = func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/work/dask/dask/dask/array/reductions.py", line 1645, in _custom_quantile
return np.nanquantile(
^^^^^^^^^^^^^^^
dask/array/tests/test_reductions.py::test_nanquantile[False-q1-0]: ValueError: `dtype` inference failed in `map_blocks`.
Please specify the dtype explicitly using the `dtype` kwarg.
Original error is below:
------------------------
TypeError("nanquantile() got an unexpected keyword argument 'interpolation'")
Traceback:
---------
File "/home/runner/work/dask/dask/dask/array/core.py", line 489, in apply_infer_dtype
o = func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/work/dask/dask/dask/array/reductions.py", line 1645, in _custom_quantile
return np.nanquantile(
^^^^^^^^^^^^^^^
dask/array/tests/test_reductions.py::test_nanquantile[False-q1-axis2]: ValueError: `dtype` inference failed in `map_blocks`.
Please specify the dtype explicitly using the `dtype` kwarg.
Original error is below:
------------------------
TypeError("nanquantile() got an unexpected keyword argument 'interpolation'")
Traceback:
---------
File "/home/runner/work/dask/dask/dask/array/core.py", line 489, in apply_infer_dtype
o = func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/work/dask/dask/dask/array/reductions.py", line 1645, in _custom_quantile
return np.nanquantile(
^^^^^^^^^^^^^^^
dask/array/tests/test_reductions.py::test_nanquantile[False-q2-0]: ValueError: `dtype` inference failed in `map_blocks`.
Please specify the dtype explicitly using the `dtype` kwarg.
Original error is below:
------------------------
TypeError("nanquantile() got an unexpected keyword argument 'interpolation'")
Traceback:
---------
File "/home/runner/work/dask/dask/dask/array/core.py", line 489, in apply_infer_dtype
o = func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/work/dask/dask/dask/array/reductions.py", line 1645, in _custom_quantile
return np.nanquantile(
^^^^^^^^^^^^^^^
dask/array/tests/test_reductions.py::test_nanquantile[False-q2-axis2]: ValueError: `dtype` inference failed in `map_blocks`.
Please specify the dtype explicitly using the `dtype` kwarg.
Original error is below:
------------------------
TypeError("nanquantile() got an unexpected keyword argument 'interpolation'")
Traceback:
---------
File "/home/runner/work/dask/dask/dask/array/core.py", line 489, in apply_infer_dtype
o = func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/work/dask/dask/dask/array/reductions.py", line 1645, in _custom_quantile
return np.nanquantile(
^^^^^^^^^^^^^^^
dask/array/tests/test_reductions.py::test_quantile[True-0.75-3]: ValueError: `dtype` inference failed in `map_blocks`.
Please specify the dtype explicitly using the `dtype` kwarg.
Original error is below:
------------------------
TypeError("quantile() got an unexpected keyword argument 'interpolation'")
Traceback:
---------
File "/home/runner/work/dask/dask/dask/array/core.py", line 489, in apply_infer_dtype
o = func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
dask/array/tests/test_reductions.py::test_quantile[True-0.75-axis1]: ValueError: `dtype` inference failed in `map_blocks`.
Please specify the dtype explicitly using the `dtype` kwarg.
Original error is below:
------------------------
TypeError("quantile() got an unexpected keyword argument 'interpolation'")
Traceback:
---------
File "/home/runner/work/dask/dask/dask/array/core.py", line 489, in apply_infer_dtype
o = func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
dask/array/tests/test_reductions.py::test_quantile[True-q1-3]: ValueError: `dtype` inference failed in `map_blocks`.
Please specify the dtype explicitly using the `dtype` kwarg.
Original error is below:
------------------------
TypeError("quantile() got an unexpected keyword argument 'interpolation'")
Traceback:
---------
File "/home/runner/work/dask/dask/dask/array/core.py", line 489, in apply_infer_dtype
o = func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
dask/array/tests/test_reductions.py::test_quantile[True-q1-axis1]: ValueError: `dtype` inference failed in `map_blocks`.
Please specify the dtype explicitly using the `dtype` kwarg.
Original error is below:
------------------------
TypeError("quantile() got an unexpected keyword argument 'interpolation'")
Traceback:
---------
File "/home/runner/work/dask/dask/dask/array/core.py", line 489, in apply_infer_dtype
o = func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
dask/array/tests/test_reductions.py::test_quantile[False-0.75-3]: ValueError: `dtype` inference failed in `map_blocks`.
Please specify the dtype explicitly using the `dtype` kwarg.
Original error is below:
------------------------
TypeError("quantile() got an unexpected keyword argument 'interpolation'")
Traceback:
---------
File "/home/runner/work/dask/dask/dask/array/core.py", line 489, in apply_infer_dtype
o = func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
dask/array/tests/test_reductions.py::test_quantile[False-0.75-axis1]: ValueError: `dtype` inference failed in `map_blocks`.
Please specify the dtype explicitly using the `dtype` kwarg.
Original error is below:
------------------------
TypeError("quantile() got an unexpected keyword argument 'interpolation'")
Traceback:
---------
File "/home/runner/work/dask/dask/dask/array/core.py", line 489, in apply_infer_dtype
o = func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
dask/array/tests/test_reductions.py::test_quantile[False-q1-3]: ValueError: `dtype` inference failed in `map_blocks`.
Please specify the dtype explicitly using the `dtype` kwarg.
Original error is below:
------------------------
TypeError("quantile() got an unexpected keyword argument 'interpolation'")
Traceback:
---------
File "/home/runner/work/dask/dask/dask/array/core.py", line 489, in apply_infer_dtype
o = func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
dask/array/tests/test_reductions.py::test_quantile[False-q1-axis1]: ValueError: `dtype` inference failed in `map_blocks`.
Please specify the dtype explicitly using the `dtype` kwarg.
Original error is below:
------------------------
TypeError("quantile() got an unexpected keyword argument 'interpolation'")
Traceback:
---------
File "/home/runner/work/dask/dask/dask/array/core.py", line 489, in apply_infer_dtype
o = func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
dask/array/tests/test_reductions.py::test_quantile_func_family_with_axis_none[quantile]: ValueError: `dtype` inference failed in `map_blocks`.
Please specify the dtype explicitly using the `dtype` kwarg.
Original error is below:
------------------------
TypeError("quantile() got an unexpected keyword argument 'interpolation'")
Traceback:
---------
File "/home/runner/work/dask/dask/dask/array/core.py", line 489, in apply_infer_dtype
o = func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
dask/array/tests/test_reductions.py::test_quantile_func_family_with_axis_none[nanquantile]: ValueError: `dtype` inference failed in `map_blocks`.
Please specify the dtype explicitly using the `dtype` kwarg.
Original error is below:
------------------------
TypeError("nanquantile() got an unexpected keyword argument 'interpolation'")
Traceback:
---------
File "/home/runner/work/dask/dask/dask/array/core.py", line 489, in apply_infer_dtype
o = func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/work/dask/dask/dask/array/reductions.py", line 1645, in _custom_quantile
return np.nanquantile(
^^^^^^^^^^^^^^^
dask/array/tests/test_reductions.py::test_quantile_func_family_with_axis_none[nanpercentile]: ValueError: `dtype` inference failed in `map_blocks`.
Please specify the dtype explicitly using the `dtype` kwarg.
Original error is below:
------------------------
TypeError("nanquantile() got an unexpected keyword argument 'interpolation'")
Traceback:
---------
File "/home/runner/work/dask/dask/dask/array/core.py", line 489, in apply_infer_dtype
o = func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/work/dask/dask/dask/array/reductions.py", line 1645, in _custom_quantile
return np.nanquantile(
^^^^^^^^^^^^^^^
dask/array/tests/test_reductions.py::test_nanquantile_method: ValueError: `dtype` inference failed in `map_blocks`.
Please specify the dtype explicitly using the `dtype` kwarg.
Original error is below:
------------------------
TypeError("nanquantile() got an unexpected keyword argument 'interpolation'")
Traceback:
---------
File "/home/runner/work/dask/dask/dask/array/core.py", line 489, in apply_infer_dtype
o = func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/work/dask/dask/dask/array/reductions.py", line 1645, in _custom_quantile
return np.nanquantile(
^^^^^^^^^^^^^^^
dask/array/tests/test_reductions.py::test_nanquantile_one_dim: ValueError: `dtype` inference failed in `map_blocks`.
Please specify the dtype explicitly using the `dtype` kwarg.
Original error is below:
------------------------
TypeError("nanquantile() got an unexpected keyword argument 'interpolation'")
Traceback:
---------
File "/home/runner/work/dask/dask/dask/array/core.py", line 489, in apply_infer_dtype
o = func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/work/dask/dask/dask/array/reductions.py", line 1645, in _custom_quantile
return np.nanquantile(
^^^^^^^^^^^^^^^
dask/dataframe/io/tests/test_parquet.py::test_filter_nonpartition_columns[pyarrow-pyarrow-True]: pandas.errors.Pandas4Warning: Constructing a Categorical with a dtype and values containing non-null entries not in that dtype's categories is deprecated and will raise in a future version.
Reactions are currently unavailable