Add support for Array API in NamedArray #13990
ci.yaml
on: pull_request
detect ci trigger
7s
Event File
4s
Matrix: test
Annotations
100 errors and 6 warnings
ubuntu-latest py3.12 flaky:
xarray/tests/test_tutorial.py#L17
TestLoadDataset.test_download_from_github
NotImplementedError: data is not a valid duckarray, got data=LazilyIndexedArray(array=<xarray.backends.netCDF4_.NetCDF4ArrayWrapper object at 0x7f9a2473e0c0>, key=BasicIndexer((slice(None, None, None),))), dims=('dim_0',)
|
ubuntu-latest py3.12 flaky:
xarray/tests/test_tutorial.py#L26
TestLoadDataset.test_download_from_github_load_without_cache
NotImplementedError: data is not a valid duckarray, got data=LazilyIndexedArray(array=<xarray.backends.netCDF4_.NetCDF4ArrayWrapper object at 0x7f03d48ee140>, key=BasicIndexer((slice(None, None, None),))), dims=('dim_0',)
|
ubuntu-latest py3.12 flaky
Process completed with exit code 1.
|
ubuntu-latest py3.10 bare-minimum:
xarray/tests/test_coarsen.py#L259
TestCoarsenConstruct.test_coarsen_construct[True]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=Index([ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17,
18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35,
36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47],
dtype='int64', name='time'), dtype=dtype('int64')), dims='time'
|
ubuntu-latest py3.10 bare-minimum:
xarray/tests/test_coarsen.py#L259
TestCoarsenConstruct.test_coarsen_construct[False]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=Index([ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17,
18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35,
36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47],
dtype='int64', name='time'), dtype=dtype('int64')), dims='time'
|
ubuntu-latest py3.10 bare-minimum:
xarray/tests/test_coarsen.py#L338
TestCoarsenConstruct.test_coarsen_construct_keeps_all_coords
DeprecationWarning: `np.bool` is a deprecated alias for the builtin `bool`. To silence this warning, use `bool` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.bool_` here.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
|
ubuntu-latest py3.10 bare-minimum:
xarray/tests/test_coding.py#L22
test_CFMaskCoder_decode
NotImplementedError: data is not a valid duckarray, got data=_ElementwiseFunctionArray(NumpyIndexingAdapter(array=array([ 0, -1, 1])), func=functools.partial(<function _apply_mask at 0x7faa572f0e50>, encoded_fill_values={-1}, decoded_fill_value=nan, dtype=dtype('float64')), dtype=dtype('float64')), dims=('x',)
|
ubuntu-latest py3.10 bare-minimum:
xarray/tests/test_coding.py#L54
test_CFMaskCoder_encode_missing_fill_values_conflict[numeric-with-dtype]
NotImplementedError: data is not a valid duckarray, got data=_ElementwiseFunctionArray(NumpyIndexingAdapter(array=array([ 0., -1., 1.])), func=functools.partial(<function _apply_mask at 0x7faa572f0e50>, encoded_fill_values={1.0000000200408773e+20}, decoded_fill_value=nan, dtype=dtype('float64')), dtype=dtype('float64')), dims=('x',)
|
ubuntu-latest py3.10 bare-minimum:
xarray/tests/test_coding.py#L54
test_CFMaskCoder_encode_missing_fill_values_conflict[numeric-without-dtype]
NotImplementedError: data is not a valid duckarray, got data=_ElementwiseFunctionArray(NumpyIndexingAdapter(array=array([ 0., -1., 1.])), func=functools.partial(<function _apply_mask at 0x7faa572f0e50>, encoded_fill_values={1.0000000200408773e+20}, decoded_fill_value=nan, dtype=dtype('float64')), dtype=dtype('float64')), dims=('x',)
|
ubuntu-latest py3.10 bare-minimum:
xarray/tests/test_coding.py#L48
test_CFMaskCoder_encode_missing_fill_values_conflict[times-with-dtype]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=DatetimeIndex(['2000-01-01', '2000-01-02', '2000-01-03'], dtype='datetime64[ns]', freq='D'), dtype=dtype('<M8[ns]')), dims=('x',)
|
ubuntu-latest py3.10 bare-minimum:
xarray/tests/test_coding.py#L66
test_CFMaskCoder_missing_value
NotImplementedError: Failed to decode variable 'tmpk': data is not a valid duckarray, got data=_ElementwiseFunctionArray(NumpyIndexingAdapter(array=array([[26915, 27755, -9999, 27705],
[25595, -9999, 28315, -9999]])), func=functools.partial(<function _apply_mask at 0x7faa572f0e50>, encoded_fill_values={-9999}, decoded_fill_value=nan, dtype=dtype('float64')), dtype=dtype('float64')), dims=('npts', 'ntimes')
|
ubuntu-latest py3.10 bare-minimum:
xarray/tests/test_coding.py#L107
test_scaling_converts_to_float[f4-u1]
NotImplementedError: data is not a valid duckarray, got data=_ElementwiseFunctionArray(NumpyIndexingAdapter(array=array([0. , 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9], dtype=float32)), func=functools.partial(<function _scale_offset_decoding at 0x7faa572f1120>, scale_factor=10.0, add_offset=None, dtype=<class 'numpy.float32'>), dtype=dtype('float32')), dims=('x',)
|
ubuntu-latest py3.10 bare-minimum:
xarray/tests/test_duck_array_ops.py#L559
test_reduce[x-False-max-False-float-1]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=Index([0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], dtype='int64'), dtype=dtype('int64')), dims=('x',)
|
macos-latest py3.10:
xarray/tests/test_cftimeindex_resample.py#L134
test_resample[None-None-None-8003D->4001D]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=DatetimeIndex(['2000-01-01 12:07:01', '2021-11-29 12:07:01',
'2043-10-28 12:07:01', '2065-09-25 12:07:01',
'2087-08-24 12:07:01'],
dtype='datetime64[ns]', freq='8003D'), dtype=dtype('<M8[ns]')), dims='time'
|
macos-latest py3.10:
xarray/tests/test_cftimeindex_resample.py#L134
test_resample[None-None-None-8003D->16006D]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=DatetimeIndex(['2000-01-01 12:07:01', '2021-11-29 12:07:01',
'2043-10-28 12:07:01', '2065-09-25 12:07:01',
'2087-08-24 12:07:01'],
dtype='datetime64[ns]', freq='8003D'), dtype=dtype('<M8[ns]')), dims='time'
|
macos-latest py3.10:
xarray/tests/test_cftimeindex_resample.py#L134
test_resample[None-None-None-8003D->21YS]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=DatetimeIndex(['2000-01-01 12:07:01', '2021-11-29 12:07:01',
'2043-10-28 12:07:01', '2065-09-25 12:07:01',
'2087-08-24 12:07:01'],
dtype='datetime64[ns]', freq='8003D'), dtype=dtype('<M8[ns]')), dims='time'
|
macos-latest py3.10:
xarray/tests/test_cftimeindex_resample.py#L134
test_resample[None-None-None-6h->3h]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=DatetimeIndex(['2000-01-01 12:07:01', '2000-01-01 18:07:01',
'2000-01-02 00:07:01', '2000-01-02 06:07:01',
'2000-01-02 12:07:01'],
dtype='datetime64[ns]', freq='6h'), dtype=dtype('<M8[ns]')), dims='time'
|
macos-latest py3.10:
xarray/tests/test_cftimeindex_resample.py#L134
test_resample[None-None-None-6h->12h]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=DatetimeIndex(['2000-01-01 12:07:01', '2000-01-01 18:07:01',
'2000-01-02 00:07:01', '2000-01-02 06:07:01',
'2000-01-02 12:07:01'],
dtype='datetime64[ns]', freq='6h'), dtype=dtype('<M8[ns]')), dims='time'
|
macos-latest py3.10:
xarray/tests/test_cftimeindex_resample.py#L134
test_resample[None-None-None-6h->400min]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=DatetimeIndex(['2000-01-01 12:07:01', '2000-01-01 18:07:01',
'2000-01-02 00:07:01', '2000-01-02 06:07:01',
'2000-01-02 12:07:01'],
dtype='datetime64[ns]', freq='6h'), dtype=dtype('<M8[ns]')), dims='time'
|
macos-latest py3.10:
xarray/tests/test_cftimeindex_resample.py#L134
test_resample[None-None-None-3D->D]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=DatetimeIndex(['2000-01-01 12:07:01', '2000-01-04 12:07:01',
'2000-01-07 12:07:01', '2000-01-10 12:07:01',
'2000-01-13 12:07:01'],
dtype='datetime64[ns]', freq='3D'), dtype=dtype('<M8[ns]')), dims='time'
|
macos-latest py3.10:
xarray/tests/test_cftimeindex_resample.py#L134
test_resample[None-None-None-3D->6D]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=DatetimeIndex(['2000-01-01 12:07:01', '2000-01-04 12:07:01',
'2000-01-07 12:07:01', '2000-01-10 12:07:01',
'2000-01-13 12:07:01'],
dtype='datetime64[ns]', freq='3D'), dtype=dtype('<M8[ns]')), dims='time'
|
macos-latest py3.10:
xarray/tests/test_cftimeindex_resample.py#L134
test_resample[None-None-None-11D->MS]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=DatetimeIndex(['2000-01-01 12:07:01', '2000-01-12 12:07:01',
'2000-01-23 12:07:01', '2000-02-03 12:07:01',
'2000-02-14 12:07:01'],
dtype='datetime64[ns]', freq='11D'), dtype=dtype('<M8[ns]')), dims='time'
|
macos-latest py3.10:
xarray/tests/test_cftimeindex.py#L446
test_string_slice_length_one_index[365_day]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=CFTimeIndex([0001-01-01 00:00:00],
dtype='object', length=1, calendar='noleap', freq=None), dtype=dtype('O')), dims='time'
|
ubuntu-latest py3.10
Canceling since a higher priority waiting request for 'CI-refs/pull/8344/merge' exists
|
windows-latest py3.12
Canceling since a higher priority waiting request for 'CI-refs/pull/8344/merge' exists
|
ubuntu-latest py3.10:
xarray/tests/test_cftimeindex_resample.py#L134
test_resample[None-None-None-8003D->4001D]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=DatetimeIndex(['2000-01-01 12:07:01', '2021-11-29 12:07:01',
'2043-10-28 12:07:01', '2065-09-25 12:07:01',
'2087-08-24 12:07:01'],
dtype='datetime64[ns]', freq='8003D'), dtype=dtype('<M8[ns]')), dims='time'
|
ubuntu-latest py3.10 min-all-deps
Canceling since a higher priority waiting request for 'CI-refs/pull/8344/merge' exists
|
windows-latest py3.12:
xarray\tests\test_cftimeindex_resample.py#L134
test_resample[None-None-None-8003D->4001D]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=DatetimeIndex(['2000-01-01 12:07:01', '2021-11-29 12:07:01',
'2043-10-28 12:07:01', '2065-09-25 12:07:01',
'2087-08-24 12:07:01'],
dtype='datetime64[ns]', freq='8003D'), dtype=dtype('<M8[ns]')), dims='time'
|
ubuntu-latest py3.10:
xarray/tests/test_cftimeindex_resample.py#L134
test_resample[None-None-None-8003D->16006D]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=DatetimeIndex(['2000-01-01 12:07:01', '2021-11-29 12:07:01',
'2043-10-28 12:07:01', '2065-09-25 12:07:01',
'2087-08-24 12:07:01'],
dtype='datetime64[ns]', freq='8003D'), dtype=dtype('<M8[ns]')), dims='time'
|
ubuntu-latest py3.10 min-all-deps:
xarray/tests/test_cftimeindex.py#L446
test_string_slice_length_one_index[365_day]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=CFTimeIndex([0001-01-01 00:00:00],
dtype='object', length=1, calendar='noleap', freq=None), dtype=dtype('O')), dims='time'
|
windows-latest py3.12:
xarray\tests\test_cftimeindex_resample.py#L134
test_resample[None-None-None-8003D->16006D]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=DatetimeIndex(['2000-01-01 12:07:01', '2021-11-29 12:07:01',
'2043-10-28 12:07:01', '2065-09-25 12:07:01',
'2087-08-24 12:07:01'],
dtype='datetime64[ns]', freq='8003D'), dtype=dtype('<M8[ns]')), dims='time'
|
ubuntu-latest py3.10:
xarray/tests/test_cftimeindex_resample.py#L134
test_resample[None-None-None-8003D->21YS]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=DatetimeIndex(['2000-01-01 12:07:01', '2021-11-29 12:07:01',
'2043-10-28 12:07:01', '2065-09-25 12:07:01',
'2087-08-24 12:07:01'],
dtype='datetime64[ns]', freq='8003D'), dtype=dtype('<M8[ns]')), dims='time'
|
windows-latest py3.12:
xarray\tests\test_cftimeindex_resample.py#L134
test_resample[None-None-None-8003D->21YS]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=DatetimeIndex(['2000-01-01 12:07:01', '2021-11-29 12:07:01',
'2043-10-28 12:07:01', '2065-09-25 12:07:01',
'2087-08-24 12:07:01'],
dtype='datetime64[ns]', freq='8003D'), dtype=dtype('<M8[ns]')), dims='time'
|
ubuntu-latest py3.10 min-all-deps:
xarray/tests/test_cftimeindex.py#L446
test_string_slice_length_one_index[360_day]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=CFTimeIndex([0001-01-01 00:00:00],
dtype='object', length=1, calendar='360_day', freq=None), dtype=dtype('O')), dims='time'
|
ubuntu-latest py3.10:
xarray/tests/test_cftimeindex_resample.py#L134
test_resample[None-None-None-6h->3h]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=DatetimeIndex(['2000-01-01 12:07:01', '2000-01-01 18:07:01',
'2000-01-02 00:07:01', '2000-01-02 06:07:01',
'2000-01-02 12:07:01'],
dtype='datetime64[ns]', freq='6h'), dtype=dtype('<M8[ns]')), dims='time'
|
ubuntu-latest py3.10:
xarray/tests/test_cftimeindex_resample.py#L134
test_resample[None-None-None-6h->12h]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=DatetimeIndex(['2000-01-01 12:07:01', '2000-01-01 18:07:01',
'2000-01-02 00:07:01', '2000-01-02 06:07:01',
'2000-01-02 12:07:01'],
dtype='datetime64[ns]', freq='6h'), dtype=dtype('<M8[ns]')), dims='time'
|
windows-latest py3.12:
xarray\tests\test_cftimeindex_resample.py#L134
test_resample[None-None-None-6h->3h]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=DatetimeIndex(['2000-01-01 12:07:01', '2000-01-01 18:07:01',
'2000-01-02 00:07:01', '2000-01-02 06:07:01',
'2000-01-02 12:07:01'],
dtype='datetime64[ns]', freq='6h'), dtype=dtype('<M8[ns]')), dims='time'
|
ubuntu-latest py3.10 min-all-deps:
xarray/tests/test_cftimeindex.py#L446
test_string_slice_length_one_index[julian]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=CFTimeIndex([0001-01-01 00:00:00],
dtype='object', length=1, calendar='julian', freq=None), dtype=dtype('O')), dims='time'
|
ubuntu-latest py3.10:
xarray/tests/test_cftimeindex_resample.py#L134
test_resample[None-None-None-6h->400min]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=DatetimeIndex(['2000-01-01 12:07:01', '2000-01-01 18:07:01',
'2000-01-02 00:07:01', '2000-01-02 06:07:01',
'2000-01-02 12:07:01'],
dtype='datetime64[ns]', freq='6h'), dtype=dtype('<M8[ns]')), dims='time'
|
windows-latest py3.12:
xarray\tests\test_cftimeindex_resample.py#L134
test_resample[None-None-None-6h->12h]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=DatetimeIndex(['2000-01-01 12:07:01', '2000-01-01 18:07:01',
'2000-01-02 00:07:01', '2000-01-02 06:07:01',
'2000-01-02 12:07:01'],
dtype='datetime64[ns]', freq='6h'), dtype=dtype('<M8[ns]')), dims='time'
|
ubuntu-latest py3.10 min-all-deps:
xarray/tests/test_cftimeindex.py#L446
test_string_slice_length_one_index[all_leap]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=CFTimeIndex([0001-01-01 00:00:00],
dtype='object', length=1, calendar='all_leap', freq=None), dtype=dtype('O')), dims='time'
|
ubuntu-latest py3.10:
xarray/tests/test_cftimeindex_resample.py#L134
test_resample[None-None-None-3D->D]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=DatetimeIndex(['2000-01-01 12:07:01', '2000-01-04 12:07:01',
'2000-01-07 12:07:01', '2000-01-10 12:07:01',
'2000-01-13 12:07:01'],
dtype='datetime64[ns]', freq='3D'), dtype=dtype('<M8[ns]')), dims='time'
|
windows-latest py3.12:
xarray\tests\test_cftimeindex_resample.py#L134
test_resample[None-None-None-6h->400min]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=DatetimeIndex(['2000-01-01 12:07:01', '2000-01-01 18:07:01',
'2000-01-02 00:07:01', '2000-01-02 06:07:01',
'2000-01-02 12:07:01'],
dtype='datetime64[ns]', freq='6h'), dtype=dtype('<M8[ns]')), dims='time'
|
ubuntu-latest py3.10 min-all-deps:
xarray/tests/test_coding_times.py#L511
test_decoded_cf_datetime_array_2d
NotImplementedError: data is not a valid duckarray, got data=_ElementwiseFunctionArray(NumpyIndexingAdapter(array=array([[0, 1],
[2, 3]])), func=functools.partial(<function decode_cf_datetime at 0x7f947c1d1750>, units='days since 2000-01-01', calendar=None, use_cftime=None), dtype=dtype('<M8[ns]')), dims=('x', 'y')
|
ubuntu-latest py3.10:
xarray/tests/test_cftimeindex_resample.py#L134
test_resample[None-None-None-3D->6D]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=DatetimeIndex(['2000-01-01 12:07:01', '2000-01-04 12:07:01',
'2000-01-07 12:07:01', '2000-01-10 12:07:01',
'2000-01-13 12:07:01'],
dtype='datetime64[ns]', freq='3D'), dtype=dtype('<M8[ns]')), dims='time'
|
windows-latest py3.12:
xarray\tests\test_cftimeindex_resample.py#L134
test_resample[None-None-None-3D->D]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=DatetimeIndex(['2000-01-01 12:07:01', '2000-01-04 12:07:01',
'2000-01-07 12:07:01', '2000-01-10 12:07:01',
'2000-01-13 12:07:01'],
dtype='datetime64[ns]', freq='3D'), dtype=dtype('<M8[ns]')), dims='time'
|
ubuntu-latest py3.10:
xarray/tests/test_cftimeindex.py#L446
test_string_slice_length_one_index[365_day]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=CFTimeIndex([0001-01-01 00:00:00],
dtype='object', length=1, calendar='noleap', freq=None), dtype=dtype('O')), dims='time'
|
ubuntu-latest py3.10 min-all-deps:
xarray/tests/test_cftimeindex.py#L446
test_string_slice_length_one_index[366_day]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=CFTimeIndex([0001-01-01 00:00:00],
dtype='object', length=1, calendar='all_leap', freq=None), dtype=dtype('O')), dims='time'
|
windows-latest py3.12:
xarray\tests\test_cftimeindex_resample.py#L134
test_resample[None-None-None-3D->6D]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=DatetimeIndex(['2000-01-01 12:07:01', '2000-01-04 12:07:01',
'2000-01-07 12:07:01', '2000-01-10 12:07:01',
'2000-01-13 12:07:01'],
dtype='datetime64[ns]', freq='3D'), dtype=dtype('<M8[ns]')), dims='time'
|
ubuntu-latest py3.10:
xarray/tests/test_cftimeindex_resample.py#L134
test_resample[None-None-None-11D->MS]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=DatetimeIndex(['2000-01-01 12:07:01', '2000-01-12 12:07:01',
'2000-01-23 12:07:01', '2000-02-03 12:07:01',
'2000-02-14 12:07:01'],
dtype='datetime64[ns]', freq='11D'), dtype=dtype('<M8[ns]')), dims='time'
|
ubuntu-latest py3.10 min-all-deps:
xarray/tests/test_cftimeindex.py#L446
test_string_slice_length_one_index[gregorian]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=CFTimeIndex([0001-01-01 00:00:00],
dtype='object', length=1, calendar='standard', freq=None), dtype=dtype('O')), dims='time'
|
windows-latest py3.12:
xarray\tests\test_cftimeindex_resample.py#L134
test_resample[None-None-None-11D->MS]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=DatetimeIndex(['2000-01-01 12:07:01', '2000-01-12 12:07:01',
'2000-01-23 12:07:01', '2000-02-03 12:07:01',
'2000-02-14 12:07:01'],
dtype='datetime64[ns]', freq='11D'), dtype=dtype('<M8[ns]')), dims='time'
|
windows-latest py3.12:
xarray\tests\test_cftimeindex_resample.py#L134
test_resample[None-None-None-3MS->MS]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=DatetimeIndex(['2000-01-01 12:07:01', '2000-04-01 12:07:01',
'2000-07-01 12:07:01', '2000-10-01 12:07:01',
'2001-01-01 12:07:01'],
dtype='datetime64[ns]', freq='3MS'), dtype=dtype('<M8[ns]')), dims='time'
|
ubuntu-latest py3.10 min-all-deps:
xarray/tests/test_coding_times.py#L662
test_decode_cf[360_day]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=Index([1.0, 2.0, 3.0], dtype='float64'), dtype=dtype('float64')), dims=('time',)
|
ubuntu-latest py3.10 min-all-deps:
xarray/tests/test_cftimeindex.py#L446
test_string_slice_length_one_index[proleptic_gregorian]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=CFTimeIndex([0001-01-01 00:00:00],
dtype='object',
length=1,
calendar='proleptic_gregorian',
freq=None), dtype=dtype('O')), dims='time'
|
ubuntu-latest py3.10 min-all-deps:
xarray/tests/test_coding_times.py#L662
test_decode_cf[365_day]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=Index([1.0, 2.0, 3.0], dtype='float64'), dtype=dtype('float64')), dims=('time',)
|
ubuntu-latest py3.11 all-but-dask
Canceling since a higher priority waiting request for 'CI-refs/pull/8344/merge' exists
|
ubuntu-latest py3.11 all-but-dask:
xarray/tests/test_cftimeindex.py#L446
test_string_slice_length_one_index[365_day]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=CFTimeIndex([0001-01-01 00:00:00],
dtype='object', length=1, calendar='noleap', freq=None), dtype=dtype('O')), dims='time'
|
ubuntu-latest py3.11 all-but-dask:
xarray/tests/test_cftimeindex_resample.py#L134
test_resample[None-right-None-3MS->MS]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=DatetimeIndex(['2000-01-01 12:07:01', '2000-04-01 12:07:01',
'2000-07-01 12:07:01', '2000-10-01 12:07:01',
'2001-01-01 12:07:01'],
dtype='datetime64[ns]', freq='3MS'), dtype=dtype('<M8[ns]')), dims='time'
|
ubuntu-latest py3.11 all-but-dask:
xarray/tests/test_cftimeindex.py#L446
test_string_slice_length_one_index[360_day]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=CFTimeIndex([0001-01-01 00:00:00],
dtype='object', length=1, calendar='360_day', freq=None), dtype=dtype('O')), dims='time'
|
ubuntu-latest py3.11 all-but-dask:
xarray/tests/test_cftimeindex_resample.py#L134
test_resample[None-right-None-3MS->6MS]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=DatetimeIndex(['2000-01-01 12:07:01', '2000-04-01 12:07:01',
'2000-07-01 12:07:01', '2000-10-01 12:07:01',
'2001-01-01 12:07:01'],
dtype='datetime64[ns]', freq='3MS'), dtype=dtype('<M8[ns]')), dims='time'
|
ubuntu-latest py3.11 all-but-dask:
xarray/tests/test_cftimeindex.py#L446
test_string_slice_length_one_index[julian]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=CFTimeIndex([0001-01-01 00:00:00],
dtype='object', length=1, calendar='julian', freq=None), dtype=dtype('O')), dims='time'
|
ubuntu-latest py3.11 all-but-dask:
xarray/tests/test_cftimeindex_resample.py#L134
test_resample[None-right-None-3MS->85D]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=DatetimeIndex(['2000-01-01 12:07:01', '2000-04-01 12:07:01',
'2000-07-01 12:07:01', '2000-10-01 12:07:01',
'2001-01-01 12:07:01'],
dtype='datetime64[ns]', freq='3MS'), dtype=dtype('<M8[ns]')), dims='time'
|
ubuntu-latest py3.11 all-but-dask:
xarray/tests/test_cftimeindex_resample.py#L134
test_resample[None-right-None-7ME->3ME]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=DatetimeIndex(['2000-01-31 12:07:01', '2000-08-31 12:07:01',
'2001-03-31 12:07:01', '2001-10-31 12:07:01',
'2002-05-31 12:07:01'],
dtype='datetime64[ns]', freq='7ME'), dtype=dtype('<M8[ns]')), dims='time'
|
ubuntu-latest py3.11 all-but-dask:
xarray/tests/test_cftimeindex.py#L446
test_string_slice_length_one_index[all_leap]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=CFTimeIndex([0001-01-01 00:00:00],
dtype='object', length=1, calendar='all_leap', freq=None), dtype=dtype('O')), dims='time'
|
ubuntu-latest py3.11 all-but-dask:
xarray/tests/test_cftimeindex_resample.py#L134
test_resample[None-right-None-7ME->14ME]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=DatetimeIndex(['2000-01-31 12:07:01', '2000-08-31 12:07:01',
'2001-03-31 12:07:01', '2001-10-31 12:07:01',
'2002-05-31 12:07:01'],
dtype='datetime64[ns]', freq='7ME'), dtype=dtype('<M8[ns]')), dims='time'
|
ubuntu-latest py3.11 all-but-dask:
xarray/tests/test_cftimeindex.py#L446
test_string_slice_length_one_index[366_day]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=CFTimeIndex([0001-01-01 00:00:00],
dtype='object', length=1, calendar='all_leap', freq=None), dtype=dtype('O')), dims='time'
|
windows-latest py3.10
Canceling since a higher priority waiting request for 'CI-refs/pull/8344/merge' exists
|
windows-latest py3.10:
xarray\tests\test_cftimeindex_resample.py#L134
test_resample[None-None-None-8003D->4001D]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=DatetimeIndex(['2000-01-01 12:07:01', '2021-11-29 12:07:01',
'2043-10-28 12:07:01', '2065-09-25 12:07:01',
'2087-08-24 12:07:01'],
dtype='datetime64[ns]', freq='8003D'), dtype=dtype('<M8[ns]')), dims='time'
|
windows-latest py3.10:
xarray\tests\test_cftimeindex_resample.py#L134
test_resample[None-None-None-8003D->16006D]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=DatetimeIndex(['2000-01-01 12:07:01', '2021-11-29 12:07:01',
'2043-10-28 12:07:01', '2065-09-25 12:07:01',
'2087-08-24 12:07:01'],
dtype='datetime64[ns]', freq='8003D'), dtype=dtype('<M8[ns]')), dims='time'
|
windows-latest py3.10:
xarray\tests\test_cftimeindex_resample.py#L134
test_resample[None-None-None-8003D->21YS]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=DatetimeIndex(['2000-01-01 12:07:01', '2021-11-29 12:07:01',
'2043-10-28 12:07:01', '2065-09-25 12:07:01',
'2087-08-24 12:07:01'],
dtype='datetime64[ns]', freq='8003D'), dtype=dtype('<M8[ns]')), dims='time'
|
windows-latest py3.10:
xarray\tests\test_cftimeindex_resample.py#L134
test_resample[None-None-None-6h->3h]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=DatetimeIndex(['2000-01-01 12:07:01', '2000-01-01 18:07:01',
'2000-01-02 00:07:01', '2000-01-02 06:07:01',
'2000-01-02 12:07:01'],
dtype='datetime64[ns]', freq='6h'), dtype=dtype('<M8[ns]')), dims='time'
|
windows-latest py3.10:
xarray\tests\test_cftimeindex_resample.py#L134
test_resample[None-None-None-6h->12h]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=DatetimeIndex(['2000-01-01 12:07:01', '2000-01-01 18:07:01',
'2000-01-02 00:07:01', '2000-01-02 06:07:01',
'2000-01-02 12:07:01'],
dtype='datetime64[ns]', freq='6h'), dtype=dtype('<M8[ns]')), dims='time'
|
windows-latest py3.10:
xarray\tests\test_cftimeindex_resample.py#L134
test_resample[None-None-None-6h->400min]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=DatetimeIndex(['2000-01-01 12:07:01', '2000-01-01 18:07:01',
'2000-01-02 00:07:01', '2000-01-02 06:07:01',
'2000-01-02 12:07:01'],
dtype='datetime64[ns]', freq='6h'), dtype=dtype('<M8[ns]')), dims='time'
|
windows-latest py3.10:
xarray\tests\test_cftimeindex_resample.py#L134
test_resample[None-None-None-3D->D]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=DatetimeIndex(['2000-01-01 12:07:01', '2000-01-04 12:07:01',
'2000-01-07 12:07:01', '2000-01-10 12:07:01',
'2000-01-13 12:07:01'],
dtype='datetime64[ns]', freq='3D'), dtype=dtype('<M8[ns]')), dims='time'
|
windows-latest py3.10:
xarray\tests\test_cftimeindex_resample.py#L134
test_resample[None-None-None-3D->6D]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=DatetimeIndex(['2000-01-01 12:07:01', '2000-01-04 12:07:01',
'2000-01-07 12:07:01', '2000-01-10 12:07:01',
'2000-01-13 12:07:01'],
dtype='datetime64[ns]', freq='3D'), dtype=dtype('<M8[ns]')), dims='time'
|
windows-latest py3.10:
xarray\tests\test_cftimeindex_resample.py#L134
test_resample[None-None-None-11D->MS]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=DatetimeIndex(['2000-01-01 12:07:01', '2000-01-12 12:07:01',
'2000-01-23 12:07:01', '2000-02-03 12:07:01',
'2000-02-14 12:07:01'],
dtype='datetime64[ns]', freq='11D'), dtype=dtype('<M8[ns]')), dims='time'
|
windows-latest py3.10:
xarray\tests\test_cftimeindex_resample.py#L134
test_resample[None-None-None-3MS->MS]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=DatetimeIndex(['2000-01-01 12:07:01', '2000-04-01 12:07:01',
'2000-07-01 12:07:01', '2000-10-01 12:07:01',
'2001-01-01 12:07:01'],
dtype='datetime64[ns]', freq='3MS'), dtype=dtype('<M8[ns]')), dims='time'
|
ubuntu-latest py3.12
Canceling since a higher priority waiting request for 'CI-refs/pull/8344/merge' exists
|
ubuntu-latest py3.12:
xarray/tests/test_cftimeindex_resample.py#L134
test_resample[None-None-None-8003D->4001D]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=DatetimeIndex(['2000-01-01 12:07:01', '2021-11-29 12:07:01',
'2043-10-28 12:07:01', '2065-09-25 12:07:01',
'2087-08-24 12:07:01'],
dtype='datetime64[ns]', freq='8003D'), dtype=dtype('<M8[ns]')), dims='time'
|
ubuntu-latest py3.12:
xarray/tests/test_cftimeindex_resample.py#L134
test_resample[None-None-None-8003D->16006D]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=DatetimeIndex(['2000-01-01 12:07:01', '2021-11-29 12:07:01',
'2043-10-28 12:07:01', '2065-09-25 12:07:01',
'2087-08-24 12:07:01'],
dtype='datetime64[ns]', freq='8003D'), dtype=dtype('<M8[ns]')), dims='time'
|
ubuntu-latest py3.12:
xarray/tests/test_cftimeindex_resample.py#L134
test_resample[None-None-None-8003D->21YS]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=DatetimeIndex(['2000-01-01 12:07:01', '2021-11-29 12:07:01',
'2043-10-28 12:07:01', '2065-09-25 12:07:01',
'2087-08-24 12:07:01'],
dtype='datetime64[ns]', freq='8003D'), dtype=dtype('<M8[ns]')), dims='time'
|
ubuntu-latest py3.12:
xarray/tests/test_cftimeindex_resample.py#L134
test_resample[None-None-None-6h->3h]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=DatetimeIndex(['2000-01-01 12:07:01', '2000-01-01 18:07:01',
'2000-01-02 00:07:01', '2000-01-02 06:07:01',
'2000-01-02 12:07:01'],
dtype='datetime64[ns]', freq='6h'), dtype=dtype('<M8[ns]')), dims='time'
|
ubuntu-latest py3.12:
xarray/tests/test_cftimeindex_resample.py#L134
test_resample[None-None-None-6h->12h]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=DatetimeIndex(['2000-01-01 12:07:01', '2000-01-01 18:07:01',
'2000-01-02 00:07:01', '2000-01-02 06:07:01',
'2000-01-02 12:07:01'],
dtype='datetime64[ns]', freq='6h'), dtype=dtype('<M8[ns]')), dims='time'
|
ubuntu-latest py3.12:
xarray/tests/test_cftimeindex_resample.py#L134
test_resample[None-None-None-6h->400min]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=DatetimeIndex(['2000-01-01 12:07:01', '2000-01-01 18:07:01',
'2000-01-02 00:07:01', '2000-01-02 06:07:01',
'2000-01-02 12:07:01'],
dtype='datetime64[ns]', freq='6h'), dtype=dtype('<M8[ns]')), dims='time'
|
ubuntu-latest py3.12:
xarray/tests/test_cftimeindex_resample.py#L134
test_resample[None-None-None-3D->D]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=DatetimeIndex(['2000-01-01 12:07:01', '2000-01-04 12:07:01',
'2000-01-07 12:07:01', '2000-01-10 12:07:01',
'2000-01-13 12:07:01'],
dtype='datetime64[ns]', freq='3D'), dtype=dtype('<M8[ns]')), dims='time'
|
ubuntu-latest py3.12:
xarray/tests/test_cftimeindex_resample.py#L134
test_resample[None-None-None-3D->6D]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=DatetimeIndex(['2000-01-01 12:07:01', '2000-01-04 12:07:01',
'2000-01-07 12:07:01', '2000-01-10 12:07:01',
'2000-01-13 12:07:01'],
dtype='datetime64[ns]', freq='3D'), dtype=dtype('<M8[ns]')), dims='time'
|
ubuntu-latest py3.12:
xarray/tests/test_cftimeindex.py#L446
test_string_slice_length_one_index[365_day]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=CFTimeIndex([0001-01-01 00:00:00],
dtype='object', length=1, calendar='noleap', freq=None), dtype=dtype('O')), dims='time'
|
ubuntu-latest py3.12:
xarray/tests/test_cftimeindex_resample.py#L134
test_resample[None-None-None-11D->MS]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=DatetimeIndex(['2000-01-01 12:07:01', '2000-01-12 12:07:01',
'2000-01-23 12:07:01', '2000-02-03 12:07:01',
'2000-02-14 12:07:01'],
dtype='datetime64[ns]', freq='11D'), dtype=dtype('<M8[ns]')), dims='time'
|
macos-latest py3.12
Canceling since a higher priority waiting request for 'CI-refs/pull/8344/merge' exists
|
macos-latest py3.12:
xarray/tests/test_cftimeindex_resample.py#L134
test_resample[None-None-None-8003D->4001D]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=DatetimeIndex(['2000-01-01 12:07:01', '2021-11-29 12:07:01',
'2043-10-28 12:07:01', '2065-09-25 12:07:01',
'2087-08-24 12:07:01'],
dtype='datetime64[ns]', freq='8003D'), dtype=dtype('<M8[ns]')), dims='time'
|
macos-latest py3.12:
xarray/tests/test_cftimeindex_resample.py#L134
test_resample[None-None-None-8003D->16006D]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=DatetimeIndex(['2000-01-01 12:07:01', '2021-11-29 12:07:01',
'2043-10-28 12:07:01', '2065-09-25 12:07:01',
'2087-08-24 12:07:01'],
dtype='datetime64[ns]', freq='8003D'), dtype=dtype('<M8[ns]')), dims='time'
|
macos-latest py3.12:
xarray/tests/test_cftimeindex_resample.py#L134
test_resample[None-None-None-8003D->21YS]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=DatetimeIndex(['2000-01-01 12:07:01', '2021-11-29 12:07:01',
'2043-10-28 12:07:01', '2065-09-25 12:07:01',
'2087-08-24 12:07:01'],
dtype='datetime64[ns]', freq='8003D'), dtype=dtype('<M8[ns]')), dims='time'
|
macos-latest py3.12:
xarray/tests/test_cftimeindex_resample.py#L134
test_resample[None-None-None-6h->3h]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=DatetimeIndex(['2000-01-01 12:07:01', '2000-01-01 18:07:01',
'2000-01-02 00:07:01', '2000-01-02 06:07:01',
'2000-01-02 12:07:01'],
dtype='datetime64[ns]', freq='6h'), dtype=dtype('<M8[ns]')), dims='time'
|
macos-latest py3.12:
xarray/tests/test_cftimeindex_resample.py#L134
test_resample[None-None-None-6h->12h]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=DatetimeIndex(['2000-01-01 12:07:01', '2000-01-01 18:07:01',
'2000-01-02 00:07:01', '2000-01-02 06:07:01',
'2000-01-02 12:07:01'],
dtype='datetime64[ns]', freq='6h'), dtype=dtype('<M8[ns]')), dims='time'
|
macos-latest py3.12:
xarray/tests/test_cftimeindex_resample.py#L134
test_resample[None-None-None-6h->400min]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=DatetimeIndex(['2000-01-01 12:07:01', '2000-01-01 18:07:01',
'2000-01-02 00:07:01', '2000-01-02 06:07:01',
'2000-01-02 12:07:01'],
dtype='datetime64[ns]', freq='6h'), dtype=dtype('<M8[ns]')), dims='time'
|
macos-latest py3.12:
xarray/tests/test_cftimeindex_resample.py#L134
test_resample[None-None-None-3D->D]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=DatetimeIndex(['2000-01-01 12:07:01', '2000-01-04 12:07:01',
'2000-01-07 12:07:01', '2000-01-10 12:07:01',
'2000-01-13 12:07:01'],
dtype='datetime64[ns]', freq='3D'), dtype=dtype('<M8[ns]')), dims='time'
|
macos-latest py3.12:
xarray/tests/test_cftimeindex_resample.py#L134
test_resample[None-None-None-3D->6D]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=DatetimeIndex(['2000-01-01 12:07:01', '2000-01-04 12:07:01',
'2000-01-07 12:07:01', '2000-01-10 12:07:01',
'2000-01-13 12:07:01'],
dtype='datetime64[ns]', freq='3D'), dtype=dtype('<M8[ns]')), dims='time'
|
macos-latest py3.12:
xarray/tests/test_cftimeindex_resample.py#L134
test_resample[None-None-None-11D->MS]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=DatetimeIndex(['2000-01-01 12:07:01', '2000-01-12 12:07:01',
'2000-01-23 12:07:01', '2000-02-03 12:07:01',
'2000-02-14 12:07:01'],
dtype='datetime64[ns]', freq='11D'), dtype=dtype('<M8[ns]')), dims='time'
|
macos-latest py3.12:
xarray/tests/test_cftimeindex_resample.py#L134
test_resample[None-None-None-3MS->MS]
NotImplementedError: data is not a valid duckarray, got data=PandasIndexingAdapter(array=DatetimeIndex(['2000-01-01 12:07:01', '2000-04-01 12:07:01',
'2000-07-01 12:07:01', '2000-10-01 12:07:01',
'2001-01-01 12:07:01'],
dtype='datetime64[ns]', freq='3MS'), dtype=dtype('<M8[ns]')), dims='time'
|
ubuntu-latest py3.10
No files were found with the provided path: pytest.xml. No artifacts will be uploaded.
|
windows-latest py3.12
No files were found with the provided path: pytest.xml. No artifacts will be uploaded.
|
ubuntu-latest py3.10 min-all-deps
No files were found with the provided path: pytest.xml. No artifacts will be uploaded.
|
ubuntu-latest py3.11 all-but-dask
No files were found with the provided path: pytest.xml. No artifacts will be uploaded.
|
windows-latest py3.10
No files were found with the provided path: pytest.xml. No artifacts will be uploaded.
|
ubuntu-latest py3.12
No files were found with the provided path: pytest.xml. No artifacts will be uploaded.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
Event File
Expired
|
3.78 KB |
|
Test results for Linux-3.10 bare-minimum
Expired
|
378 KB |
|
Test results for Linux-3.12 flaky
Expired
|
3.19 KB |
|
Test results for macOS-3.10
Expired
|
591 KB |
|
Test results for macOS-3.12
Expired
|
573 KB |
|