home / github / issues

Menu
  • Search all tables
  • GraphQL API

issues: 2189649243

This data as json

id node_id number title user state locked assignee milestone comments created_at updated_at closed_at author_association active_lock_reason draft pull_request body reactions performed_via_github_app state_reason repo type
2189649243 I_kwDOAMm_X86Cg2Vb 8844 ⚠️ Nightly upstream-dev CI failed ⚠️ 41898282 open 0     15 2024-03-16T00:20:55Z 2024-05-04T00:20:57Z   CONTRIBUTOR      

Workflow Run URL

Python 3.12 Test Summary ``` xarray/tests/test_array_api.py::test_arithmetic: AttributeError: '_DType' object has no attribute 'type' xarray/tests/test_array_api.py::test_aggregation: AttributeError: '_DType' object has no attribute 'kind' xarray/tests/test_array_api.py::test_aggregation_skipna: AttributeError: '_DType' object has no attribute 'type' xarray/tests/test_array_api.py::test_astype: AttributeError: type object 'numpy.int64' has no attribute '_np_dtype' xarray/tests/test_array_api.py::test_broadcast: AttributeError: '_DType' object has no attribute 'type' xarray/tests/test_array_api.py::test_broadcast_during_arithmetic: AttributeError: '_DType' object has no attribute 'type' xarray/tests/test_array_api.py::test_concat: TypeError: Cannot interpret 'Array([[ 1., 2., 3.], [ 4., 5., nan]], dtype=array_api_strict.float64)' as a data type xarray/tests/test_array_api.py::test_indexing: AttributeError: '_DType' object has no attribute 'type' xarray/tests/test_array_api.py::test_properties: AttributeError: 'DataArray' object has no attribute 'nbytes' xarray/tests/test_array_api.py::test_reorganizing_operation: AttributeError: '_DType' object has no attribute 'type' xarray/tests/test_array_api.py::test_stack: AttributeError: '_DType' object has no attribute 'type' xarray/tests/test_array_api.py::test_unstack: AttributeError: '_DType' object has no attribute 'type' xarray/tests/test_array_api.py::test_where: TypeError: Cannot interpret 'Array(1, dtype=array_api_strict.int64)' as a data type xarray/tests/test_cftime_offsets.py::test_date_range_like[2020-02-01--1YE-FEB-noleap-gregorian-True-2020-02-29-True]: AssertionError: assert 11 == 12 + where 11 = len(DatetimeIndex(['2019-02-28', '2018-02-28', '2017-02-28', '2016-02-29',\n '2015-02-28', '2014-02-28', '201...2-29',\n '2011-02-28', '2010-02-28', '2009-02-28'],\n dtype='datetime64[ns]', freq='-1YE-FEB')) xarray/tests/test_cftime_offsets.py::test_cftime_range_same_as_pandas[-1ME-2000-2000]: AssertionError: Arrays are not equal (shapes (1,), (0,) mismatch) ACTUAL: array(['2000-01-31T00:00:00.000000000'], dtype='datetime64[ns]') DESIRED: array([], dtype='datetime64[ns]') xarray/tests/test_cftime_offsets.py::test_cftime_range_same_as_pandas[-1ME-2000-2001]: AssertionError: Arrays are not equal (shapes (13,), (12,) mismatch) ACTUAL: array(['2001-01-31T00:00:00.000000000', '2000-12-31T00:00:00.000000000', '2000-11-30T00:00:00.000000000', '2000-10-31T00:00:00.000000000', '2000-09-30T00:00:00.000000000', '2000-08-31T00:00:00.000000000',... DESIRED: array(['2000-12-31T00:00:00.000000000', '2000-11-30T00:00:00.000000000', '2000-10-31T00:00:00.000000000', '2000-09-30T00:00:00.000000000', '2000-08-31T00:00:00.000000000', '2000-07-31T00:00:00.000000000',... xarray/tests/test_cftime_offsets.py::test_cftime_range_same_as_pandas[-1ME-2001-2001]: AssertionError: Arrays are not equal (shapes (1,), (0,) mismatch) ACTUAL: array(['2001-01-31T00:00:00.000000000'], dtype='datetime64[ns]') DESIRED: array([], dtype='datetime64[ns]') xarray/tests/test_cftime_offsets.py::test_cftime_range_same_as_pandas[-1YE-2000-2000]: AssertionError: Arrays are not equal (shapes (1,), (0,) mismatch) ACTUAL: array(['2000-12-31T00:00:00.000000000'], dtype='datetime64[ns]') DESIRED: array([], dtype='datetime64[ns]') xarray/tests/test_cftime_offsets.py::test_cftime_range_same_as_pandas[-1YE-2000-2001]: AssertionError: Arrays are not equal (shapes (2,), (1,) mismatch) ACTUAL: array(['2001-12-31T00:00:00.000000000', '2000-12-31T00:00:00.000000000'], dtype='datetime64[ns]') DESIRED: array(['2000-12-31T00:00:00.000000000'], dtype='datetime64[ns]') xarray/tests/test_cftime_offsets.py::test_cftime_range_same_as_pandas[-1YE-2001-2001]: AssertionError: Arrays are not equal (shapes (1,), (0,) mismatch) ACTUAL: array(['2001-12-31T00:00:00.000000000'], dtype='datetime64[ns]') DESIRED: array([], dtype='datetime64[ns]') xarray/tests/test_dtypes.py::test_maybe_promote[a-expected0]: SystemError: <class 'numpy.dtype'> returned a result with an exception set xarray/tests/test_duck_array_ops.py::TestOps::test_where_type_promotion: AssertionError: assert dtype('float64') == <class 'numpy.float32'> + where dtype('float64') = array([ 1., nan]).dtype + and <class 'numpy.float32'> = np.float32 xarray/tests/test_duck_array_ops.py::TestDaskOps::test_where_type_promotion: AssertionError: assert dtype('float64') == <class 'numpy.float32'> + where dtype('float64') = array([ 1., nan]).dtype + and <class 'numpy.float32'> = np.float32 xarray/tests/test_namedarray.py::TestNamedArray::test_real_and_imag: ModuleNotFoundError: No module named 'numpy.array_api' xarray/tests/test_namedarray.py::TestNamedArray::test_duck_array_class: ModuleNotFoundError: No module named 'numpy.array_api' xarray/tests/test_namedarray.py::TestNamedArray::test_expand_dims[None-3-expected_shape0-expected_dims0]: ModuleNotFoundError: No module named 'numpy.array_api' xarray/tests/test_namedarray.py::TestNamedArray::test_expand_dims[Default.token-3-expected_shape1-expected_dims1]: ModuleNotFoundError: No module named 'numpy.array_api' xarray/tests/test_namedarray.py::TestNamedArray::test_expand_dims[z-3-expected_shape2-expected_dims2]: ModuleNotFoundError: No module named 'numpy.array_api' xarray/tests/test_namedarray.py::TestNamedArray::test_permute_dims[dims0-expected_sizes0]: ModuleNotFoundError: No module named 'numpy.array_api' xarray/tests/test_namedarray.py::TestNamedArray::test_permute_dims[dims1-expected_sizes1]: ModuleNotFoundError: No module named 'numpy.array_api' xarray/tests/test_namedarray.py::TestNamedArray::test_permute_dims[dims2-expected_sizes2]: ModuleNotFoundError: No module named 'numpy.array_api' xarray/tests/test_namedarray.py::TestNamedArray::test_permute_dims_errors: ModuleNotFoundError: No module named 'numpy.array_api' xarray/tests/test_namedarray.py::TestNamedArray::test_broadcast_to[broadcast_dims1-3]: ModuleNotFoundError: No module named 'numpy.array_api' xarray/tests/test_namedarray.py::TestNamedArray::test_broadcast_to[broadcast_dims2-3]: ModuleNotFoundError: No module named 'numpy.array_api' xarray/tests/test_rolling.py::TestDataArrayRolling::test_rolling_dask_dtype[float32]: AssertionError: assert dtype('float64') == dtype('float32') + where dtype('float64') = <xarray.DataArray (x: 3)> Size: 24B\ndask.array<truediv, shape=(3,), dtype=float64, chunksize=(3,), chunktype=numpy.ndarray>\nCoordinates:\n * x (x) int64 24B 1 2 3.dtype + and dtype('float32') = <xarray.DataArray (x: 3)> Size: 12B\narray([1. , 1.5, 2. ], dtype=float32)\nCoordinates:\n * x (x) int64 24B 1 2 3.dtype xarray/tests/test_strategies.py::TestVariablesStrategy::test_make_strategies_namespace: ImportError: cannot import name 'array_api' from 'numpy' (/home/runner/micromamba/envs/xarray-tests/lib/python3.12/site-packages/numpy/__init__.py). Did you mean: 'array_repr'? Falsifying example: test_make_strategies_namespace( self=<xarray.tests.test_strategies.TestVariablesStrategy object at 0x7f47dc1f39b0>, data=data(...), ) You can reproduce this example by temporarily adding @reproduce_failure('6.100.2', b'AA==') as a decorator on your test case ```
{
    "url": "https://api.github.com/repos/pydata/xarray/issues/8844/reactions",
    "total_count": 1,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 1
}
    13221727 issue

Links from other tables

  • 1 row from issues_id in issues_labels
  • 0 rows from issue in issue_comments
Powered by Datasette · Queries took 399.821ms · About: xarray-datasette