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 2270269009,I_kwDOAMm_X86HUY5R,8984,Nightly Hypothesis tests failed,41898282,open,0,,,0,2024-04-30T00:32:21Z,2024-05-04T00:28:46Z,,CONTRIBUTOR,,,,"[Workflow Run URL](https://github.com/pydata/xarray/actions/runs/8946425306)
Python 3.12 Test Summary ``` properties/test_index_manipulation.py::DatasetTest::runTest: DeprecationWarning: Deleting a single level of a MultiIndex is deprecated. Previously, this deleted all levels of a MultiIndex. Please also drop the following variables: {'3'} to avoid an error in the future. Falsifying example: state = DatasetStateMachine() state.init_ds(var=Variable( data=array(['1969-12-31T23:59:59.999978227', '1970-01-01T00:00:00.000000006'], dtype='datetime64[ns]'), dims=['É'], attrs={}, )) state.assert_invariants() Draw 1: ['É'] > drop_dims: ['É'] state.drop_dims(data=data(...)) state.assert_invariants() adding dimension coordinate 0 state.add_dim_coord(var=Variable(data=array([4, 0], dtype='timedelta64[ns]'), dims=['0'], attrs={})) state.assert_invariants() adding dimension coordinate 6 state.add_dim_coord(var=Variable( data=array([ 65536, 281474976776448], dtype=uint64), dims=['6'], attrs={}, )) state.assert_invariants() Draw 2: '0' > renaming 0 to ž state.rename_vars(data=data(...), newname='ž') state.assert_invariants() Draw 3: '6' > resetting 6 state.reset_index(data=data(...)) state.assert_invariants() Draw 4: ['0', '6'] > drop_dims: ['0', '6'] state.drop_dims(data=data(...)) state.assert_invariants() adding dimension coordinate 1 state.add_dim_coord(var=Variable( data=array([ 72113669181473025, 1024, 18446744073709551614], dtype=uint64), dims=['1'], attrs={}, )) state.assert_invariants() Draw 5: ['1'] > drop_dims: ['1'] state.drop_dims(data=data(...)) state.assert_invariants() adding dimension coordinate Ż state.add_dim_coord(var=Variable( data=array([0]), dims=['Ż'], attrs={'': array([65539, 65539], dtype=uint64), '2': array(['331191', '331191'], dtype='>M8[Y]'), 'Ż': ''}, )) state.assert_invariants() Draw 6: ['Ż'] > stacking ['Ż'] as 3 state.stack(create_index=True, data=data(...), newname='3') state.assert_invariants() Draw 7: '3' > renaming 3 to 2 state.rename_vars(data=data(...), newname='2') state.assert_invariants() Draw 8: ['3'] > drop_dims: ['3'] state.drop_dims(data=data(...)) state.teardown() Explanation: These lines were always and only run by failing examples: /home/runner/work/xarray/xarray/properties/test_index_manipulation.py:174 /home/runner/work/xarray/xarray/xarray/core/dataset.py:5928 /home/runner/work/xarray/xarray/xarray/core/dataset.py:5929 /home/runner/work/xarray/xarray/xarray/core/dataset.py:5932 /home/runner/work/xarray/xarray/xarray/core/indexes.py:1326 /home/runner/work/xarray/xarray/xarray/core/indexes.py:1327 You can reproduce this example by temporarily adding @reproduce_failure('6.100.2', b'AXicVY7dEcIwDIMlO0l5YRqOztEXFugi3RyQnZIG3+XH+hJLgHMler3uO37ViA0B3KJ1BwoHRYGgX/2FSP5pTE1HO6+LVv5sJQYVHQI0Jrd4YiE9ZEo+h+GBT683z9E2jKZkac+I7ZxSZSetEpMM1FYzcc66BctsCtklbV/auAr5') as a decorator on your test case ```
","{""url"": ""https://api.github.com/repos/pydata/xarray/issues/8984/reactions"", ""total_count"": 2, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 1, ""eyes"": 1}",,,13221727,issue 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](https://github.com/pydata/xarray/actions/runs/8946348999)
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: returned a result with an exception set xarray/tests/test_duck_array_ops.py::TestOps::test_where_type_promotion: AssertionError: assert dtype('float64') == + where dtype('float64') = array([ 1., nan]).dtype + and = np.float32 xarray/tests/test_duck_array_ops.py::TestDaskOps::test_where_type_promotion: AssertionError: assert dtype('float64') == + where dtype('float64') = array([ 1., nan]).dtype + and = 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') = Size: 24B\ndask.array\nCoordinates:\n * x (x) int64 24B 1 2 3.dtype + and dtype('float32') = 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=, 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 2089331436,I_kwDOAMm_X858iKrs,8623,⚠️ Nightly upstream-dev CI failed ⚠️,41898282,closed,0,,,1,2024-01-19T00:22:55Z,2024-03-15T04:37:59Z,2024-03-15T04:37:59Z,CONTRIBUTOR,,,,"[Workflow Run URL](https://github.com/pydata/xarray/actions/runs/8289245020)
Python 3.11 Test Summary ``` xarray/tests/test_dask.py: ValueError: Must install dask-expr to activate query planning. xarray/tests/test_sparse.py: ModuleNotFoundError: No module named 'numba' ```
","{""url"": ""https://api.github.com/repos/pydata/xarray/issues/8623/reactions"", ""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,completed,13221727,issue 1858149962,I_kwDOAMm_X85uwR5K,8091,⚠️ Nightly upstream-dev CI failed ⚠️,41898282,closed,0,,,11,2023-08-20T14:47:52Z,2024-01-18T15:34:58Z,2024-01-18T15:34:58Z,CONTRIBUTOR,,,,"[Workflow Run URL](https://github.com/pydata/xarray/actions/runs/7563382884)
Python 3.11 Test Summary ``` xarray/tests/test_backends.py::TestZarrDictStore::test_roundtrip_example_1_netcdf: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestZarrDictStore::test_roundtrip_mask_and_scale[create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]: OverflowError: Python integer 255 out of bounds for int8 xarray/tests/test_backends.py::TestZarrDictStore::test_grid_mapping_and_bounds_are_not_coordinates_in_file: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestZarrDictStore::test_coordinate_variables_after_iris_roundtrip: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestZarrDictStore::test_coordinates_encoding: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestZarrDictStore::test_drop_encoding: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestZarrDirectoryStore::test_roundtrip_example_1_netcdf: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestZarrDirectoryStore::test_roundtrip_mask_and_scale[create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]: OverflowError: Python integer 255 out of bounds for int8 xarray/tests/test_backends.py::TestZarrDirectoryStore::test_grid_mapping_and_bounds_are_not_coordinates_in_file: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestZarrDirectoryStore::test_coordinate_variables_after_iris_roundtrip: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestZarrDirectoryStore::test_coordinates_encoding: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestZarrDirectoryStore::test_drop_encoding: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestZarrWriteEmpty::test_roundtrip_example_1_netcdf: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestZarrWriteEmpty::test_roundtrip_mask_and_scale[create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]: OverflowError: Python integer 255 out of bounds for int8 xarray/tests/test_backends.py::TestZarrWriteEmpty::test_grid_mapping_and_bounds_are_not_coordinates_in_file: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestZarrWriteEmpty::test_coordinate_variables_after_iris_roundtrip: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestZarrWriteEmpty::test_coordinates_encoding: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestZarrWriteEmpty::test_drop_encoding: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestZarrKVStoreV3::test_roundtrip_example_1_netcdf: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestZarrKVStoreV3::test_roundtrip_mask_and_scale[create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]: OverflowError: Python integer 255 out of bounds for int8 xarray/tests/test_backends.py::TestZarrKVStoreV3::test_grid_mapping_and_bounds_are_not_coordinates_in_file: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestZarrKVStoreV3::test_coordinate_variables_after_iris_roundtrip: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestZarrKVStoreV3::test_coordinates_encoding: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestZarrKVStoreV3::test_drop_encoding: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestZarrDirectoryStoreV3::test_roundtrip_example_1_netcdf: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestZarrDirectoryStoreV3::test_roundtrip_mask_and_scale[create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]: OverflowError: Python integer 255 out of bounds for int8 xarray/tests/test_backends.py::TestZarrDirectoryStoreV3::test_grid_mapping_and_bounds_are_not_coordinates_in_file: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestZarrDirectoryStoreV3::test_coordinate_variables_after_iris_roundtrip: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestZarrDirectoryStoreV3::test_coordinates_encoding: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestZarrDirectoryStoreV3::test_drop_encoding: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestZarrDirectoryStoreV3FromPath::test_roundtrip_example_1_netcdf: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestZarrDirectoryStoreV3FromPath::test_roundtrip_mask_and_scale[create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]: OverflowError: Python integer 255 out of bounds for int8 xarray/tests/test_backends.py::TestZarrDirectoryStoreV3FromPath::test_grid_mapping_and_bounds_are_not_coordinates_in_file: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestZarrDirectoryStoreV3FromPath::test_coordinate_variables_after_iris_roundtrip: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestZarrDirectoryStoreV3FromPath::test_coordinates_encoding: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestZarrDirectoryStoreV3FromPath::test_drop_encoding: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestScipyInMemoryData::test_zero_dimensional_variable: ModuleNotFoundError: No module named 'cftime' xarray/tests/test_backends.py::TestScipyInMemoryData::test_write_store: ModuleNotFoundError: No module named 'cftime' xarray/tests/test_backends.py::TestScipyInMemoryData::test_roundtrip_test_data: ModuleNotFoundError: No module named 'cftime' xarray/tests/test_backends.py::TestScipyInMemoryData::test_load: ModuleNotFoundError: No module named 'cftime' xarray/tests/test_backends.py::TestScipyInMemoryData::test_dataset_compute: ModuleNotFoundError: No module named 'cftime' xarray/tests/test_backends.py::TestScipyInMemoryData::test_roundtrip_numpy_datetime_data: ModuleNotFoundError: No module named 'cftime' xarray/tests/test_backends.py::TestScipyInMemoryData::test_roundtrip_example_1_netcdf: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestScipyInMemoryData::test_orthogonal_indexing: ModuleNotFoundError: No module named 'cftime' xarray/tests/test_backends.py::TestScipyInMemoryData::test_vectorized_indexing: ModuleNotFoundError: No module named 'cftime' xarray/tests/test_backends.py::TestScipyInMemoryData::test_vectorized_indexing_negative_step: ModuleNotFoundError: No module named 'cftime' xarray/tests/test_backends.py::TestScipyInMemoryData::test_isel_dataarray: ModuleNotFoundError: No module named 'cftime' xarray/tests/test_backends.py::TestScipyInMemoryData::test_array_type_after_indexing: ModuleNotFoundError: No module named 'cftime' xarray/tests/test_backends.py::TestScipyInMemoryData::test_ondisk_after_print: ModuleNotFoundError: No module named 'cftime' xarray/tests/test_backends.py::TestScipyInMemoryData::test_roundtrip_mask_and_scale[create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]: OverflowError: Python integer 255 out of bounds for int8 xarray/tests/test_backends.py::TestScipyInMemoryData::test_grid_mapping_and_bounds_are_not_coordinates_in_file: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestScipyInMemoryData::test_coordinate_variables_after_iris_roundtrip: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestScipyInMemoryData::test_coordinates_encoding: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestScipyInMemoryData::test_encoding_kwarg_dates: ModuleNotFoundError: No module named 'cftime' xarray/tests/test_backends.py::TestScipyInMemoryData::test_append_write: ModuleNotFoundError: No module named 'cftime' xarray/tests/test_backends.py::TestScipyInMemoryData::test_append_overwrite_values: ModuleNotFoundError: No module named 'cftime' xarray/tests/test_backends.py::TestScipyFileObject::test_zero_dimensional_variable: ModuleNotFoundError: No module named 'cftime' xarray/tests/test_backends.py::TestScipyFileObject::test_write_store: ModuleNotFoundError: No module named 'cftime' xarray/tests/test_backends.py::TestScipyFileObject::test_roundtrip_test_data: ModuleNotFoundError: No module named 'cftime' xarray/tests/test_backends.py::TestScipyFileObject::test_load: ModuleNotFoundError: No module named 'cftime' xarray/tests/test_backends.py::TestScipyFileObject::test_dataset_compute: ModuleNotFoundError: No module named 'cftime' xarray/tests/test_backends.py::TestScipyFileObject::test_roundtrip_numpy_datetime_data: ModuleNotFoundError: No module named 'cftime' xarray/tests/test_backends.py::TestScipyFileObject::test_roundtrip_example_1_netcdf: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestScipyFileObject::test_orthogonal_indexing: ModuleNotFoundError: No module named 'cftime' xarray/tests/test_backends.py::TestScipyFileObject::test_vectorized_indexing: ModuleNotFoundError: No module named 'cftime' xarray/tests/test_backends.py::TestScipyFileObject::test_vectorized_indexing_negative_step: ModuleNotFoundError: No module named 'cftime' xarray/tests/test_backends.py::TestScipyFileObject::test_isel_dataarray: ModuleNotFoundError: No module named 'cftime' xarray/tests/test_backends.py::TestScipyFileObject::test_array_type_after_indexing: ModuleNotFoundError: No module named 'cftime' xarray/tests/test_backends.py::TestScipyFileObject::test_ondisk_after_print: ModuleNotFoundError: No module named 'cftime' xarray/tests/test_backends.py::TestScipyFileObject::test_roundtrip_mask_and_scale[create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]: OverflowError: Python integer 255 out of bounds for int8 xarray/tests/test_backends.py::TestScipyFileObject::test_grid_mapping_and_bounds_are_not_coordinates_in_file: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestScipyFileObject::test_coordinate_variables_after_iris_roundtrip: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestScipyFileObject::test_coordinates_encoding: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestScipyFileObject::test_encoding_kwarg_dates: ModuleNotFoundError: No module named 'cftime' xarray/tests/test_backends.py::TestScipyFileObject::test_append_write: ModuleNotFoundError: No module named 'cftime' xarray/tests/test_backends.py::TestScipyFileObject::test_append_overwrite_values: ModuleNotFoundError: No module named 'cftime' xarray/tests/test_backends.py::TestScipyFilePath::test_zero_dimensional_variable: ModuleNotFoundError: No module named 'cftime' xarray/tests/test_backends.py::TestScipyFilePath::test_write_store: ModuleNotFoundError: No module named 'cftime' xarray/tests/test_backends.py::TestScipyFilePath::test_roundtrip_test_data: ModuleNotFoundError: No module named 'cftime' xarray/tests/test_backends.py::TestScipyFilePath::test_load: ModuleNotFoundError: No module named 'cftime' xarray/tests/test_backends.py::TestScipyFilePath::test_dataset_compute: ModuleNotFoundError: No module named 'cftime' xarray/tests/test_backends.py::TestScipyFilePath::test_roundtrip_numpy_datetime_data: ModuleNotFoundError: No module named 'cftime' xarray/tests/test_backends.py::TestScipyFilePath::test_roundtrip_example_1_netcdf: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestScipyFilePath::test_orthogonal_indexing: ModuleNotFoundError: No module named 'cftime' xarray/tests/test_backends.py::TestScipyFilePath::test_vectorized_indexing: ModuleNotFoundError: No module named 'cftime' xarray/tests/test_backends.py::TestScipyFilePath::test_vectorized_indexing_negative_step: ModuleNotFoundError: No module named 'cftime' xarray/tests/test_backends.py::TestScipyFilePath::test_isel_dataarray: ModuleNotFoundError: No module named 'cftime' xarray/tests/test_backends.py::TestScipyFilePath::test_array_type_after_indexing: ModuleNotFoundError: No module named 'cftime' xarray/tests/test_backends.py::TestScipyFilePath::test_ondisk_after_print: ModuleNotFoundError: No module named 'cftime' xarray/tests/test_backends.py::TestScipyFilePath::test_roundtrip_mask_and_scale[create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]: OverflowError: Python integer 255 out of bounds for int8 xarray/tests/test_backends.py::TestScipyFilePath::test_grid_mapping_and_bounds_are_not_coordinates_in_file: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestScipyFilePath::test_coordinate_variables_after_iris_roundtrip: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestScipyFilePath::test_coordinates_encoding: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestScipyFilePath::test_encoding_kwarg_dates: ModuleNotFoundError: No module named 'cftime' xarray/tests/test_backends.py::TestScipyFilePath::test_append_write: ModuleNotFoundError: No module named 'cftime' xarray/tests/test_backends.py::TestScipyFilePath::test_append_overwrite_values: ModuleNotFoundError: No module named 'cftime' xarray/tests/test_backends.py::TestScipyFilePath::test_roundtrip_example_1_netcdf_gz: ModuleNotFoundError: No module named 'cftime' xarray/tests/test_backends.py::TestGenericNetCDFData::test_zero_dimensional_variable: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestGenericNetCDFData::test_roundtrip_test_data: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestGenericNetCDFData::test_load: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestGenericNetCDFData::test_dataset_compute: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestGenericNetCDFData::test_pickle: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestGenericNetCDFData::test_pickle_dataarray: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestGenericNetCDFData::test_dataset_caching: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestGenericNetCDFData::test_roundtrip_None_variable: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestGenericNetCDFData::test_roundtrip_object_dtype: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestGenericNetCDFData::test_roundtrip_string_data: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestGenericNetCDFData::test_roundtrip_string_encoded_characters: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestGenericNetCDFData::test_roundtrip_numpy_datetime_data: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestGenericNetCDFData::test_roundtrip_timedelta_data: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestGenericNetCDFData::test_roundtrip_float64_data: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestGenericNetCDFData::test_roundtrip_example_1_netcdf: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestGenericNetCDFData::test_roundtrip_coordinates: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestGenericNetCDFData::test_roundtrip_global_coordinates: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestGenericNetCDFData::test_roundtrip_coordinates_with_space: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestGenericNetCDFData::test_roundtrip_boolean_dtype: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestGenericNetCDFData::test_orthogonal_indexing: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestGenericNetCDFData::test_vectorized_indexing: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestGenericNetCDFData::test_vectorized_indexing_negative_step: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestGenericNetCDFData::test_outer_indexing_reversed: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestGenericNetCDFData::test_isel_dataarray: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestGenericNetCDFData::test_array_type_after_indexing: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestGenericNetCDFData::test_dropna: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestGenericNetCDFData::test_ondisk_after_print: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestGenericNetCDFData::test_roundtrip_bytes_with_fill_value: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestGenericNetCDFData::test_roundtrip_empty_vlen_string_array: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestGenericNetCDFData::test_roundtrip_mask_and_scale[create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]: OverflowError: Python integer 255 out of bounds for int8 xarray/tests/test_backends.py::TestGenericNetCDFData::test_roundtrip_mask_and_scale[2 failing variants]: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestGenericNetCDFData::test_grid_mapping_and_bounds_are_not_coordinates_in_file: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestGenericNetCDFData::test_coordinate_variables_after_dataset_roundtrip: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestGenericNetCDFData::test_grid_mapping_and_bounds_are_coordinates_after_dataarray_roundtrip: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestGenericNetCDFData::test_coordinate_variables_after_iris_roundtrip: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestGenericNetCDFData::test_coordinates_encoding: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestGenericNetCDFData::test_roundtrip_endian: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestGenericNetCDFData::test_encoding_kwarg: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestGenericNetCDFData::test_encoding_kwarg_dates: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestGenericNetCDFData::test_encoding_kwarg_fixed_width_string: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestGenericNetCDFData::test_default_fill_value: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestGenericNetCDFData::test_explicitly_omit_fill_value: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestGenericNetCDFData::test_explicitly_omit_fill_value_via_encoding_kwarg: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestGenericNetCDFData::test_explicitly_omit_fill_value_in_coord: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestGenericNetCDFData::test_explicitly_omit_fill_value_in_coord_via_encoding_kwarg: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestGenericNetCDFData::test_encoding_same_dtype: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestGenericNetCDFData::test_append_write: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestGenericNetCDFData::test_append_overwrite_values: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestGenericNetCDFData::test_cross_engine_read_write_netcdf3: ModuleNotFoundError: No module named 'cftime' xarray/tests/test_backends.py::TestGenericNetCDFData::test_encoding_unlimited_dims: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestOpenMFDatasetWithDataVarsAndCoordsKw::test_open_mfdataset_does_same_as_concat[24 failing variants]: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestOpenMFDatasetWithDataVarsAndCoordsKw::test_open_mfdataset_dataset_combine_attrs[5 failing variants]: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestOpenMFDatasetWithDataVarsAndCoordsKw::test_open_mfdataset_dataset_attr_by_coords: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestOpenMFDatasetWithDataVarsAndCoordsKw::test_open_mfdataset_dataarray_attr_by_coords: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestOpenMFDatasetWithDataVarsAndCoordsKw::test_open_mfdataset_exact_join_raises_error[6 failing variants]: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestOpenMFDatasetWithDataVarsAndCoordsKw::test_common_coord_when_datavars_all: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestOpenMFDatasetWithDataVarsAndCoordsKw::test_common_coord_when_datavars_minimal: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestOpenMFDatasetWithDataVarsAndCoordsKw::test_invalid_data_vars_value_should_fail: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestDataArrayToNetCDF::test_dataarray_to_netcdf_no_name: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestDataArrayToNetCDF::test_dataarray_to_netcdf_with_name: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestDataArrayToNetCDF::test_dataarray_to_netcdf_coord_name_clash: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestDataArrayToNetCDF::test_open_dataarray_options: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::TestDataArrayToNetCDF::test_dataarray_to_netcdf_no_name_pathlib: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::test_no_warning_from_dask_effective_get: AssertionError: Got 2 unexpected warning(s): [""RuntimeWarning('numpy.ndarray size changed, may indicate binary incompatibility. Expected 16 from C header, got 96 from PyObject'))"", ""DeprecationWarning('numpy.core._multiarray_umath is deprecated and has been renamed to numpy._core._multiarray_umath. The numpy._core namespace contains private NumPy internals and its use is discouraged, as NumPy internals can change without warning in any release. In practice, most real-world usage of numpy.core is to access functionality in the public NumPy API. If that is the case, use the public NumPy API. If not, you are using NumPy internals. If you would still like to access an internal attribute, use numpy._core._multiarray_umath._ARRAY_API.'))""] xarray/tests/test_backends.py::test_source_encoding_always_present: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::test_source_encoding_always_present_with_pathlib: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::test_use_cftime_standard_calendar_default_in_range[3 failing variants]: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::test_use_cftime_false_standard_calendar_in_range[3 failing variants]: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::test_use_cftime_false_standard_calendar_out_of_range[6 failing variants]: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::test_use_cftime_false_nonstandard_calendar[18 failing variants]: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::test_open_fsspec: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::test_chunking_consintency[6 failing variants]: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_backends.py::test_scipy_entrypoint: ModuleNotFoundError: No module named 'cftime' xarray/tests/test_coding_times.py::test_decode_cf_datetime_uint[2 failing variants]: ModuleNotFoundError: No module named 'cftime' xarray/tests/test_dask.py::test_normalize_token_with_backend: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_dataarray.py::TestIrisConversion::test_to_and_from_iris: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_dataarray.py::TestIrisConversion::test_to_and_from_iris_dask: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_dataarray.py::TestIrisConversion::test_da_name_from_cube[4 failing variants]: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_dataarray.py::TestIrisConversion::test_da_coord_name_from_cube[4 failing variants]: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_dataarray.py::TestIrisConversion::test_prevent_duplicate_coord_names: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_dataarray.py::TestIrisConversion::test_fallback_to_iris_AuxCoord[2 failing variants]: ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it). xarray/tests/test_dataset.py::TestDataset::test_polyfit_warnings: assert 2 == 1 + where 2 = len([, ]) xarray/tests/test_distributed.py::test_dask_distributed_read_netcdf_integration_test[scipy-NETCDF3_64BIT]: ModuleNotFoundError: No module named 'cftime' xarray/tests/test_duck_array_ops.py::TestOps::test_where_type_promotion: AssertionError: assert dtype('float64') == + where dtype('float64') = array([ 1., nan]).dtype + and = np.float32 xarray/tests/test_duck_array_ops.py::TestDaskOps::test_where_type_promotion: AssertionError: assert dtype('float64') == + where dtype('float64') = array([ 1., nan]).dtype + and = np.float32 xarray/tests/test_missing.py::test_ffill: ImportError: numpy.core.multiarray failed to import xarray/tests/test_plot.py::TestImshow::test_imshow_rgb_values_in_valid_range: numpy._core._exceptions._UFuncOutputCastingError: Cannot cast ufunc 'multiply' output from dtype('int64') to dtype('uint8') with casting rule 'same_kind' xarray/tests/test_plugins.py::test_list_engines: AssertionError: assert ('h5netcdf' in {'h5netcdf': \n Open netCDF (.nc, .nc4 and .cdf) and most HDF5 files using h5netcdf in Xarr...in Xarray\n Learn more at https://docs.xarray.dev/en/stable/generated/xarray.backends.ScipyBackendEntrypoint.html, ...}) == False ```
","{""url"": ""https://api.github.com/repos/pydata/xarray/issues/8091/reactions"", ""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,completed,13221727,issue 1797850413,I_kwDOAMm_X85rKQUt,7977,⚠️ Nightly upstream-dev CI failed ⚠️,41898282,closed,0,,,7,2023-07-11T00:21:54Z,2023-08-20T03:41:51Z,2023-08-20T03:41:51Z,CONTRIBUTOR,,,,"[Workflow Run URL](https://github.com/pydata/xarray/actions/runs/5914215479)
Python 3.10 Test Summary ``` ```
","{""url"": ""https://api.github.com/repos/pydata/xarray/issues/7977/reactions"", ""total_count"": 1, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 1, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,completed,13221727,issue 1735219849,I_kwDOAMm_X85nbVqJ,7887,⚠️ Nightly upstream-dev CI failed ⚠️,41898282,closed,0,,,2,2023-06-01T00:24:50Z,2023-06-21T20:40:04Z,2023-06-21T20:40:03Z,CONTRIBUTOR,,,,"[Workflow Run URL](https://github.com/pydata/xarray/actions/runs/5150443134)
Python 3.10 Test Summary ``` ```
","{""url"": ""https://api.github.com/repos/pydata/xarray/issues/7887/reactions"", ""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,completed,13221727,issue 1650481625,I_kwDOAMm_X85iYFnZ,7707,⚠️ Nightly upstream-dev CI failed ⚠️,41898282,closed,0,,,8,2023-04-01T13:53:30Z,2023-05-29T19:01:22Z,2023-05-29T19:01:22Z,CONTRIBUTOR,,,,"[Workflow Run URL](https://github.com/pydata/xarray/actions/runs/5107102566)
Python 3.10 Test Summary ``` ```
","{""url"": ""https://api.github.com/repos/pydata/xarray/issues/7707/reactions"", ""total_count"": 1, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 1}",,completed,13221727,issue 1519784328,I_kwDOAMm_X85alhGI,7420,⚠️ Nightly upstream-dev CI failed ⚠️,41898282,closed,0,,,5,2023-01-05T00:30:24Z,2023-04-01T13:11:32Z,2023-04-01T13:11:31Z,CONTRIBUTOR,,,,"[Workflow Run URL](https://github.com/pydata/xarray/actions/runs/4580161924)
Python 3.10 Test Summary ``` xarray/tests/test_backends.py::TestNetCDF4Data::test_roundtrip_cftime_datetime_data: AssertionError: assert 'days since 1-01-01' == 'days since 0001-01-01' - days since 0001-01-01 ? --- + days since 1-01-01 xarray/tests/test_backends.py::TestNetCDF4ViaDaskData::test_roundtrip_cftime_datetime_data: AssertionError: assert 'days since 1-01-01' == 'days since 0001-01-01' - days since 0001-01-01 ? --- + days since 1-01-01 xarray/tests/test_backends.py::TestZarrDictStore::test_roundtrip_cftime_datetime_data: AssertionError: assert 'days since 1-01-01' == 'days since 0001-01-01' - days since 0001-01-01 ? --- + days since 1-01-01 xarray/tests/test_backends.py::TestZarrDictStore::test_warning_on_bad_chunks: AssertionError: got unexpected warning(s) xarray/tests/test_backends.py::TestZarrDictStore::test_no_warning_from_open_emptydim_with_chunks: AssertionError: got unexpected warning(s) xarray/tests/test_backends.py::TestZarrDirectoryStore::test_roundtrip_cftime_datetime_data: AssertionError: assert 'days since 1-01-01' == 'days since 0001-01-01' - days since 0001-01-01 ? --- + days since 1-01-01 xarray/tests/test_backends.py::TestZarrDirectoryStore::test_warning_on_bad_chunks: AssertionError: got unexpected warning(s) xarray/tests/test_backends.py::TestZarrDirectoryStore::test_no_warning_from_open_emptydim_with_chunks: AssertionError: got unexpected warning(s) xarray/tests/test_backends.py::TestZarrKVStoreV3::test_roundtrip_cftime_datetime_data: AssertionError: assert 'days since 1-01-01' == 'days since 0001-01-01' - days since 0001-01-01 ? --- + days since 1-01-01 xarray/tests/test_backends.py::TestZarrKVStoreV3::test_warning_on_bad_chunks: AssertionError: got unexpected warning(s) xarray/tests/test_backends.py::TestZarrKVStoreV3::test_no_warning_from_open_emptydim_with_chunks: AssertionError: got unexpected warning(s) xarray/tests/test_backends.py::TestZarrDirectoryStoreV3::test_roundtrip_cftime_datetime_data: AssertionError: assert 'days since 1-01-01' == 'days since 0001-01-01' - days since 0001-01-01 ? --- + days since 1-01-01 xarray/tests/test_backends.py::TestZarrDirectoryStoreV3::test_warning_on_bad_chunks: AssertionError: got unexpected warning(s) xarray/tests/test_backends.py::TestZarrDirectoryStoreV3::test_no_warning_from_open_emptydim_with_chunks: AssertionError: got unexpected warning(s) xarray/tests/test_backends.py::TestZarrDirectoryStoreV3::test_write_read_select_write: KeyError: 'var1' xarray/tests/test_backends.py::TestZarrDirectoryStoreV3FromPath::test_roundtrip_cftime_datetime_data: AssertionError: assert 'days since 1-01-01' == 'days since 0001-01-01' - days since 0001-01-01 ? --- + days since 1-01-01 xarray/tests/test_backends.py::TestZarrDirectoryStoreV3FromPath::test_warning_on_bad_chunks: AssertionError: got unexpected warning(s) xarray/tests/test_backends.py::TestZarrDirectoryStoreV3FromPath::test_no_warning_from_open_emptydim_with_chunks: AssertionError: got unexpected warning(s) xarray/tests/test_backends.py::TestZarrDirectoryStoreV3FromPath::test_write_read_select_write: KeyError: 'var2' xarray/tests/test_backends.py::TestScipyInMemoryData::test_roundtrip_cftime_datetime_data: AssertionError: assert 'days since 1-01-01' == 'days since 0001-01-01' - days since 0001-01-01 ? --- + days since 1-01-01 xarray/tests/test_backends.py::TestScipyFileObject::test_roundtrip_cftime_datetime_data: AssertionError: assert 'days since 1-01-01' == 'days since 0001-01-01' - days since 0001-01-01 ? --- + days since 1-01-01 xarray/tests/test_backends.py::TestScipyFilePath::test_roundtrip_cftime_datetime_data: AssertionError: assert 'days since 1-01-01' == 'days since 0001-01-01' - days since 0001-01-01 ? --- + days since 1-01-01 xarray/tests/test_backends.py::TestNetCDF3ViaNetCDF4Data::test_roundtrip_cftime_datetime_data: AssertionError: assert 'days since 1-01-01' == 'days since 0001-01-01' - days since 0001-01-01 ? --- + days since 1-01-01 xarray/tests/test_backends.py::TestNetCDF4ClassicViaNetCDF4Data::test_roundtrip_cftime_datetime_data: AssertionError: assert 'days since 1-01-01' == 'days since 0001-01-01' - days since 0001-01-01 ? --- + days since 1-01-01 xarray/tests/test_backends.py::TestGenericNetCDFData::test_roundtrip_cftime_datetime_data: AssertionError: assert 'days since 1-01-01' == 'days since 0001-01-01' - days since 0001-01-01 ? --- + days since 1-01-01 xarray/tests/test_backends.py::TestH5NetCDFData::test_roundtrip_cftime_datetime_data: AssertionError: assert 'days since 1-01-01' == 'days since 0001-01-01' - days since 0001-01-01 ? --- + days since 1-01-01 xarray/tests/test_backends.py::TestH5NetCDFFileObject::test_roundtrip_cftime_datetime_data: AssertionError: assert 'days since 1-01-01' == 'days since 0001-01-01' - days since 0001-01-01 ? --- + days since 1-01-01 xarray/tests/test_backends.py::TestH5NetCDFViaDaskData::test_roundtrip_cftime_datetime_data: AssertionError: assert 'days since 1-01-01' == 'days since 0001-01-01' - days since 0001-01-01 ? --- + days since 1-01-01 ```
","{""url"": ""https://api.github.com/repos/pydata/xarray/issues/7420/reactions"", ""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,completed,13221727,issue 1440280424,I_kwDOAMm_X85V2O9o,7266,⚠️ Nightly upstream-dev CI failed ⚠️: `pandas` removed deprecated keyword arguments,41898282,closed,0,,,12,2022-11-08T14:11:15Z,2023-03-08T18:16:35Z,2023-03-08T18:16:35Z,CONTRIBUTOR,,,,"[Workflow Run URL](https://github.com/pydata/xarray/actions/runs/3484189981)
Python 3.10 Test Summary ``` xarray/tests/test_calendar_ops.py::test_convert_calendar[2 failing variants]: TypeError: DatetimeArray._generate_range() got an unexpected keyword argument 'closed' xarray/tests/test_calendar_ops.py::test_convert_calendar_360_days[4 failing variants]: TypeError: DatetimeArray._generate_range() got an unexpected keyword argument 'closed' xarray/tests/test_calendar_ops.py::test_convert_calendar_360_days[2 failing variants]: TypeError: Grouper.__init__() got an unexpected keyword argument 'base' xarray/tests/test_calendar_ops.py::test_convert_calendar_missing[2 failing variants]: TypeError: DatetimeArray._generate_range() got an unexpected keyword argument 'closed' xarray/tests/test_calendar_ops.py::test_convert_calendar_same_calendar[1 failing variants]: TypeError: DatetimeArray._generate_range() got an unexpected keyword argument 'closed' xarray/tests/test_calendar_ops.py::test_interp_calendar[4 failing variants]: TypeError: DatetimeArray._generate_range() got an unexpected keyword argument 'closed' xarray/tests/test_calendar_ops.py::test_interp_calendar_errors[1 failing variants]: TypeError: DatetimeArray._generate_range() got an unexpected keyword argument 'closed' xarray/tests/test_cftime_offsets.py::test_date_range[4 failing variants]: TypeError: DatetimeArray._generate_range() got an unexpected keyword argument 'closed' xarray/tests/test_cftime_offsets.py::test_date_range_errors[1 failing variants]: TypeError: DatetimeArray._generate_range() got an unexpected keyword argument 'closed' xarray/tests/test_cftime_offsets.py::test_date_range_like[5 failing variants]: TypeError: DatetimeArray._generate_range() got an unexpected keyword argument 'closed' xarray/tests/test_cftime_offsets.py::test_date_range_like_same_calendar[1 failing variants]: TypeError: DatetimeArray._generate_range() got an unexpected keyword argument 'closed' xarray/tests/test_cftime_offsets.py::test_date_range_like_errors[1 failing variants]: TypeError: DatetimeArray._generate_range() got an unexpected keyword argument 'closed' xarray/tests/test_cftimeindex_resample.py::test_resample[486 failing variants]: TypeError: Grouper.__init__() got an unexpected keyword argument 'base' xarray/tests/test_cftimeindex_resample.py::test_calendars[5 failing variants]: TypeError: Grouper.__init__() got an unexpected keyword argument 'base' xarray/tests/test_computation.py::test_polyval_cftime[4 failing variants]: TypeError: DatetimeArray._generate_range() got an unexpected keyword argument 'closed' xarray/tests/test_groupby.py::TestDataArrayResample::test_resample[1 failing variants]: TypeError: Grouper.__init__() got an unexpected keyword argument 'base' xarray/tests/test_groupby.py::TestDataArrayResample::test_da_resample_func_args[1 failing variants]: TypeError: Grouper.__init__() got an unexpected keyword argument 'base' xarray/tests/test_groupby.py::TestDataArrayResample::test_resample_first[1 failing variants]: TypeError: Grouper.__init__() got an unexpected keyword argument 'base' xarray/tests/test_groupby.py::TestDataArrayResample::test_resample_bad_resample_dim[1 failing variants]: TypeError: Grouper.__init__() got an unexpected keyword argument 'base' xarray/tests/test_groupby.py::TestDataArrayResample::test_resample_drop_nondim_coords[1 failing variants]: TypeError: Grouper.__init__() got an unexpected keyword argument 'base' xarray/tests/test_groupby.py::TestDataArrayResample::test_resample_keep_attrs[1 failing variants]: TypeError: Grouper.__init__() got an unexpected keyword argument 'base' xarray/tests/test_groupby.py::TestDataArrayResample::test_resample_skipna[1 failing variants]: TypeError: Grouper.__init__() got an unexpected keyword argument 'base' xarray/tests/test_groupby.py::TestDataArrayResample::test_upsample[1 failing variants]: TypeError: Grouper.__init__() got an unexpected keyword argument 'base' xarray/tests/test_groupby.py::TestDataArrayResample::test_upsample_nd[1 failing variants]: TypeError: Grouper.__init__() got an unexpected keyword argument 'base' xarray/tests/test_groupby.py::TestDataArrayResample::test_upsample_tolerance[1 failing variants]: TypeError: Grouper.__init__() got an unexpected keyword argument 'base' xarray/tests/test_groupby.py::TestDataArrayResample::test_upsample_interpolate[1 failing variants]: TypeError: Grouper.__init__() got an unexpected keyword argument 'base' xarray/tests/test_groupby.py::TestDataArrayResample::test_upsample_interpolate_bug_2197[1 failing variants]: TypeError: Grouper.__init__() got an unexpected keyword argument 'base' xarray/tests/test_groupby.py::TestDataArrayResample::test_upsample_interpolate_regression_1605[1 failing variants]: TypeError: Grouper.__init__() got an unexpected keyword argument 'base' xarray/tests/test_groupby.py::TestDataArrayResample::test_upsample_interpolate_dask[2 failing variants]: TypeError: Grouper.__init__() got an unexpected keyword argument 'base' xarray/tests/test_groupby.py::TestDatasetResample::test_resample_and_first[1 failing variants]: TypeError: Grouper.__init__() got an unexpected keyword argument 'base' xarray/tests/test_groupby.py::TestDatasetResample::test_resample_min_count[1 failing variants]: TypeError: Grouper.__init__() got an unexpected keyword argument 'base' xarray/tests/test_groupby.py::TestDatasetResample::test_resample_by_mean_with_keep_attrs[1 failing variants]: TypeError: Grouper.__init__() got an unexpected keyword argument 'base' xarray/tests/test_groupby.py::TestDatasetResample::test_resample_loffset[1 failing variants]: TypeError: Grouper.__init__() got an unexpected keyword argument 'base' xarray/tests/test_groupby.py::TestDatasetResample::test_resample_by_mean_discarding_attrs[1 failing variants]: TypeError: Grouper.__init__() got an unexpected keyword argument 'base' xarray/tests/test_groupby.py::TestDatasetResample::test_resample_by_last_discarding_attrs[1 failing variants]: TypeError: Grouper.__init__() got an unexpected keyword argument 'base' xarray/tests/test_groupby.py::TestDatasetResample::test_resample_drop_nondim_coords[1 failing variants]: TypeError: Grouper.__init__() got an unexpected keyword argument 'base' xarray/tests/test_groupby.py::TestDatasetResample::test_resample_ds_da_are_the_same[1 failing variants]: TypeError: Grouper.__init__() got an unexpected keyword argument 'base' xarray/tests/test_groupby.py::TestDatasetResample::test_ds_resample_apply_func_args[1 failing variants]: TypeError: Grouper.__init__() got an unexpected keyword argument 'base' xarray/tests/test_groupby.py::test_resample_cumsum[2 failing variants]: TypeError: Grouper.__init__() got an unexpected keyword argument 'base' xarray/tests/test_units.py::TestDataArray::test_resample[2 failing variants]: TypeError: Grouper.__init__() got an unexpected keyword argument 'base' xarray/tests/test_units.py::TestDataset::test_resample[4 failing variants]: TypeError: Grouper.__init__() got an unexpected keyword argument 'base' ```
","{""url"": ""https://api.github.com/repos/pydata/xarray/issues/7266/reactions"", ""total_count"": 1, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 1, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,completed,13221727,issue 1459698655,I_kwDOAMm_X85XATvf,7306,⚠️ Nightly upstream-dev CI failed ⚠️,41898282,closed,0,,,2,2022-11-22T11:38:40Z,2023-01-04T20:07:30Z,2023-01-04T20:07:30Z,CONTRIBUTOR,,,,"[Workflow Run URL](https://github.com/pydata/xarray/actions/runs/3833998456)
Python 3.10 Test Summary test collection session failed: ``` ../../../micromamba-root/envs/xarray-tests/lib/python3.10/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) :1050: in _gcd_import ??? :1027: in _find_and_load ??? :992: in _find_and_load_unlocked ??? :241: in _call_with_frames_removed ??? :1050: in _gcd_import ??? :1027: in _find_and_load ??? :1006: in _find_and_load_unlocked ??? :688: in _load_unlocked ??? :883: in exec_module ??? :241: in _call_with_frames_removed ??? xarray/tests/__init__.py:78: in has_numbagg, requires_numbagg = _importorskip(""numbagg"") xarray/tests/__init__.py:51: in _importorskip mod = importlib.import_module(modname) ../../../micromamba-root/envs/xarray-tests/lib/python3.10/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) :1050: in _gcd_import ??? :1027: in _find_and_load ??? :1006: in _find_and_load_unlocked ??? :688: in _load_unlocked ??? :883: in exec_module ??? :241: in _call_with_frames_removed ??? ../../../micromamba-root/envs/xarray-tests/lib/python3.10/site-packages/numbagg/__init__.py:3: in from .funcs import ( ../../../micromamba-root/envs/xarray-tests/lib/python3.10/site-packages/numbagg/funcs.py:2: in from numba import bool_, float32, float64, int32, int64 ../../../micromamba-root/envs/xarray-tests/lib/python3.10/site-packages/numba/__init__.py:42: in from numba.np.ufunc import (vectorize, guvectorize, threading_layer, ../../../micromamba-root/envs/xarray-tests/lib/python3.10/site-packages/numba/np/ufunc/__init__.py:3: in from numba.np.ufunc.decorators import Vectorize, GUVectorize, vectorize, guvectorize ../../../micromamba-root/envs/xarray-tests/lib/python3.10/site-packages/numba/np/ufunc/decorators.py:3: in from numba.np.ufunc import _internal E SystemError: initialization of _internal failed without raising an exception ```
","{""url"": ""https://api.github.com/repos/pydata/xarray/issues/7306/reactions"", ""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,completed,13221727,issue 1410693563,I_kwDOAMm_X85UFXm7,7175,⚠️ Nightly upstream-dev CI failed ⚠️,41898282,closed,0,,,3,2022-10-17T00:33:50Z,2022-10-26T16:00:34Z,2022-10-26T16:00:34Z,CONTRIBUTOR,,,,"[Workflow Run URL](https://github.com/pydata/xarray/actions/runs/3325210741)
Python 3.10 Test Summary ``` xarray/tests/test_backends.py::TestZarrDictStore::test_write_persistence_modes[None]: AttributeError: 'numpy.datetime64' object has no attribute 'year' xarray/tests/test_backends.py::TestZarrDictStore::test_write_persistence_modes[group1]: AttributeError: 'numpy.datetime64' object has no attribute 'year' xarray/tests/test_backends.py::TestZarrDictStore::test_append_with_invalid_dim_raises: AttributeError: 'numpy.datetime64' object has no attribute 'year' xarray/tests/test_backends.py::TestZarrDictStore::test_append_with_append_dim_not_set_raises: AttributeError: 'numpy.datetime64' object has no attribute 'year' xarray/tests/test_backends.py::TestZarrDictStore::test_append_with_mode_not_a_raises: AttributeError: 'numpy.datetime64' object has no attribute 'year' xarray/tests/test_backends.py::TestZarrDictStore::test_append_with_existing_encoding_raises: AttributeError: 'numpy.datetime64' object has no attribute 'year' xarray/tests/test_backends.py::TestZarrDictStore::test_check_encoding_is_consistent_after_append: AttributeError: 'numpy.datetime64' object has no attribute 'year' xarray/tests/test_backends.py::TestZarrDictStore::test_append_with_new_variable: AttributeError: 'numpy.datetime64' object has no attribute 'year' xarray/tests/test_backends.py::TestZarrDictStore::test_to_zarr_append_compute_false_roundtrip: AttributeError: 'numpy.datetime64' object has no attribute 'year' xarray/tests/test_backends.py::TestZarrDirectoryStore::test_write_persistence_modes[None]: AttributeError: 'numpy.datetime64' object has no attribute 'year' xarray/tests/test_backends.py::TestZarrDirectoryStore::test_write_persistence_modes[group1]: AttributeError: 'numpy.datetime64' object has no attribute 'year' xarray/tests/test_backends.py::TestZarrDirectoryStore::test_append_with_invalid_dim_raises: AttributeError: 'numpy.datetime64' object has no attribute 'year' xarray/tests/test_backends.py::TestZarrDirectoryStore::test_append_with_append_dim_not_set_raises: AttributeError: 'numpy.datetime64' object has no attribute 'year' xarray/tests/test_backends.py::TestZarrDirectoryStore::test_append_with_mode_not_a_raises: AttributeError: 'numpy.datetime64' object has no attribute 'year' xarray/tests/test_backends.py::TestZarrDirectoryStore::test_append_with_existing_encoding_raises: AttributeError: 'numpy.datetime64' object has no attribute 'year' xarray/tests/test_backends.py::TestZarrDirectoryStore::test_check_encoding_is_consistent_after_append: AttributeError: 'numpy.datetime64' object has no attribute 'year' xarray/tests/test_backends.py::TestZarrDirectoryStore::test_append_with_new_variable: AttributeError: 'numpy.datetime64' object has no attribute 'year' xarray/tests/test_backends.py::TestZarrDirectoryStore::test_to_zarr_append_compute_false_roundtrip: AttributeError: 'numpy.datetime64' object has no attribute 'year' xarray/tests/test_groupby.py::test_groupby_drops_nans: AssertionError: Left and right DataArray objects are not equal Differing coordinates: L * t (t) datetime64[s] 2001-01-01 R * t (t) datetime64[ns] 2001-01-01 xarray/tests/test_groupby.py::TestDataArrayResample::test_upsample_interpolate_bug_2197: AssertionError: Left and right DataArray objects are not equal Differing coordinates: L * time (time) datetime64[ns] 2007-02-28 2007-03-31 R * time (time) datetime64[s] 2007-02-28 2007-03-31 xarray/tests/test_variable.py::TestVariable::test_index_0d_datetime: AssertionError: assert dtype('\narray(['2000-01-01T00:00:00', '2000-01-02T00:00:00',\n '2000-01-03T00:00:00'], dtype='datetime64[s]').dtype + and dtype('('datetime64[ns]') + where = np.dtype xarray/tests/test_variable.py::TestVariable::test_timedelta64_conversion: AssertionError: assert dtype('\narray([ 0, 86400, 172800], dtype='timedelta64[s]').dtype + and dtype('('timedelta64[ns]') + where = np.dtype xarray/tests/test_variable.py::TestVariable::test_datetime64_valid_range: Failed: DID NOT RAISE xarray/tests/test_variable.py::TestVariable::test_datetime64_conversion_scalar: AssertionError: assert dtype('\narray('2000-01-01T00:00:00', dtype='datetime64[s]').dtype + and dtype('('datetime64[ns]') + where = np.dtype xarray/tests/test_variable.py::TestVariable::test_timedelta64_conversion_scalar: AssertionError: assert dtype('\narray(86400, dtype='timedelta64[s]').dtype + and dtype('('timedelta64[ns]') + where = np.dtype xarray/tests/test_variable.py::TestVariable::test_0d_timedelta: AssertionError: assert dtype('\narray(1, dtype='timedelta64[s]').dtype + and dtype('('timedelta64[ns]') + where = np.dtype xarray/tests/test_variable.py::TestVariableWithDask::test_index_0d_datetime: AssertionError: assert dtype('\ndask.array.dtype + and dtype('('datetime64[ns]') + where = np.dtype xarray/tests/test_variable.py::TestVariableWithDask::test_timedelta64_conversion: AssertionError: assert dtype('\ndask.array.dtype + and dtype('('timedelta64[ns]') + where = np.dtype xarray/tests/test_variable.py::TestVariableWithDask::test_datetime64_valid_range: Failed: DID NOT RAISE xarray/tests/test_variable.py::TestIndexVariable::test_index_0d_datetime: AssertionError: assert dtype('\narray(['2000-01-01T00:00:00', '2000-01-02T00:00:00', '2000-01-03T00:00:00'],\n dtype='datetime64[s]').dtype + and dtype('('datetime64[ns]') + where = np.dtype xarray/tests/test_variable.py::TestIndexVariable::test_timedelta64_conversion: AssertionError: assert dtype('\narray([ 0, 86400, 172800], dtype='timedelta64[s]').dtype + and dtype('('timedelta64[ns]') + where = np.dtype xarray/tests/test_variable.py::TestIndexVariable::test_datetime64_valid_range: Failed: DID NOT RAISE xarray/tests/test_variable.py::TestAsCompatibleData::test_datetime: AssertionError: assert dtype('('datetime64[ns]') + where = np.dtype + and dtype(' ","{""url"": ""https://api.github.com/repos/pydata/xarray/issues/7175/reactions"", ""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,completed,13221727,issue 1406971855,I_kwDOAMm_X85T3K_P,7158,⚠️ Nightly upstream-dev CI failed ⚠️,41898282,closed,0,,,3,2022-10-13T00:39:57Z,2022-10-16T16:16:52Z,2022-10-16T16:16:52Z,CONTRIBUTOR,,,,"[Workflow Run URL](https://github.com/pydata/xarray/actions/runs/3257652269)
Python 3.10 Test Summary ``` xarray/tests/test_formatting.py::test__mapping_repr_recursive: ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimensions. The detected shape was (2,) + inhomogeneous part. xarray/tests/test_variable.py::TestVariable::test_index_0d_timedelta64: AssertionError: assert dtype('\narray([ 0, 86400, 172800], dtype='timedelta64[s]').dtype + and dtype('('timedelta64[ns]') + where = np.dtype xarray/tests/test_variable.py::TestVariable::test_timedelta64_conversion_scalar: AssertionError: assert dtype('\narray(86400, dtype='timedelta64[s]').dtype + and dtype('('timedelta64[ns]') + where = np.dtype xarray/tests/test_variable.py::TestVariable::test_0d_timedelta: AssertionError: assert dtype('\narray(1, dtype='timedelta64[s]').dtype + and dtype('('timedelta64[ns]') + where = np.dtype xarray/tests/test_variable.py::TestVariableWithDask::test_index_0d_timedelta64: AssertionError: assert dtype('\ndask.array.dtype + and dtype('('timedelta64[ns]') + where = np.dtype xarray/tests/test_variable.py::TestIndexVariable::test_index_0d_timedelta64: AssertionError: Items are not equal: ACTUAL: numpy.timedelta64(3600000000,'ns') DESIRED: numpy.timedelta64(3600000000,'us') xarray/tests/test_variable.py::TestIndexVariable::test_timedelta64_conversion: AssertionError: assert dtype('\narray([ 0, 86400, 172800], dtype='timedelta64[s]').dtype + and dtype('('timedelta64[ns]') + where = np.dtype ```
","{""url"": ""https://api.github.com/repos/pydata/xarray/issues/7158/reactions"", ""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,completed,13221727,issue 1405387614,I_kwDOAMm_X85TxINe,7155,⚠️ Nightly upstream-dev CI failed ⚠️,41898282,closed,0,,,1,2022-10-12T00:35:46Z,2022-10-12T14:11:20Z,2022-10-12T14:11:20Z,CONTRIBUTOR,,,,"[Workflow Run URL](https://github.com/pydata/xarray/actions/runs/3231131715)
Python 3.10 Test Summary ``` xarray/tests/test_backends.py::TestH5NetCDFData::test_orthogonal_indexing: AssertionError: Left and right Dataset objects are not identical Differing coordinates: L numbers (dim3) int64 0 1 2 0 0 R numbers (dim3) int64 ... L * dim3 (dim3) ","{""url"": ""https://api.github.com/repos/pydata/xarray/issues/7155/reactions"", ""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,completed,13221727,issue 1345644028,I_kwDOAMm_X85QNOX8,6941,⚠️ Nightly upstream-dev CI failed ⚠️,41898282,closed,0,,,5,2022-08-22T00:31:20Z,2022-10-11T16:31:46Z,2022-10-11T16:31:46Z,CONTRIBUTOR,,,,"[Workflow Run URL](https://github.com/pydata/xarray/actions/runs/3223203335)
Python 3.10 Test Summary ``` xarray/tests/test_backends.py::TestH5NetCDFData::test_orthogonal_indexing: AssertionError: Left and right Dataset objects are not identical Differing coordinates: L numbers (dim3) int64 0 1 2 0 0 R numbers (dim3) int64 ... L * dim3 (dim3) ","{""url"": ""https://api.github.com/repos/pydata/xarray/issues/6941/reactions"", ""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,completed,13221727,issue 1308830287,I_kwDOAMm_X85OAypP,6808,⚠️ Nightly upstream-dev CI failed ⚠️,41898282,closed,0,,,2,2022-07-19T00:29:26Z,2022-07-28T09:09:18Z,2022-07-28T09:09:18Z,CONTRIBUTOR,,,,"[Workflow Run URL](https://github.com/pydata/xarray/actions/runs/2708462731)
Python 3.10 Test Summary ``` xarray/tests/test_dataarray.py::TestDataArray::test_to_and_from_cdms2_sgrid: ValueError: Cannot compare arrays of different shapes. ```
","{""url"": ""https://api.github.com/repos/pydata/xarray/issues/6808/reactions"", ""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,completed,13221727,issue 1296629492,I_kwDOAMm_X85NSP70,6760,⚠️ Nightly upstream-dev CI failed ⚠️,41898282,closed,0,,,1,2022-07-07T00:28:37Z,2022-07-07T09:00:44Z,2022-07-07T09:00:43Z,CONTRIBUTOR,,,,"[Workflow Run URL](https://github.com/pydata/xarray/actions/runs/2626382458)
Python 3.10 Test Summary ``` xarray/tests/test_groupby.py::test_groupby_bins_timeseries: AssertionError: Left and right Dataset objects are not identical Differing coordinates: L * time_bins (time_bins) object [2010-08-01, 2010-08-02] ... [2010-08-14, 2... R * time_bins (time_bins) object (2010-08-01, 2010-08-02] ... (2010-08-14, 2... Differing data variables: L val (time_bins) float64 96.0 96.0 96.0 96.0 ... 96.0 96.0 96.0 96.0 R val (time_bins) float64 96.0 96.0 96.0 96.0 ... 96.0 96.0 96.0 96.0 xarray/tests/test_groupby.py::test_groupby_bins_math[True]: ValueError: Overlapping IntervalIndex is not accepted. xarray/tests/test_groupby.py::test_groupby_bins_math[False]: ValueError: Overlapping IntervalIndex is not accepted. xarray/tests/test_groupby.py::test_groupby_math_nD_group: ValueError: Overlapping IntervalIndex is not accepted. xarray/tests/test_groupby.py::TestDataArrayGroupBy::test_groupby_bins: ValueError: Overlapping IntervalIndex is not accepted. xarray/tests/test_groupby.py::TestDataArrayGroupBy::test_groupby_bins_empty: ValueError: Overlapping IntervalIndex is not accepted. xarray/tests/test_groupby.py::TestDataArrayGroupBy::test_groupby_bins_multidim: ValueError: Overlapping IntervalIndex is not accepted. xarray/tests/test_groupby.py::TestDataArrayGroupBy::test_groupby_bins_sort: ValueError: Overlapping IntervalIndex is not accepted. xarray/tests/test_plot.py::TestPlot::test_coord_with_interval: ValueError: Overlapping IntervalIndex is not accepted. xarray/tests/test_plot.py::TestPlot::test_coord_with_interval_x: ValueError: Overlapping IntervalIndex is not accepted. xarray/tests/test_plot.py::TestPlot::test_coord_with_interval_y: ValueError: Overlapping IntervalIndex is not accepted. xarray/tests/test_plot.py::TestPlot::test_coord_with_interval_xy: ValueError: Overlapping IntervalIndex is not accepted. xarray/tests/test_plot.py::TestPlot::test_labels_with_units_with_interval[x]: ValueError: Overlapping IntervalIndex is not accepted. xarray/tests/test_plot.py::TestPlot::test_labels_with_units_with_interval[y]: ValueError: Overlapping IntervalIndex is not accepted. xarray/tests/test_plot.py::TestPlotStep::test_coord_with_interval_step: ValueError: Overlapping IntervalIndex is not accepted. xarray/tests/test_plot.py::TestPlotStep::test_coord_with_interval_step_x: ValueError: Overlapping IntervalIndex is not accepted. xarray/tests/test_plot.py::TestPlotStep::test_coord_with_interval_step_y: ValueError: Overlapping IntervalIndex is not accepted. xarray/tests/test_plot.py::TestPlotHistogram::test_hist_coord_with_interval: ValueError: Overlapping IntervalIndex is not accepted. xarray/tests/test_plot.py::TestContourf::test_2d_coord_with_interval: ValueError: Overlapping IntervalIndex is not accepted. xarray/tests/test_plot.py::TestContour::test_2d_coord_with_interval: ValueError: Overlapping IntervalIndex is not accepted. xarray/tests/test_plot.py::TestPcolormesh::test_2d_coord_with_interval: ValueError: Overlapping IntervalIndex is not accepted. xarray/tests/test_plot.py::TestImshow::test_2d_coord_with_interval: ValueError: Overlapping IntervalIndex is not accepted. xarray/tests/test_plot.py::TestSurface::test_2d_coord_with_interval: ValueError: Overlapping IntervalIndex is not accepted. xarray/tests/test_units.py::TestDataArray::test_computation_objects[float64-method_groupby_bins-data]: ValueError: Overlapping IntervalIndex is not accepted. xarray/tests/test_units.py::TestDataArray::test_computation_objects[float64-method_groupby_bins-coords]: ValueError: Overlapping IntervalIndex is not accepted. xarray/tests/test_units.py::TestDataArray::test_computation_objects[int64-method_groupby_bins-data]: ValueError: Overlapping IntervalIndex is not accepted. xarray/tests/test_units.py::TestDataArray::test_computation_objects[int64-method_groupby_bins-coords]: ValueError: Overlapping IntervalIndex is not accepted. xarray/tests/test_units.py::TestDataset::test_computation_objects[float64-data-method_groupby_bins]: ValueError: Overlapping IntervalIndex is not accepted. xarray/tests/test_units.py::TestDataset::test_computation_objects[float64-coords-method_groupby_bins]: ValueError: Overlapping IntervalIndex is not accepted. xarray/tests/test_units.py::TestDataset::test_computation_objects[int64-data-method_groupby_bins]: ValueError: Overlapping IntervalIndex is not accepted. xarray/tests/test_units.py::TestDataset::test_computation_objects[int64-coords-method_groupby_bins]: ValueError: Overlapping IntervalIndex is not accepted. ```
","{""url"": ""https://api.github.com/repos/pydata/xarray/issues/6760/reactions"", ""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,completed,13221727,issue 1281386064,I_kwDOAMm_X85MYGZQ,6716,⚠️ Nightly upstream-dev CI failed ⚠️,41898282,closed,0,,,5,2022-06-23T00:30:54Z,2022-07-06T15:29:55Z,2022-07-06T15:29:47Z,CONTRIBUTOR,,,,"[Workflow Run URL](https://github.com/pydata/xarray/actions/runs/2619615079)
Python 3.10 Test Summary ``` xarray/tests/test_groupby.py::test_groupby_bins_timeseries: AssertionError: Left and right Dataset objects are not identical Differing coordinates: L * time_bins (time_bins) object [2010-08-01, 2010-08-02] ... [2010-08-14, 2... R * time_bins (time_bins) object (2010-08-01, 2010-08-02] ... (2010-08-14, 2... Differing data variables: L val (time_bins) float64 96.0 96.0 96.0 96.0 ... 96.0 96.0 96.0 96.0 R val (time_bins) float64 96.0 96.0 96.0 96.0 ... 96.0 96.0 96.0 96.0 xarray/tests/test_groupby.py::test_groupby_bins_math[True]: ValueError: Overlapping IntervalIndex is not accepted. xarray/tests/test_groupby.py::test_groupby_bins_math[False]: ValueError: Overlapping IntervalIndex is not accepted. xarray/tests/test_groupby.py::test_groupby_math_nD_group: ValueError: Overlapping IntervalIndex is not accepted. xarray/tests/test_groupby.py::TestDataArrayGroupBy::test_groupby_bins: ValueError: Overlapping IntervalIndex is not accepted. xarray/tests/test_groupby.py::TestDataArrayGroupBy::test_groupby_bins_empty: ValueError: Overlapping IntervalIndex is not accepted. xarray/tests/test_groupby.py::TestDataArrayGroupBy::test_groupby_bins_multidim: ValueError: Overlapping IntervalIndex is not accepted. xarray/tests/test_groupby.py::TestDataArrayGroupBy::test_groupby_bins_sort: ValueError: Overlapping IntervalIndex is not accepted. xarray/tests/test_plot.py::TestPlot::test_coord_with_interval: ValueError: Overlapping IntervalIndex is not accepted. xarray/tests/test_plot.py::TestPlot::test_coord_with_interval_x: ValueError: Overlapping IntervalIndex is not accepted. xarray/tests/test_plot.py::TestPlot::test_coord_with_interval_y: ValueError: Overlapping IntervalIndex is not accepted. xarray/tests/test_plot.py::TestPlot::test_coord_with_interval_xy: ValueError: Overlapping IntervalIndex is not accepted. xarray/tests/test_plot.py::TestPlot::test_labels_with_units_with_interval[x]: ValueError: Overlapping IntervalIndex is not accepted. xarray/tests/test_plot.py::TestPlot::test_labels_with_units_with_interval[y]: ValueError: Overlapping IntervalIndex is not accepted. xarray/tests/test_plot.py::TestPlotStep::test_coord_with_interval_step: ValueError: Overlapping IntervalIndex is not accepted. xarray/tests/test_plot.py::TestPlotStep::test_coord_with_interval_step_x: ValueError: Overlapping IntervalIndex is not accepted. xarray/tests/test_plot.py::TestPlotStep::test_coord_with_interval_step_y: ValueError: Overlapping IntervalIndex is not accepted. xarray/tests/test_plot.py::TestPlotHistogram::test_hist_coord_with_interval: ValueError: Overlapping IntervalIndex is not accepted. xarray/tests/test_plot.py::TestContourf::test_2d_coord_with_interval: ValueError: Overlapping IntervalIndex is not accepted. xarray/tests/test_plot.py::TestContour::test_2d_coord_with_interval: ValueError: Overlapping IntervalIndex is not accepted. xarray/tests/test_plot.py::TestPcolormesh::test_2d_coord_with_interval: ValueError: Overlapping IntervalIndex is not accepted. xarray/tests/test_plot.py::TestImshow::test_2d_coord_with_interval: ValueError: Overlapping IntervalIndex is not accepted. xarray/tests/test_plot.py::TestSurface::test_2d_coord_with_interval: ValueError: Overlapping IntervalIndex is not accepted. xarray/tests/test_units.py::TestDataArray::test_computation_objects[float64-method_groupby_bins-data]: ValueError: Overlapping IntervalIndex is not accepted. xarray/tests/test_units.py::TestDataArray::test_computation_objects[float64-method_groupby_bins-coords]: ValueError: Overlapping IntervalIndex is not accepted. xarray/tests/test_units.py::TestDataArray::test_computation_objects[int64-method_groupby_bins-data]: ValueError: Overlapping IntervalIndex is not accepted. xarray/tests/test_units.py::TestDataArray::test_computation_objects[int64-method_groupby_bins-coords]: ValueError: Overlapping IntervalIndex is not accepted. xarray/tests/test_units.py::TestDataset::test_computation_objects[float64-data-method_groupby_bins]: ValueError: Overlapping IntervalIndex is not accepted. xarray/tests/test_units.py::TestDataset::test_computation_objects[float64-coords-method_groupby_bins]: ValueError: Overlapping IntervalIndex is not accepted. xarray/tests/test_units.py::TestDataset::test_computation_objects[int64-data-method_groupby_bins]: ValueError: Overlapping IntervalIndex is not accepted. xarray/tests/test_units.py::TestDataset::test_computation_objects[int64-coords-method_groupby_bins]: ValueError: Overlapping IntervalIndex is not accepted. ```
","{""url"": ""https://api.github.com/repos/pydata/xarray/issues/6716/reactions"", ""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,completed,13221727,issue 1271501159,I_kwDOAMm_X85LyZFn,6698,⚠️ Nightly upstream-dev CI failed ⚠️,41898282,closed,0,,,1,2022-06-15T00:21:08Z,2022-06-22T10:33:25Z,2022-06-22T10:33:25Z,CONTRIBUTOR,,,,"[Workflow Run URL](https://github.com/pydata/xarray/actions/runs/2539045826)
Python 3.10 Test Summary ``` xarray/tests/test_backends.py: ImportError: cannot import name 'UndefinedVariableError' from 'pandas.core.computation.ops' (/home/runner/micromamba/envs/xarray-tests/lib/python3.10/site-packages/pandas/core/computation/ops.py) xarray/tests/test_coarsen.py: ImportError: cannot import name 'UndefinedVariableError' from 'pandas.core.computation.ops' (/home/runner/micromamba/envs/xarray-tests/lib/python3.10/site-packages/pandas/core/computation/ops.py) xarray/tests/test_combine.py: ImportError: cannot import name 'UndefinedVariableError' from 'pandas.core.computation.ops' (/home/runner/micromamba/envs/xarray-tests/lib/python3.10/site-packages/pandas/core/computation/ops.py) xarray/tests/test_concat.py: ImportError: cannot import name 'UndefinedVariableError' from 'pandas.core.computation.ops' (/home/runner/micromamba/envs/xarray-tests/lib/python3.10/site-packages/pandas/core/computation/ops.py) xarray/tests/test_conventions.py: ImportError: cannot import name 'UndefinedVariableError' from 'pandas.core.computation.ops' (/home/runner/micromamba/envs/xarray-tests/lib/python3.10/site-packages/pandas/core/computation/ops.py) xarray/tests/test_dask.py: ImportError: cannot import name 'UndefinedVariableError' from 'pandas.core.computation.ops' (/home/runner/micromamba/envs/xarray-tests/lib/python3.10/site-packages/pandas/core/computation/ops.py) xarray/tests/test_dataarray.py: ImportError: cannot import name 'UndefinedVariableError' from 'pandas.core.computation.ops' (/home/runner/micromamba/envs/xarray-tests/lib/python3.10/site-packages/pandas/core/computation/ops.py) xarray/tests/test_dataset.py: ImportError: cannot import name 'UndefinedVariableError' from 'pandas.core.computation.ops' (/home/runner/micromamba/envs/xarray-tests/lib/python3.10/site-packages/pandas/core/computation/ops.py) xarray/tests/test_distributed.py: ImportError: cannot import name 'UndefinedVariableError' from 'pandas.core.computation.ops' (/home/runner/micromamba/envs/xarray-tests/lib/python3.10/site-packages/pandas/core/computation/ops.py) xarray/tests/test_interp.py: ImportError: cannot import name 'UndefinedVariableError' from 'pandas.core.computation.ops' (/home/runner/micromamba/envs/xarray-tests/lib/python3.10/site-packages/pandas/core/computation/ops.py) xarray/tests/test_merge.py: ImportError: cannot import name 'UndefinedVariableError' from 'pandas.core.computation.ops' (/home/runner/micromamba/envs/xarray-tests/lib/python3.10/site-packages/pandas/core/computation/ops.py) xarray/tests/test_options.py: ImportError: cannot import name 'UndefinedVariableError' from 'pandas.core.computation.ops' (/home/runner/micromamba/envs/xarray-tests/lib/python3.10/site-packages/pandas/core/computation/ops.py) ```
","{""url"": ""https://api.github.com/repos/pydata/xarray/issues/6698/reactions"", ""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,completed,13221727,issue 1261205321,I_kwDOAMm_X85LLHdJ,6666,⚠️ Nightly upstream-dev CI failed ⚠️,41898282,closed,0,,,1,2022-06-06T00:30:01Z,2022-06-06T18:53:37Z,2022-06-06T18:53:37Z,CONTRIBUTOR,,,,"[Workflow Run URL](https://github.com/pydata/xarray/actions/runs/2444860260)
Python 3.10 Test Summary Info ``` FAILED xarray/tests/test_options.py::TestAttrRetention::test_groupby_attr_retention ```
","{""url"": ""https://api.github.com/repos/pydata/xarray/issues/6666/reactions"", ""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,completed,13221727,issue 1251382769,I_kwDOAMm_X85KlpXx,6649,⚠️ Nightly upstream-dev CI failed ⚠️,41898282,closed,0,,,1,2022-05-28T00:29:53Z,2022-05-29T13:10:52Z,2022-05-29T13:10:52Z,CONTRIBUTOR,,,,"[Workflow Run URL](https://github.com/pydata/xarray/actions/runs/2402645617)
Python 3.10 Test Summary Info ``` ```
","{""url"": ""https://api.github.com/repos/pydata/xarray/issues/6649/reactions"", ""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,completed,13221727,issue 1228474784,I_kwDOAMm_X85JOQmg,6578,⚠️ Nightly upstream-dev CI failed ⚠️,41898282,closed,0,,,3,2022-05-07T00:34:37Z,2022-05-10T15:37:11Z,2022-05-10T15:37:11Z,CONTRIBUTOR,,,,"[Workflow Run URL](https://github.com/pydata/xarray/actions/runs/2297525042)
Python 3.10 Test Summary Info ``` FAILED xarray/tests/test_dask.py::TestVariable::test_compute - assert not True FAILED xarray/tests/test_dask.py::TestDataArrayAndDataset::test_compute - Att... FAILED xarray/tests/test_dask.py::TestDataArrayAndDataset::test_persist - Att... FAILED xarray/tests/test_dask.py::test_dataarray_with_dask_coords - Assertion... FAILED xarray/tests/test_dask.py::test_map_blocks_error - AttributeError: 'Pa... FAILED xarray/tests/test_dask.py::test_map_blocks[obj0] - AttributeError: 'Pa... FAILED xarray/tests/test_dask.py::test_map_blocks[obj1] - AttributeError: 'Pa... FAILED xarray/tests/test_dask.py::test_map_blocks_mixed_type_inputs[obj0] - A... FAILED xarray/tests/test_dask.py::test_map_blocks_mixed_type_inputs[obj1] - A... FAILED xarray/tests/test_dask.py::test_map_blocks_convert_args_to_list[obj0] FAILED xarray/tests/test_dask.py::test_map_blocks_convert_args_to_list[obj1] FAILED xarray/tests/test_dask.py::test_map_blocks_dask_args - AttributeError:... FAILED xarray/tests/test_dask.py::test_map_blocks_add_attrs[obj0] - Attribute... FAILED xarray/tests/test_dask.py::test_map_blocks_add_attrs[obj1] - Attribute... FAILED xarray/tests/test_dask.py::test_map_blocks_change_name - AttributeErro... FAILED xarray/tests/test_dask.py::test_map_blocks_kwargs[obj0] - AttributeErr... FAILED xarray/tests/test_dask.py::test_map_blocks_kwargs[obj1] - AttributeErr... FAILED xarray/tests/test_dask.py::test_map_blocks_to_array - AttributeError: ... FAILED xarray/tests/test_dask.py::test_map_blocks_da_transformations[0] FAILED xarray/tests/test_dask.py::test_map_blocks_da_transformations[1] FAILED xarray/tests/test_dask.py::test_map_blocks_da_transformations[2] FAILED xarray/tests/test_dask.py::test_map_blocks_da_transformations[3] FAILED xarray/tests/test_dask.py::test_map_blocks_da_transformations[4] FAILED xarray/tests/test_dask.py::test_map_blocks_da_transformations[5] FAILED xarray/tests/test_dask.py::test_map_blocks_da_transformations[6] FAILED xarray/tests/test_dask.py::test_map_blocks_da_transformations[7] FAILED xarray/tests/test_dask.py::test_map_blocks_ds_transformations[0] FAILED xarray/tests/test_dask.py::test_map_blocks_ds_transformations[1] FAILED xarray/tests/test_dask.py::test_map_blocks_ds_transformations[2] FAILED xarray/tests/test_dask.py::test_map_blocks_ds_transformations[3] FAILED xarray/tests/test_dask.py::test_map_blocks_ds_transformations[4] FAILED xarray/tests/test_dask.py::test_map_blocks_ds_transformations[5] FAILED xarray/tests/test_dask.py::test_map_blocks_ds_transformations[6] FAILED xarray/tests/test_dask.py::test_map_blocks_ds_transformations[7] FAILED xarray/tests/test_dask.py::test_map_blocks_da_ds_with_template[obj0] FAILED xarray/tests/test_dask.py::test_map_blocks_da_ds_with_template[obj1] FAILED xarray/tests/test_dask.py::test_map_blocks_template_convert_object - A... FAILED xarray/tests/test_dask.py::test_map_blocks_errors_bad_template[obj0] FAILED xarray/tests/test_dask.py::test_map_blocks_errors_bad_template[obj1] FAILED xarray/tests/test_dask.py::test_map_blocks_errors_bad_template_2 - Att... FAILED xarray/tests/test_dask.py::test_map_blocks_object_method[obj0] - Attri... FAILED xarray/tests/test_dask.py::test_map_blocks_object_method[obj1] - Attri... FAILED xarray/tests/test_dask.py::test_graph_manipulation - AttributeError: '... FAILED xarray/tests/test_distributed.py::test_async - assert not True FAILED xarray/tests/test_units.py::test_apply_ufunc_dataarray[float64-data] FAILED xarray/tests/test_units.py::test_apply_ufunc_dataarray[int64-data] - V... FAILED xarray/tests/test_units.py::test_apply_ufunc_dataset[float64-data] - V... FAILED xarray/tests/test_units.py::test_apply_ufunc_dataset[int64-data] - Val... FAILED xarray/tests/test_units.py::test_align_dataarray[float64-10-data-no_unit] FAILED xarray/tests/test_units.py::test_align_dataarray[float64-10-data-dimensionless] FAILED xarray/tests/test_units.py::test_align_dataarray[float64-10-data-incompatible_unit] FAILED xarray/tests/test_units.py::test_align_dataarray[float64-10-data-compatible_unit] FAILED xarray/tests/test_units.py::test_align_dataarray[float64-10-data-identical_unit] FAILED xarray/tests/test_units.py::test_align_dataarray[float64-value1-data-no_unit] FAILED xarray/tests/test_units.py::test_align_dataarray[float64-value1-data-dimensionless] FAILED xarray/tests/test_units.py::test_align_dataarray[float64-value1-data-incompatible_unit] FAILED xarray/tests/test_units.py::test_align_dataarray[float64-value1-data-compatible_unit] FAILED xarray/tests/test_units.py::test_align_dataarray[float64-value1-data-identical_unit] FAILED xarray/tests/test_units.py::test_align_dataarray[float64-value1-coords-no_unit] FAILED xarray/tests/test_units.py::test_align_dataarray[int64-10-data-no_unit] FAILED xarray/tests/test_units.py::test_align_dataarray[int64-10-data-dimensionless] FAILED xarray/tests/test_units.py::test_align_dataarray[int64-10-data-incompatible_unit] FAILED xarray/tests/test_units.py::test_align_dataarray[int64-10-data-compatible_unit] FAILED xarray/tests/test_units.py::test_align_dataarray[int64-10-data-identical_unit] FAILED xarray/tests/test_units.py::test_align_dataarray[int64-value1-data-no_unit] FAILED xarray/tests/test_units.py::test_align_dataarray[int64-value1-data-dimensionless] FAILED xarray/tests/test_units.py::test_align_dataarray[int64-value1-data-incompatible_unit] FAILED xarray/tests/test_units.py::test_align_dataarray[int64-value1-data-compatible_unit] FAILED xarray/tests/test_units.py::test_align_dataarray[int64-value1-data-identical_unit] FAILED xarray/tests/test_units.py::test_align_dataarray[int64-value1-coords-no_unit] FAILED xarray/tests/test_units.py::test_align_dataset[float64-10-data-no_unit] FAILED xarray/tests/test_units.py::test_align_dataset[float64-10-data-dimensionless] FAILED xarray/tests/test_units.py::test_align_dataset[float64-10-data-incompatible_unit] FAILED xarray/tests/test_units.py::test_align_dataset[float64-10-data-compatible_unit] FAILED xarray/tests/test_units.py::test_align_dataset[float64-10-data-identical_unit] FAILED xarray/tests/test_units.py::test_align_dataset[float64-value1-data-no_unit] FAILED xarray/tests/test_units.py::test_align_dataset[float64-value1-data-dimensionless] FAILED xarray/tests/test_units.py::test_align_dataset[float64-value1-data-incompatible_unit] FAILED xarray/tests/test_units.py::test_align_dataset[float64-value1-data-compatible_unit] FAILED xarray/tests/test_units.py::test_align_dataset[float64-value1-data-identical_unit] FAILED xarray/tests/test_units.py::test_align_dataset[float64-value1-coords-no_unit] FAILED xarray/tests/test_units.py::test_align_dataset[int64-10-data-no_unit] FAILED xarray/tests/test_units.py::test_align_dataset[int64-10-data-dimensionless] FAILED xarray/tests/test_units.py::test_align_dataset[int64-10-data-incompatible_unit] FAILED xarray/tests/test_units.py::test_align_dataset[int64-10-data-compatible_unit] FAILED xarray/tests/test_units.py::test_align_dataset[int64-10-data-identical_unit] FAILED xarray/tests/test_units.py::test_align_dataset[int64-value1-data-no_unit] FAILED xarray/tests/test_units.py::test_align_dataset[int64-value1-data-dimensionless] FAILED xarray/tests/test_units.py::test_align_dataset[int64-value1-data-incompatible_unit] FAILED xarray/tests/test_units.py::test_align_dataset[int64-value1-data-compatible_unit] FAILED xarray/tests/test_units.py::test_align_dataset[int64-value1-data-identical_unit] FAILED xarray/tests/test_units.py::test_align_dataset[int64-value1-coords-no_unit] FAILED xarray/tests/test_units.py::test_broadcast_dataset[float64] - TypeErro... FAILED xarray/tests/test_units.py::test_broadcast_dataset[int64] - TypeError:... FAILED xarray/tests/test_units.py::test_combine_by_coords[float64-coords-no_unit] FAILED xarray/tests/test_units.py::test_combine_by_coords[float64-coords-dimensionless] FAILED xarray/tests/test_units.py::test_combine_by_coords[float64-coords-incompatible_unit] FAILED xarray/tests/test_units.py::test_combine_by_coords[float64-coords-compatible_unit] FAILED xarray/tests/test_units.py::test_combine_by_coords[float64-coords-identical_unit] FAILED xarray/tests/test_units.py::test_combine_by_coords[int64-coords-no_unit] FAILED xarray/tests/test_units.py::test_combine_by_coords[int64-coords-dimensionless] FAILED xarray/tests/test_units.py::test_combine_by_coords[int64-coords-incompatible_unit] FAILED xarray/tests/test_units.py::test_combine_by_coords[int64-coords-compatible_unit] FAILED xarray/tests/test_units.py::test_combine_by_coords[int64-coords-identical_unit] FAILED xarray/tests/test_units.py::test_combine_nested[float64-data-no_unit] FAILED xarray/tests/test_units.py::test_combine_nested[float64-data-dimensionless] FAILED xarray/tests/test_units.py::test_combine_nested[float64-data-incompatible_unit] FAILED xarray/tests/test_units.py::test_combine_nested[float64-data-compatible_unit] FAILED xarray/tests/test_units.py::test_combine_nested[float64-data-identical_unit] FAILED xarray/tests/test_units.py::test_combine_nested[float64-coords-compatible_unit] FAILED xarray/tests/test_units.py::test_combine_nested[float64-coords-identical_unit] FAILED xarray/tests/test_units.py::test_combine_nested[int64-data-no_unit] - ... FAILED xarray/tests/test_units.py::test_combine_nested[int64-data-dimensionless] FAILED xarray/tests/test_units.py::test_combine_nested[int64-data-incompatible_unit] FAILED xarray/tests/test_units.py::test_combine_nested[int64-data-compatible_unit] FAILED xarray/tests/test_units.py::test_combine_nested[int64-data-identical_unit] FAILED xarray/tests/test_units.py::test_combine_nested[int64-coords-compatible_unit] FAILED xarray/tests/test_units.py::test_combine_nested[int64-coords-identical_unit] FAILED xarray/tests/test_units.py::test_merge_dataarray[float64-data-no_unit] FAILED xarray/tests/test_units.py::test_merge_dataarray[float64-data-dimensionless] FAILED xarray/tests/test_units.py::test_merge_dataarray[float64-data-incompatible_unit] FAILED xarray/tests/test_units.py::test_merge_dataarray[float64-data-compatible_unit] FAILED xarray/tests/test_units.py::test_merge_dataarray[float64-data-identical_unit] FAILED xarray/tests/test_units.py::test_merge_dataarray[float64-coords-no_unit] FAILED xarray/tests/test_units.py::test_merge_dataarray[float64-coords-dimensionless] FAILED xarray/tests/test_units.py::test_merge_dataarray[float64-coords-incompatible_unit] FAILED xarray/tests/test_units.py::test_merge_dataarray[float64-coords-compatible_unit] FAILED xarray/tests/test_units.py::test_merge_dataarray[float64-coords-identical_unit] FAILED xarray/tests/test_units.py::test_merge_dataarray[int64-data-no_unit] FAILED xarray/tests/test_units.py::test_merge_dataarray[int64-data-dimensionless] FAILED xarray/tests/test_units.py::test_merge_dataarray[int64-data-incompatible_unit] FAILED xarray/tests/test_units.py::test_merge_dataarray[int64-data-compatible_unit] FAILED xarray/tests/test_units.py::test_merge_dataarray[int64-data-identical_unit] FAILED xarray/tests/test_units.py::test_merge_dataarray[int64-coords-no_unit] FAILED xarray/tests/test_units.py::test_merge_dataarray[int64-coords-dimensionless] FAILED xarray/tests/test_units.py::test_merge_dataarray[int64-coords-incompatible_unit] FAILED xarray/tests/test_units.py::test_merge_dataarray[int64-coords-compatible_unit] FAILED xarray/tests/test_units.py::test_merge_dataarray[int64-coords-identical_unit] FAILED xarray/tests/test_units.py::test_merge_dataset[float64-data-no_unit] FAILED xarray/tests/test_units.py::test_merge_dataset[float64-data-dimensionless] FAILED xarray/tests/test_units.py::test_merge_dataset[float64-data-incompatible_unit] FAILED xarray/tests/test_units.py::test_merge_dataset[float64-data-compatible_unit] FAILED xarray/tests/test_units.py::test_merge_dataset[float64-data-identical_unit] FAILED xarray/tests/test_units.py::test_merge_dataset[float64-coords-no_unit] FAILED xarray/tests/test_units.py::test_merge_dataset[float64-coords-dimensionless] FAILED xarray/tests/test_units.py::test_merge_dataset[float64-coords-incompatible_unit] FAILED xarray/tests/test_units.py::test_merge_dataset[float64-coords-compatible_unit] FAILED xarray/tests/test_units.py::test_merge_dataset[float64-coords-identical_unit] FAILED xarray/tests/test_units.py::test_merge_dataset[int64-data-no_unit] - I... FAILED xarray/tests/test_units.py::test_merge_dataset[int64-data-dimensionless] FAILED xarray/tests/test_units.py::test_merge_dataset[int64-data-incompatible_unit] FAILED xarray/tests/test_units.py::test_merge_dataset[int64-data-compatible_unit] FAILED xarray/tests/test_units.py::test_merge_dataset[int64-data-identical_unit] FAILED xarray/tests/test_units.py::test_merge_dataset[int64-coords-no_unit] FAILED xarray/tests/test_units.py::test_merge_dataset[int64-coords-dimensionless] FAILED xarray/tests/test_units.py::test_merge_dataset[int64-coords-incompatible_unit] FAILED xarray/tests/test_units.py::test_merge_dataset[int64-coords-compatible_unit] FAILED xarray/tests/test_units.py::test_merge_dataset[int64-coords-identical_unit] FAILED xarray/tests/test_units.py::test_replication_dataarray[float64-zeros_like-data] FAILED xarray/tests/test_units.py::test_replication_dataarray[float64-ones_like-data] FAILED xarray/tests/test_units.py::test_replication_dataarray[int64-zeros_like-data] FAILED xarray/tests/test_units.py::test_replication_dataarray[int64-ones_like-data] FAILED xarray/tests/test_units.py::test_replication_dataset[float64-zeros_like-data] FAILED xarray/tests/test_units.py::test_replication_dataset[float64-ones_like-data] FAILED xarray/tests/test_units.py::test_replication_dataset[int64-zeros_like-data] FAILED xarray/tests/test_units.py::test_replication_dataset[int64-ones_like-data] FAILED xarray/tests/test_units.py::test_replication_full_like_dataarray[float64-data] FAILED xarray/tests/test_units.py::test_replication_full_like_dataarray[int64-data] FAILED xarray/tests/test_units.py::test_replication_full_like_dataset[float64-data] FAILED xarray/tests/test_units.py::test_replication_full_like_dataset[int64-data] FAILED xarray/tests/test_units.py::TestVariable::test_isel[float64-multiple values-multiple indexers-False] FAILED xarray/tests/test_units.py::TestVariable::test_isel[int64-multiple values-multiple indexers-False] FAILED xarray/tests/test_units.py::TestVariable::test_masking[float64-method__getitem_with_mask-no_unit] FAILED xarray/tests/test_units.py::TestVariable::test_masking[float64-method__getitem_with_mask-dimensionless] FAILED xarray/tests/test_units.py::TestVariable::test_masking[float64-method__getitem_with_mask-incompatible_unit] FAILED xarray/tests/test_units.py::TestVariable::test_masking[float64-method__getitem_with_mask-compatible_unit] FAILED xarray/tests/test_units.py::TestVariable::test_masking[float64-method__getitem_with_mask-identical_unit] FAILED xarray/tests/test_units.py::TestVariable::test_masking[int64-method__getitem_with_mask-no_unit] FAILED xarray/tests/test_units.py::TestVariable::test_masking[int64-method__getitem_with_mask-dimensionless] FAILED xarray/tests/test_units.py::TestVariable::test_masking[int64-method__getitem_with_mask-incompatible_unit] FAILED xarray/tests/test_units.py::TestVariable::test_masking[int64-method__getitem_with_mask-compatible_unit] FAILED xarray/tests/test_units.py::TestVariable::test_masking[int64-method__getitem_with_mask-identical_unit] FAILED xarray/tests/test_units.py::TestVariable::test_computation[float64-method_quantile] FAILED xarray/tests/test_units.py::TestVariable::test_computation[float64-method_roll] FAILED xarray/tests/test_units.py::TestVariable::test_computation[float64-method_shift] FAILED xarray/tests/test_units.py::TestVariable::test_computation[int64-method_quantile] FAILED xarray/tests/test_units.py::TestVariable::test_computation[int64-method_roll] FAILED xarray/tests/test_units.py::TestVariable::test_computation[int64-method_shift] FAILED xarray/tests/test_units.py::TestDataArray::test_combine_first[float64-no_unit] FAILED xarray/tests/test_units.py::TestDataArray::test_combine_first[float64-dimensionless] FAILED xarray/tests/test_units.py::TestDataArray::test_combine_first[float64-incompatible_unit] FAILED xarray/tests/test_units.py::TestDataArray::test_combine_first[float64-compatible_unit] FAILED xarray/tests/test_units.py::TestDataArray::test_combine_first[float64-identical_unit] FAILED xarray/tests/test_units.py::TestDataArray::test_combine_first[int64-no_unit] FAILED xarray/tests/test_units.py::TestDataArray::test_combine_first[int64-dimensionless] FAILED xarray/tests/test_units.py::TestDataArray::test_combine_first[int64-incompatible_unit] FAILED xarray/tests/test_units.py::TestDataArray::test_combine_first[int64-compatible_unit] FAILED xarray/tests/test_units.py::TestDataArray::test_combine_first[int64-identical_unit] FAILED xarray/tests/test_units.py::TestDataArray::test_broadcast_like[float64-data-no_unit] FAILED xarray/tests/test_units.py::TestDataArray::test_broadcast_like[float64-data-dimensionless] FAILED xarray/tests/test_units.py::TestDataArray::test_broadcast_like[float64-data-incompatible_unit] FAILED xarray/tests/test_units.py::TestDataArray::test_broadcast_like[float64-data-compatible_unit] FAILED xarray/tests/test_units.py::TestDataArray::test_broadcast_like[float64-data-identical_unit] FAILED xarray/tests/test_units.py::TestDataArray::test_broadcast_like[int64-data-no_unit] FAILED xarray/tests/test_units.py::TestDataArray::test_broadcast_like[int64-data-dimensionless] FAILED xarray/tests/test_units.py::TestDataArray::test_broadcast_like[int64-data-incompatible_unit] FAILED xarray/tests/test_units.py::TestDataArray::test_broadcast_like[int64-data-compatible_unit] FAILED xarray/tests/test_units.py::TestDataArray::test_broadcast_like[int64-data-identical_unit] FAILED xarray/tests/test_units.py::TestDataArray::test_interp_reindex[float64-method_reindex-data] FAILED xarray/tests/test_units.py::TestDataArray::test_interp_reindex[float64-method_reindex-coords] FAILED xarray/tests/test_units.py::TestDataArray::test_interp_reindex[int64-method_reindex-data] FAILED xarray/tests/test_units.py::TestDataArray::test_interp_reindex[int64-method_reindex-coords] FAILED xarray/tests/test_units.py::TestDataArray::test_interp_reindex_like[float64-method_reindex_like-data] FAILED xarray/tests/test_units.py::TestDataArray::test_interp_reindex_like[float64-method_reindex_like-coords] FAILED xarray/tests/test_units.py::TestDataArray::test_interp_reindex_like[int64-method_reindex_like-data] FAILED xarray/tests/test_units.py::TestDataArray::test_interp_reindex_like[int64-method_reindex_like-coords] FAILED xarray/tests/test_units.py::TestDataArray::test_stacking_reordering[float64-method_shift] FAILED xarray/tests/test_units.py::TestDataArray::test_stacking_reordering[float64-method_roll] FAILED xarray/tests/test_units.py::TestDataArray::test_stacking_reordering[int64-method_shift] FAILED xarray/tests/test_units.py::TestDataArray::test_stacking_reordering[int64-method_roll] FAILED xarray/tests/test_units.py::TestDataArray::test_differentiate_integrate[float64-method_differentiate-coords] FAILED xarray/tests/test_units.py::TestDataArray::test_differentiate_integrate[int64-method_differentiate-coords] FAILED xarray/tests/test_units.py::TestDataArray::test_computation[float64-method_quantile-data] FAILED xarray/tests/test_units.py::TestDataArray::test_computation[int64-method_quantile-data] FAILED xarray/tests/test_units.py::TestDataArray::test_resample[float64] - Ty... FAILED xarray/tests/test_units.py::TestDataArray::test_resample[int64] - Type... FAILED xarray/tests/test_units.py::TestDataArray::test_grouped_operations[float64-method_quantile-data] FAILED xarray/tests/test_units.py::TestDataArray::test_grouped_operations[int64-method_quantile-data] FAILED xarray/tests/test_units.py::TestDataset::test_init[float64-coords-no_unit] FAILED xarray/tests/test_units.py::TestDataset::test_init[float64-coords-dimensionless] FAILED xarray/tests/test_units.py::TestDataset::test_init[float64-coords-incompatible_unit] FAILED xarray/tests/test_units.py::TestDataset::test_init[float64-coords-compatible_unit] FAILED xarray/tests/test_units.py::TestDataset::test_init[int64-coords-no_unit] FAILED xarray/tests/test_units.py::TestDataset::test_init[int64-coords-dimensionless] FAILED xarray/tests/test_units.py::TestDataset::test_init[int64-coords-incompatible_unit] FAILED xarray/tests/test_units.py::TestDataset::test_init[int64-coords-compatible_unit] FAILED xarray/tests/test_units.py::TestDataset::test_combine_first[float64-data-no_unit] FAILED xarray/tests/test_units.py::TestDataset::test_combine_first[float64-data-dimensionless] FAILED xarray/tests/test_units.py::TestDataset::test_combine_first[float64-data-incompatible_unit] FAILED xarray/tests/test_units.py::TestDataset::test_combine_first[float64-data-compatible_unit] FAILED xarray/tests/test_units.py::TestDataset::test_combine_first[float64-data-same_unit] FAILED xarray/tests/test_units.py::TestDataset::test_combine_first[int64-data-no_unit] FAILED xarray/tests/test_units.py::TestDataset::test_combine_first[int64-data-dimensionless] FAILED xarray/tests/test_units.py::TestDataset::test_combine_first[int64-data-incompatible_unit] FAILED xarray/tests/test_units.py::TestDataset::test_combine_first[int64-data-compatible_unit] FAILED xarray/tests/test_units.py::TestDataset::test_combine_first[int64-data-same_unit] FAILED xarray/tests/test_units.py::TestDataset::test_broadcast_like[float64-data-no_unit] FAILED xarray/tests/test_units.py::TestDataset::test_broadcast_like[float64-data-dimensionless] FAILED xarray/tests/test_units.py::TestDataset::test_broadcast_like[float64-data-incompatible_unit] FAILED xarray/tests/test_units.py::TestDataset::test_broadcast_like[float64-data-compatible_unit] FAILED xarray/tests/test_units.py::TestDataset::test_broadcast_like[float64-data-identical_unit] FAILED xarray/tests/test_units.py::TestDataset::test_broadcast_like[int64-data-no_unit] FAILED xarray/tests/test_units.py::TestDataset::test_broadcast_like[int64-data-dimensionless] FAILED xarray/tests/test_units.py::TestDataset::test_broadcast_like[int64-data-incompatible_unit] FAILED xarray/tests/test_units.py::TestDataset::test_broadcast_like[int64-data-compatible_unit] FAILED xarray/tests/test_units.py::TestDataset::test_broadcast_like[int64-data-identical_unit] FAILED xarray/tests/test_units.py::TestDataset::test_stacking_reordering[float64-method_shift] FAILED xarray/tests/test_units.py::TestDataset::test_stacking_reordering[float64-method_roll] FAILED xarray/tests/test_units.py::TestDataset::test_stacking_reordering[int64-method_shift] FAILED xarray/tests/test_units.py::TestDataset::test_stacking_reordering[int64-method_roll] FAILED xarray/tests/test_units.py::TestDataset::test_interp_reindex[float64-method_reindex-data] FAILED xarray/tests/test_units.py::TestDataset::test_interp_reindex[float64-method_reindex-coords] FAILED xarray/tests/test_units.py::TestDataset::test_interp_reindex[int64-method_reindex-data] FAILED xarray/tests/test_units.py::TestDataset::test_interp_reindex[int64-method_reindex-coords] FAILED xarray/tests/test_units.py::TestDataset::test_interp_reindex_like[float64-method_reindex_like-data] FAILED xarray/tests/test_units.py::TestDataset::test_interp_reindex_like[float64-method_reindex_like-coords] FAILED xarray/tests/test_units.py::TestDataset::test_interp_reindex_like[int64-method_reindex_like-data] FAILED xarray/tests/test_units.py::TestDataset::test_interp_reindex_like[int64-method_reindex_like-coords] FAILED xarray/tests/test_units.py::TestDataset::test_computation[float64-data-method_differentiate] FAILED xarray/tests/test_units.py::TestDataset::test_computation[float64-data-method_quantile] FAILED xarray/tests/test_units.py::TestDataset::test_computation[int64-data-method_differentiate] FAILED xarray/tests/test_units.py::TestDataset::test_computation[int64-data-method_quantile] FAILED xarray/tests/test_units.py::TestDataset::test_resample[float64-data] FAILED xarray/tests/test_units.py::TestDataset::test_resample[int64-data] - T... FAILED xarray/tests/test_units.py::TestDataset::test_grouped_operations[float64-data-method_quantile] FAILED xarray/tests/test_units.py::TestDataset::test_grouped_operations[float64-coords-method_assign] FAILED xarray/tests/test_units.py::TestDataset::test_grouped_operations[float64-coords-method_assign_coords] FAILED xarray/tests/test_units.py::TestDataset::test_grouped_operations[int64-data-method_quantile] FAILED xarray/tests/test_units.py::TestDataset::test_grouped_operations[int64-coords-method_assign] FAILED xarray/tests/test_units.py::TestDataset::test_grouped_operations[int64-coords-method_assign_coords] FAILED xarray/tests/test_units.py::TestDataset::test_merge[float64-data-no_unit] FAILED xarray/tests/test_units.py::TestDataset::test_merge[float64-data-dimensionless] FAILED xarray/tests/test_units.py::TestDataset::test_merge[float64-data-incompatible_unit] FAILED xarray/tests/test_units.py::TestDataset::test_merge[float64-data-compatible_unit] FAILED xarray/tests/test_units.py::TestDataset::test_merge[float64-data-identical_unit] FAILED xarray/tests/test_units.py::TestDataset::test_merge[float64-coords-no_unit] FAILED xarray/tests/test_units.py::TestDataset::test_merge[float64-coords-dimensionless] FAILED xarray/tests/test_units.py::TestDataset::test_merge[float64-coords-incompatible_unit] FAILED xarray/tests/test_units.py::TestDataset::test_merge[float64-coords-compatible_unit] FAILED xarray/tests/test_units.py::TestDataset::test_merge[float64-coords-identical_unit] FAILED xarray/tests/test_units.py::TestDataset::test_merge[int64-data-no_unit] FAILED xarray/tests/test_units.py::TestDataset::test_merge[int64-data-dimensionless] FAILED xarray/tests/test_units.py::TestDataset::test_merge[int64-data-incompatible_unit] FAILED xarray/tests/test_units.py::TestDataset::test_merge[int64-data-compatible_unit] FAILED xarray/tests/test_units.py::TestDataset::test_merge[int64-data-identical_unit] FAILED xarray/tests/test_units.py::TestDataset::test_merge[int64-coords-no_unit] FAILED xarray/tests/test_units.py::TestDataset::test_merge[int64-coords-dimensionless] FAILED xarray/tests/test_units.py::TestDataset::test_merge[int64-coords-incompatible_unit] FAILED xarray/tests/test_units.py::TestDataset::test_merge[int64-coords-compatible_unit] FAILED xarray/tests/test_units.py::TestDataset::test_merge[int64-coords-identical_unit] ```
","{""url"": ""https://api.github.com/repos/pydata/xarray/issues/6578/reactions"", ""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,completed,13221727,issue 1176118189,I_kwDOAMm_X85GGiOt,6398,⚠️ Nightly upstream-dev CI failed ⚠️,41898282,closed,0,,,1,2022-03-22T00:33:53Z,2022-03-22T14:00:54Z,2022-03-22T14:00:54Z,CONTRIBUTOR,,,,"[Workflow Run URL](https://github.com/pydata/xarray/actions/runs/2019469403)
Python 3.10 Test Summary Info ``` FAILED properties/test_pandas_roundtrip.py::test_roundtrip_pandas_series - hy... ```
","{""url"": ""https://api.github.com/repos/pydata/xarray/issues/6398/reactions"", ""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,completed,13221727,issue 1139351142,I_kwDOAMm_X85D6R5m,6281,⚠️ Nightly upstream-dev CI failed ⚠️,41898282,closed,0,,,4,2022-02-16T00:25:30Z,2022-02-16T09:49:18Z,2022-02-16T09:49:08Z,CONTRIBUTOR,,,,"[Workflow Run URL](https://github.com/pydata/xarray/actions/runs/1850089613)
Python 3.10 Test Summary Info ``` FAILED xarray/tests/test_backends.py::TestH5NetCDFData::test_roundtrip_coordinates FAILED xarray/tests/test_backends.py::TestH5NetCDFFileObject::test_roundtrip_coordinates FAILED xarray/tests/test_backends.py::TestH5NetCDFViaDaskData::test_roundtrip_coordinates ```
","{""url"": ""https://api.github.com/repos/pydata/xarray/issues/6281/reactions"", ""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,completed,13221727,issue 1118364919,I_kwDOAMm_X85CqOT3,6209,⚠️ Nightly upstream-dev CI failed ⚠️,41898282,closed,0,,,2,2022-01-30T00:27:40Z,2022-01-31T08:16:48Z,2022-01-31T08:16:48Z,CONTRIBUTOR,,,,"[Workflow Run URL](https://github.com/pydata/xarray/actions/runs/1767170098)
Python 3.10 Test Summary Info ``` FAILED xarray/tests/test_variable.py::TestVariableWithDask::test_multiindex ```
","{""url"": ""https://api.github.com/repos/pydata/xarray/issues/6209/reactions"", ""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,completed,13221727,issue 1115635460,I_kwDOAMm_X85Cfz8E,6197,⚠️ Nightly upstream-dev CI failed ⚠️,41898282,closed,0,,,1,2022-01-27T00:28:02Z,2022-01-29T07:55:01Z,2022-01-29T07:55:01Z,CONTRIBUTOR,,,,"[Workflow Run URL](https://github.com/pydata/xarray/actions/runs/1764208897)
Python 3.10 Test Summary Info ``` FAILED xarray/tests/test_backends.py::TestH5NetCDFData::test_append_write - V... FAILED xarray/tests/test_backends.py::TestH5NetCDFData::test_append_overwrite_values FAILED xarray/tests/test_backends.py::TestH5NetCDFData::test_encoding_unlimited_dims FAILED xarray/tests/test_backends.py::TestH5NetCDFFileObject::test_append_write FAILED xarray/tests/test_backends.py::TestH5NetCDFFileObject::test_append_overwrite_values FAILED xarray/tests/test_backends.py::TestH5NetCDFFileObject::test_encoding_unlimited_dims FAILED xarray/tests/test_backends.py::TestH5NetCDFViaDaskData::test_append_write FAILED xarray/tests/test_backends.py::TestH5NetCDFViaDaskData::test_append_overwrite_values FAILED xarray/tests/test_backends.py::TestH5NetCDFViaDaskData::test_encoding_unlimited_dims FAILED xarray/tests/test_variable.py::TestVariableWithDask::test_multiindex ```
","{""url"": ""https://api.github.com/repos/pydata/xarray/issues/6197/reactions"", ""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,completed,13221727,issue 1087276623,I_kwDOAMm_X85AzoZP,6104,⚠️ Nightly upstream-dev CI failed ⚠️,41898282,closed,0,,,1,2021-12-23T00:29:10Z,2021-12-25T13:37:36Z,2021-12-25T13:37:36Z,CONTRIBUTOR,,,,"[Workflow Run URL](https://github.com/pydata/xarray/actions/runs/1617482987)
Python 3.9 Test Summary Info ``` FAILED xarray/tests/test_backends.py::TestZarrDictStore::test_warning_on_bad_chunks FAILED xarray/tests/test_backends.py::TestZarrDirectoryStore::test_warning_on_bad_chunks FAILED xarray/tests/test_dataset.py::TestDataset::test_polyfit_warnings - ass... FAILED xarray/tests/test_formatting.py::TestFormatting::test_diff_attrs_repr_with_array FAILED xarray/tests/test_weighted.py::test_weighted_mean_equal_weights[1-True-da0] FAILED xarray/tests/test_weighted.py::test_weighted_mean_equal_weights[1-True-da1] FAILED xarray/tests/test_weighted.py::test_weighted_mean_equal_weights[1-True-da2] FAILED xarray/tests/test_weighted.py::test_weighted_mean_equal_weights[1-False-da0] FAILED xarray/tests/test_weighted.py::test_weighted_mean_equal_weights[1-False-da1] FAILED xarray/tests/test_weighted.py::test_weighted_mean_equal_weights[1-False-da2] FAILED xarray/tests/test_weighted.py::test_weighted_mean_equal_weights[2-True-da0] FAILED xarray/tests/test_weighted.py::test_weighted_mean_equal_weights[2-True-da1] FAILED xarray/tests/test_weighted.py::test_weighted_mean_equal_weights[2-True-da2] FAILED xarray/tests/test_weighted.py::test_weighted_mean_equal_weights[2-False-da0] FAILED xarray/tests/test_weighted.py::test_weighted_mean_equal_weights[2-False-da1] FAILED xarray/tests/test_weighted.py::test_weighted_mean_equal_weights[2-False-da2] FAILED xarray/tests/test_weighted.py::test_weighted_mean_equal_weights[3.14-True-da0] FAILED xarray/tests/test_weighted.py::test_weighted_mean_equal_weights[3.14-True-da1] FAILED xarray/tests/test_weighted.py::test_weighted_mean_equal_weights[3.14-True-da2] FAILED xarray/tests/test_weighted.py::test_weighted_mean_equal_weights[3.14-False-da0] FAILED xarray/tests/test_weighted.py::test_weighted_mean_equal_weights[3.14-False-da1] FAILED xarray/tests/test_weighted.py::test_weighted_mean_equal_weights[3.14-False-da2] FAILED xarray/tests/test_weighted.py::test_weighted_var_equal_weights[1-True-da0] FAILED xarray/tests/test_weighted.py::test_weighted_var_equal_weights[1-True-da1] FAILED xarray/tests/test_weighted.py::test_weighted_var_equal_weights[1-False-da0] FAILED xarray/tests/test_weighted.py::test_weighted_var_equal_weights[1-False-da1] FAILED xarray/tests/test_weighted.py::test_weighted_var_equal_weights[2-True-da0] FAILED xarray/tests/test_weighted.py::test_weighted_var_equal_weights[2-True-da1] FAILED xarray/tests/test_weighted.py::test_weighted_var_equal_weights[2-False-da0] FAILED xarray/tests/test_weighted.py::test_weighted_var_equal_weights[2-False-da1] FAILED xarray/tests/test_weighted.py::test_weighted_var_equal_weights[3.14-True-da0] FAILED xarray/tests/test_weighted.py::test_weighted_var_equal_weights[3.14-True-da1] FAILED xarray/tests/test_weighted.py::test_weighted_var_equal_weights[3.14-False-da0] FAILED xarray/tests/test_weighted.py::test_weighted_var_equal_weights[3.14-False-da1] FAILED xarray/tests/test_weighted.py::test_weighted_std_equal_weights[1-True-da0] FAILED xarray/tests/test_weighted.py::test_weighted_std_equal_weights[1-True-da1] FAILED xarray/tests/test_weighted.py::test_weighted_std_equal_weights[1-False-da0] FAILED xarray/tests/test_weighted.py::test_weighted_std_equal_weights[1-False-da1] FAILED xarray/tests/test_weighted.py::test_weighted_std_equal_weights[2-True-da0] FAILED xarray/tests/test_weighted.py::test_weighted_std_equal_weights[2-True-da1] FAILED xarray/tests/test_weighted.py::test_weighted_std_equal_weights[2-False-da0] FAILED xarray/tests/test_weighted.py::test_weighted_std_equal_weights[2-False-da1] FAILED xarray/tests/test_weighted.py::test_weighted_std_equal_weights[3.14-True-da0] FAILED xarray/tests/test_weighted.py::test_weighted_std_equal_weights[3.14-True-da1] FAILED xarray/tests/test_weighted.py::test_weighted_std_equal_weights[3.14-False-da0] FAILED xarray/tests/test_weighted.py::test_weighted_std_equal_weights[3.14-False-da1] ```
","{""url"": ""https://api.github.com/repos/pydata/xarray/issues/6104/reactions"", ""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,completed,13221727,issue 1060718732,I_kwDOAMm_X84_OUiM,6016,⚠️ Nightly upstream-dev CI failed ⚠️,41898282,closed,0,,,1,2021-11-23T00:27:13Z,2021-12-22T11:40:05Z,2021-12-22T11:40:05Z,CONTRIBUTOR,,,,"[Workflow Run URL](https://github.com/pydata/xarray/actions/runs/1609190458)
Python 3.9 Test Summary Info ``` FAILED xarray/tests/test_backends.py::TestZarrDictStore::test_warning_on_bad_chunks FAILED xarray/tests/test_backends.py::TestZarrDirectoryStore::test_warning_on_bad_chunks FAILED xarray/tests/test_backends.py::TestH5NetCDFData::test_complex[None-FutureWarning-1] FAILED xarray/tests/test_backends.py::TestH5NetCDFData::test_complex[False-FutureWarning-1] FAILED xarray/tests/test_backends.py::TestH5NetCDFFileObject::test_complex[None-FutureWarning-1] FAILED xarray/tests/test_backends.py::TestH5NetCDFFileObject::test_complex[False-FutureWarning-1] FAILED xarray/tests/test_backends.py::TestH5NetCDFViaDaskData::test_complex[None-FutureWarning-1] FAILED xarray/tests/test_backends.py::TestH5NetCDFViaDaskData::test_complex[False-FutureWarning-1] FAILED xarray/tests/test_cftimeindex.py::test_cftimeindex_calendar_property[gregorian-gregorian] FAILED xarray/tests/test_cftimeindex.py::test_cftimeindex_calendar_repr[gregorian-gregorian] FAILED xarray/tests/test_cftimeindex.py::test_cftimeindex_repr_formatting[2-CFTimeIndex([2000-01-01 00:00:00, 2000-01-02 00:00:00],\n dtype='object', length=2, calendar='gregorian', freq=None)] FAILED xarray/tests/test_cftimeindex.py::test_cftimeindex_repr_formatting[4-CFTimeIndex([2000-01-01 00:00:00, 2000-01-02 00:00:00, 2000-01-03 00:00:00,\n 2000-01-04 00:00:00],\n dtype='object', length=4, calendar='gregorian', freq='D')] FAILED xarray/tests/test_cftimeindex.py::test_cftimeindex_repr_formatting[101-CFTimeIndex([2000-01-01 00:00:00, 2000-01-02 00:00:00, 2000-01-03 00:00:00,\n 2000-01-04 00:00:00, 2000-01-05 00:00:00, 2000-01-06 00:00:00,\n 2000-01-07 00:00:00, 2000-01-08 00:00:00, 2000-01-09 00:00:00,\n 2000-01-10 00:00:00,\n ...\n 2000-04-01 00:00:00, 2000-04-02 00:00:00, 2000-04-03 00:00:00,\n 2000-04-04 00:00:00, 2000-04-05 00:00:00, 2000-04-06 00:00:00,\n 2000-04-07 00:00:00, 2000-04-08 00:00:00, 2000-04-09 00:00:00,\n 2000-04-10 00:00:00],\n dtype='object', length=101, calendar='gregorian', freq='D')] FAILED xarray/tests/test_dataset.py::TestDataset::test_polyfit_warnings - ass... FAILED xarray/tests/test_formatting.py::TestFormatting::test_diff_attrs_repr_with_array FAILED xarray/tests/test_weighted.py::test_weighted_mean_equal_weights[1-True-da0] FAILED xarray/tests/test_weighted.py::test_weighted_mean_equal_weights[1-True-da1] FAILED xarray/tests/test_weighted.py::test_weighted_mean_equal_weights[1-True-da2] FAILED xarray/tests/test_weighted.py::test_weighted_mean_equal_weights[1-False-da0] FAILED xarray/tests/test_weighted.py::test_weighted_mean_equal_weights[1-False-da1] FAILED xarray/tests/test_weighted.py::test_weighted_mean_equal_weights[1-False-da2] FAILED xarray/tests/test_weighted.py::test_weighted_mean_equal_weights[2-True-da0] FAILED xarray/tests/test_weighted.py::test_weighted_mean_equal_weights[2-True-da1] FAILED xarray/tests/test_weighted.py::test_weighted_mean_equal_weights[2-True-da2] FAILED xarray/tests/test_weighted.py::test_weighted_mean_equal_weights[2-False-da0] FAILED xarray/tests/test_weighted.py::test_weighted_mean_equal_weights[2-False-da1] FAILED xarray/tests/test_weighted.py::test_weighted_mean_equal_weights[2-False-da2] FAILED xarray/tests/test_weighted.py::test_weighted_mean_equal_weights[3.14-True-da0] FAILED xarray/tests/test_weighted.py::test_weighted_mean_equal_weights[3.14-True-da1] FAILED xarray/tests/test_weighted.py::test_weighted_mean_equal_weights[3.14-True-da2] FAILED xarray/tests/test_weighted.py::test_weighted_mean_equal_weights[3.14-False-da0] FAILED xarray/tests/test_weighted.py::test_weighted_mean_equal_weights[3.14-False-da1] FAILED xarray/tests/test_weighted.py::test_weighted_mean_equal_weights[3.14-False-da2] FAILED xarray/tests/test_weighted.py::test_weighted_var_equal_weights[1-True-da0] FAILED xarray/tests/test_weighted.py::test_weighted_var_equal_weights[1-True-da1] FAILED xarray/tests/test_weighted.py::test_weighted_var_equal_weights[1-False-da0] FAILED xarray/tests/test_weighted.py::test_weighted_var_equal_weights[1-False-da1] FAILED xarray/tests/test_weighted.py::test_weighted_var_equal_weights[2-True-da0] FAILED xarray/tests/test_weighted.py::test_weighted_var_equal_weights[2-True-da1] FAILED xarray/tests/test_weighted.py::test_weighted_var_equal_weights[2-False-da0] FAILED xarray/tests/test_weighted.py::test_weighted_var_equal_weights[2-False-da1] FAILED xarray/tests/test_weighted.py::test_weighted_var_equal_weights[3.14-True-da0] FAILED xarray/tests/test_weighted.py::test_weighted_var_equal_weights[3.14-True-da1] FAILED xarray/tests/test_weighted.py::test_weighted_var_equal_weights[3.14-False-da0] FAILED xarray/tests/test_weighted.py::test_weighted_var_equal_weights[3.14-False-da1] FAILED xarray/tests/test_weighted.py::test_weighted_std_equal_weights[1-True-da0] FAILED xarray/tests/test_weighted.py::test_weighted_std_equal_weights[1-True-da1] FAILED xarray/tests/test_weighted.py::test_weighted_std_equal_weights[1-False-da0] FAILED xarray/tests/test_weighted.py::test_weighted_std_equal_weights[1-False-da1] FAILED xarray/tests/test_weighted.py::test_weighted_std_equal_weights[2-True-da0] FAILED xarray/tests/test_weighted.py::test_weighted_std_equal_weights[2-True-da1] FAILED xarray/tests/test_weighted.py::test_weighted_std_equal_weights[2-False-da0] FAILED xarray/tests/test_weighted.py::test_weighted_std_equal_weights[2-False-da1] FAILED xarray/tests/test_weighted.py::test_weighted_std_equal_weights[3.14-True-da0] FAILED xarray/tests/test_weighted.py::test_weighted_std_equal_weights[3.14-True-da1] FAILED xarray/tests/test_weighted.py::test_weighted_std_equal_weights[3.14-False-da0] FAILED xarray/tests/test_weighted.py::test_weighted_std_equal_weights[3.14-False-da1] ```
","{""url"": ""https://api.github.com/repos/pydata/xarray/issues/6016/reactions"", ""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,completed,13221727,issue 1040003067,I_kwDOAMm_X849_S_7,5919,⚠️ Nightly upstream-dev CI failed ⚠️,41898282,closed,0,,,2,2021-10-30T00:24:48Z,2021-11-09T16:57:18Z,2021-11-09T16:57:18Z,CONTRIBUTOR,,,,"[Workflow Run URL](https://github.com/pydata/xarray/actions/runs/1419221046)
Python 3.9 Test Summary Info ``` FAILED xarray/tests/test_variable.py::TestVariable::test_pandas_period_index FAILED xarray/tests/test_variable.py::TestVariableWithDask::test_pandas_period_index FAILED xarray/tests/test_variable.py::TestIndexVariable::test_pandas_period_index ```
","{""url"": ""https://api.github.com/repos/pydata/xarray/issues/5919/reactions"", ""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,completed,13221727,issue 1028482291,I_kwDOAMm_X849TWTz,5872,⚠️ Nightly upstream-dev CI failed ⚠️,41898282,closed,0,,,2,2021-10-18T00:21:35Z,2021-10-28T11:46:04Z,2021-10-28T11:46:04Z,CONTRIBUTOR,,,,"[Workflow Run URL](https://github.com/pydata/xarray/actions/runs/1392458490)
Python 3.9 Test Summary Info ``` FAILED xarray/tests/test_duck_array_ops.py::test_min_count[None-True-None-sum-False-float-1] FAILED xarray/tests/test_duck_array_ops.py::test_min_count[None-True-None-sum-False-float-2] FAILED xarray/tests/test_duck_array_ops.py::test_min_count[None-True-None-sum-False-int-1] FAILED xarray/tests/test_duck_array_ops.py::test_min_count[None-True-None-sum-False-int-2] FAILED xarray/tests/test_duck_array_ops.py::test_min_count[None-True-None-sum-False-float32-1] FAILED xarray/tests/test_duck_array_ops.py::test_min_count[None-True-None-sum-False-float32-2] FAILED xarray/tests/test_duck_array_ops.py::test_min_count[None-True-None-sum-False-bool_-1] FAILED xarray/tests/test_duck_array_ops.py::test_min_count[None-True-None-sum-False-bool_-2] FAILED xarray/tests/test_duck_array_ops.py::test_min_count[None-True-None-sum-True-float-1] FAILED xarray/tests/test_duck_array_ops.py::test_min_count[None-True-None-sum-True-float-2] FAILED xarray/tests/test_duck_array_ops.py::test_min_count[None-True-None-sum-True-int-1] FAILED xarray/tests/test_duck_array_ops.py::test_min_count[None-True-None-sum-True-int-2] FAILED xarray/tests/test_duck_array_ops.py::test_min_count[None-True-None-sum-True-float32-1] FAILED xarray/tests/test_duck_array_ops.py::test_min_count[None-True-None-sum-True-float32-2] FAILED xarray/tests/test_duck_array_ops.py::test_min_count[None-True-None-sum-True-bool_-1] FAILED xarray/tests/test_duck_array_ops.py::test_min_count[None-True-None-sum-True-bool_-2] FAILED xarray/tests/test_duck_array_ops.py::test_min_count[None-True-None-prod-False-float-1] FAILED xarray/tests/test_duck_array_ops.py::test_min_count[None-True-None-prod-False-float-2] FAILED xarray/tests/test_duck_array_ops.py::test_min_count[None-True-None-prod-False-int-1] FAILED xarray/tests/test_duck_array_ops.py::test_min_count[None-True-None-prod-False-int-2] FAILED xarray/tests/test_duck_array_ops.py::test_min_count[None-True-None-prod-False-float32-1] FAILED xarray/tests/test_duck_array_ops.py::test_min_count[None-True-None-prod-False-float32-2] FAILED xarray/tests/test_duck_array_ops.py::test_min_count[None-True-None-prod-False-bool_-1] FAILED xarray/tests/test_duck_array_ops.py::test_min_count[None-True-None-prod-False-bool_-2] FAILED xarray/tests/test_duck_array_ops.py::test_min_count[None-True-None-prod-True-float-1] FAILED xarray/tests/test_duck_array_ops.py::test_min_count[None-True-None-prod-True-float-2] FAILED xarray/tests/test_duck_array_ops.py::test_min_count[None-True-None-prod-True-int-1] FAILED xarray/tests/test_duck_array_ops.py::test_min_count[None-True-None-prod-True-int-2] FAILED xarray/tests/test_duck_array_ops.py::test_min_count[None-True-None-prod-True-float32-1] FAILED xarray/tests/test_duck_array_ops.py::test_min_count[None-True-None-prod-True-float32-2] FAILED xarray/tests/test_duck_array_ops.py::test_min_count[None-True-None-prod-True-bool_-1] FAILED xarray/tests/test_duck_array_ops.py::test_min_count[None-True-None-prod-True-bool_-2] FAILED xarray/tests/test_duck_array_ops.py::test_min_count[None-True-x-sum-False-float-1] FAILED xarray/tests/test_duck_array_ops.py::test_min_count[None-True-x-sum-False-float-2] FAILED xarray/tests/test_duck_array_ops.py::test_min_count[None-True-x-sum-False-int-1] FAILED xarray/tests/test_duck_array_ops.py::test_min_count[None-True-x-sum-False-int-2] FAILED xarray/tests/test_duck_array_ops.py::test_min_count[None-True-x-sum-False-float32-1] FAILED xarray/tests/test_duck_array_ops.py::test_min_count[None-True-x-sum-False-float32-2] FAILED xarray/tests/test_duck_array_ops.py::test_min_count[None-True-x-sum-False-bool_-1] FAILED xarray/tests/test_duck_array_ops.py::test_min_count[None-True-x-sum-False-bool_-2] FAILED xarray/tests/test_duck_array_ops.py::test_min_count[None-True-x-sum-True-float-1] FAILED xarray/tests/test_duck_array_ops.py::test_min_count[None-True-x-sum-True-float-2] FAILED xarray/tests/test_duck_array_ops.py::test_min_count[None-True-x-sum-True-int-1] FAILED xarray/tests/test_duck_array_ops.py::test_min_count[None-True-x-sum-True-int-2] FAILED xarray/tests/test_duck_array_ops.py::test_min_count[None-True-x-sum-True-float32-1] FAILED xarray/tests/test_duck_array_ops.py::test_min_count[None-True-x-sum-True-float32-2] FAILED xarray/tests/test_duck_array_ops.py::test_min_count[None-True-x-sum-True-bool_-1] FAILED xarray/tests/test_duck_array_ops.py::test_min_count[None-True-x-sum-True-bool_-2] FAILED xarray/tests/test_duck_array_ops.py::test_min_count[None-True-x-prod-False-float-1] FAILED xarray/tests/test_duck_array_ops.py::test_min_count[None-True-x-prod-False-float-2] FAILED xarray/tests/test_duck_array_ops.py::test_min_count[None-True-x-prod-False-int-1] FAILED xarray/tests/test_duck_array_ops.py::test_min_count[None-True-x-prod-False-int-2] FAILED xarray/tests/test_duck_array_ops.py::test_min_count[None-True-x-prod-False-float32-1] FAILED xarray/tests/test_duck_array_ops.py::test_min_count[None-True-x-prod-False-float32-2] FAILED xarray/tests/test_duck_array_ops.py::test_min_count[None-True-x-prod-False-bool_-1] FAILED xarray/tests/test_duck_array_ops.py::test_min_count[None-True-x-prod-False-bool_-2] FAILED xarray/tests/test_duck_array_ops.py::test_min_count[None-True-x-prod-True-float-1] FAILED xarray/tests/test_duck_array_ops.py::test_min_count[None-True-x-prod-True-float-2] FAILED xarray/tests/test_duck_array_ops.py::test_min_count[None-True-x-prod-True-int-1] FAILED xarray/tests/test_duck_array_ops.py::test_min_count[None-True-x-prod-True-int-2] FAILED xarray/tests/test_duck_array_ops.py::test_min_count[None-True-x-prod-True-float32-1] FAILED xarray/tests/test_duck_array_ops.py::test_min_count[None-True-x-prod-True-float32-2] FAILED xarray/tests/test_duck_array_ops.py::test_min_count[None-True-x-prod-True-bool_-1] FAILED xarray/tests/test_duck_array_ops.py::test_min_count[None-True-x-prod-True-bool_-2] ```
","{""url"": ""https://api.github.com/repos/pydata/xarray/issues/5872/reactions"", ""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,completed,13221727,issue 980752965,MDU6SXNzdWU5ODA3NTI5NjU=,5743,⚠️ Nightly upstream-dev CI failed ⚠️,41898282,closed,0,,,3,2021-08-27T00:28:46Z,2021-10-17T12:06:35Z,2021-10-17T12:06:35Z,CONTRIBUTOR,,,,"[Workflow Run URL](https://github.com/pydata/xarray/actions/runs/1350226649)
Python 3.9 Test Summary Info ``` FAILED xarray/tests/test_backends.py::TestPseudoNetCDFFormat::test_ict_format FAILED xarray/tests/test_backends.py::TestPseudoNetCDFFormat::test_ict_format_write ```
","{""url"": ""https://api.github.com/repos/pydata/xarray/issues/5743/reactions"", ""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,completed,13221727,issue 957131705,MDU6SXNzdWU5NTcxMzE3MDU=,5654,recent versions of sparse and dask seem to be incompatible with our tests,41898282,closed,0,,,28,2021-07-31T00:21:23Z,2021-08-31T15:20:19Z,2021-08-31T15:20:19Z,CONTRIBUTOR,,,,"[Workflow Run URL](https://github.com/pydata/xarray/actions/runs/1168535183)
Python 3.9 Test Summary Info ``` FAILED xarray/tests/test_plot.py::TestFacetGrid::test_can_set_norm - ValueErr... FAILED xarray/tests/test_plot.py::TestCFDatetimePlot::test_cfdatetime_line_plot FAILED xarray/tests/test_plot.py::TestCFDatetimePlot::test_cfdatetime_pcolormesh_plot FAILED xarray/tests/test_plot.py::TestCFDatetimePlot::test_cfdatetime_contour_plot ```
","{""url"": ""https://api.github.com/repos/pydata/xarray/issues/5654/reactions"", ""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,completed,13221727,issue 943923579,MDU6SXNzdWU5NDM5MjM1Nzk=,5600,⚠️ Nightly upstream-dev CI failed ⚠️,41898282,closed,0,,,7,2021-07-14T00:23:41Z,2021-07-15T20:53:14Z,2021-07-15T20:38:05Z,CONTRIBUTOR,,,,"[Workflow Run URL](https://github.com/pydata/xarray/actions/runs/1032121974)
Python 3.9 Test Summary Info ``` ```
","{""url"": ""https://api.github.com/repos/pydata/xarray/issues/5600/reactions"", ""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,completed,13221727,issue 899144961,MDU6SXNzdWU4OTkxNDQ5NjE=,5366,⚠️ Nightly upstream-dev CI failed ⚠️,41898282,closed,0,,,4,2021-05-24T00:24:46Z,2021-06-14T08:59:02Z,2021-06-14T08:59:02Z,CONTRIBUTOR,,,,"[Workflow Run URL](https://github.com/pydata/xarray/actions/runs/932151610)
Python 3.9 Test Summary Info ``` FAILED xarray/tests/test_accessor_str.py::test_splitters_empty_str[str_] - Ty... FAILED xarray/tests/test_accessor_str.py::test_splitters_empty_str[bytes_] - ... ```
","{""url"": ""https://api.github.com/repos/pydata/xarray/issues/5366/reactions"", ""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,completed,13221727,issue 897570050,MDU6SXNzdWU4OTc1NzAwNTA=,5356,⚠️ Nightly upstream-dev CI failed ⚠️,41898282,closed,0,,,2,2021-05-21T00:21:43Z,2021-05-23T00:13:20Z,2021-05-23T00:13:20Z,CONTRIBUTOR,,,,"[Workflow Run URL](https://github.com/pydata/xarray/actions/runs/865483870)
Python 3.9 Test Summary Info ``` FAILED xarray/tests/test_cftimeindex.py::test_get_slice_bound[365_day-loc] - ... FAILED xarray/tests/test_cftimeindex.py::test_get_slice_bound[365_day-getitem] FAILED xarray/tests/test_cftimeindex.py::test_get_slice_bound[360_day-loc] - ... FAILED xarray/tests/test_cftimeindex.py::test_get_slice_bound[360_day-getitem] FAILED xarray/tests/test_cftimeindex.py::test_get_slice_bound[julian-loc] - T... FAILED xarray/tests/test_cftimeindex.py::test_get_slice_bound[julian-getitem] FAILED xarray/tests/test_cftimeindex.py::test_get_slice_bound[all_leap-loc] FAILED xarray/tests/test_cftimeindex.py::test_get_slice_bound[all_leap-getitem] FAILED xarray/tests/test_cftimeindex.py::test_get_slice_bound[366_day-loc] - ... FAILED xarray/tests/test_cftimeindex.py::test_get_slice_bound[366_day-getitem] FAILED xarray/tests/test_cftimeindex.py::test_get_slice_bound[gregorian-loc] FAILED xarray/tests/test_cftimeindex.py::test_get_slice_bound[gregorian-getitem] FAILED xarray/tests/test_cftimeindex.py::test_get_slice_bound[proleptic_gregorian-loc] FAILED xarray/tests/test_cftimeindex.py::test_get_slice_bound[proleptic_gregorian-getitem] FAILED xarray/tests/test_cftimeindex.py::test_get_slice_bound_decreasing_index[365_day-loc] FAILED xarray/tests/test_cftimeindex.py::test_get_slice_bound_decreasing_index[365_day-getitem] FAILED xarray/tests/test_cftimeindex.py::test_get_slice_bound_decreasing_index[360_day-loc] FAILED xarray/tests/test_cftimeindex.py::test_get_slice_bound_decreasing_index[360_day-getitem] FAILED xarray/tests/test_cftimeindex.py::test_get_slice_bound_decreasing_index[julian-loc] FAILED xarray/tests/test_cftimeindex.py::test_get_slice_bound_decreasing_index[julian-getitem] FAILED xarray/tests/test_cftimeindex.py::test_get_slice_bound_decreasing_index[all_leap-loc] FAILED xarray/tests/test_cftimeindex.py::test_get_slice_bound_decreasing_index[all_leap-getitem] FAILED xarray/tests/test_cftimeindex.py::test_get_slice_bound_decreasing_index[366_day-loc] FAILED xarray/tests/test_cftimeindex.py::test_get_slice_bound_decreasing_index[366_day-getitem] FAILED xarray/tests/test_cftimeindex.py::test_get_slice_bound_decreasing_index[gregorian-loc] FAILED xarray/tests/test_cftimeindex.py::test_get_slice_bound_decreasing_index[gregorian-getitem] FAILED xarray/tests/test_cftimeindex.py::test_get_slice_bound_decreasing_index[proleptic_gregorian-loc] FAILED xarray/tests/test_cftimeindex.py::test_get_slice_bound_decreasing_index[proleptic_gregorian-getitem] FAILED xarray/tests/test_cftimeindex.py::test_get_slice_bound_length_one_index[365_day-loc] FAILED xarray/tests/test_cftimeindex.py::test_get_slice_bound_length_one_index[365_day-getitem] FAILED xarray/tests/test_cftimeindex.py::test_get_slice_bound_length_one_index[360_day-loc] FAILED xarray/tests/test_cftimeindex.py::test_get_slice_bound_length_one_index[360_day-getitem] FAILED xarray/tests/test_cftimeindex.py::test_get_slice_bound_length_one_index[julian-loc] FAILED xarray/tests/test_cftimeindex.py::test_get_slice_bound_length_one_index[julian-getitem] FAILED xarray/tests/test_cftimeindex.py::test_get_slice_bound_length_one_index[all_leap-loc] FAILED xarray/tests/test_cftimeindex.py::test_get_slice_bound_length_one_index[all_leap-getitem] FAILED xarray/tests/test_cftimeindex.py::test_get_slice_bound_length_one_index[366_day-loc] FAILED xarray/tests/test_cftimeindex.py::test_get_slice_bound_length_one_index[366_day-getitem] FAILED xarray/tests/test_cftimeindex.py::test_get_slice_bound_length_one_index[gregorian-loc] FAILED xarray/tests/test_cftimeindex.py::test_get_slice_bound_length_one_index[gregorian-getitem] FAILED xarray/tests/test_cftimeindex.py::test_get_slice_bound_length_one_index[proleptic_gregorian-loc] FAILED xarray/tests/test_cftimeindex.py::test_get_slice_bound_length_one_index[proleptic_gregorian-getitem] FAILED xarray/tests/test_cftimeindex.py::test_string_slice_length_one_index[365_day] FAILED xarray/tests/test_cftimeindex.py::test_string_slice_length_one_index[360_day] FAILED xarray/tests/test_cftimeindex.py::test_string_slice_length_one_index[julian] FAILED xarray/tests/test_cftimeindex.py::test_string_slice_length_one_index[all_leap] FAILED xarray/tests/test_cftimeindex.py::test_string_slice_length_one_index[366_day] FAILED xarray/tests/test_cftimeindex.py::test_string_slice_length_one_index[gregorian] FAILED xarray/tests/test_cftimeindex.py::test_string_slice_length_one_index[proleptic_gregorian] FAILED xarray/tests/test_cftimeindex.py::test_sel_string_or_list[365_day-string-slice] FAILED xarray/tests/test_cftimeindex.py::test_sel_string_or_list[360_day-string-slice] FAILED xarray/tests/test_cftimeindex.py::test_sel_string_or_list[julian-string-slice] FAILED xarray/tests/test_cftimeindex.py::test_sel_string_or_list[all_leap-string-slice] FAILED xarray/tests/test_cftimeindex.py::test_sel_string_or_list[366_day-string-slice] FAILED xarray/tests/test_cftimeindex.py::test_sel_string_or_list[gregorian-string-slice] FAILED xarray/tests/test_cftimeindex.py::test_sel_string_or_list[proleptic_gregorian-string-slice] FAILED xarray/tests/test_cftimeindex.py::test_sel_date_slice_or_list[365_day] FAILED xarray/tests/test_cftimeindex.py::test_sel_date_slice_or_list[360_day] FAILED xarray/tests/test_cftimeindex.py::test_sel_date_slice_or_list[julian] FAILED xarray/tests/test_cftimeindex.py::test_sel_date_slice_or_list[all_leap] FAILED xarray/tests/test_cftimeindex.py::test_sel_date_slice_or_list[366_day] FAILED xarray/tests/test_cftimeindex.py::test_sel_date_slice_or_list[gregorian] FAILED xarray/tests/test_cftimeindex.py::test_sel_date_slice_or_list[proleptic_gregorian] FAILED xarray/tests/test_cftimeindex.py::test_indexing_in_series_getitem[365_day] FAILED xarray/tests/test_cftimeindex.py::test_indexing_in_series_getitem[360_day] FAILED xarray/tests/test_cftimeindex.py::test_indexing_in_series_getitem[julian] FAILED xarray/tests/test_cftimeindex.py::test_indexing_in_series_getitem[all_leap] FAILED xarray/tests/test_cftimeindex.py::test_indexing_in_series_getitem[366_day] FAILED xarray/tests/test_cftimeindex.py::test_indexing_in_series_getitem[gregorian] FAILED xarray/tests/test_cftimeindex.py::test_indexing_in_series_getitem[proleptic_gregorian] FAILED xarray/tests/test_cftimeindex.py::test_indexing_in_series_loc[365_day] FAILED xarray/tests/test_cftimeindex.py::test_indexing_in_series_loc[360_day] FAILED xarray/tests/test_cftimeindex.py::test_indexing_in_series_loc[julian] FAILED xarray/tests/test_cftimeindex.py::test_indexing_in_series_loc[all_leap] FAILED xarray/tests/test_cftimeindex.py::test_indexing_in_series_loc[366_day] FAILED xarray/tests/test_cftimeindex.py::test_indexing_in_series_loc[gregorian] FAILED xarray/tests/test_cftimeindex.py::test_indexing_in_series_loc[proleptic_gregorian] FAILED xarray/tests/test_cftimeindex.py::test_indexing_in_dataframe_loc[365_day] FAILED xarray/tests/test_cftimeindex.py::test_indexing_in_dataframe_loc[360_day] FAILED xarray/tests/test_cftimeindex.py::test_indexing_in_dataframe_loc[julian] FAILED xarray/tests/test_cftimeindex.py::test_indexing_in_dataframe_loc[all_leap] FAILED xarray/tests/test_cftimeindex.py::test_indexing_in_dataframe_loc[366_day] FAILED xarray/tests/test_cftimeindex.py::test_indexing_in_dataframe_loc[gregorian] FAILED xarray/tests/test_cftimeindex.py::test_indexing_in_dataframe_loc[proleptic_gregorian] ```
","{""url"": ""https://api.github.com/repos/pydata/xarray/issues/5356/reactions"", ""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,completed,13221727,issue 841476745,MDU6SXNzdWU4NDE0NzY3NDU=,5077,⚠️ Nightly upstream-dev CI failed ⚠️,41898282,closed,0,,,10,2021-03-26T00:31:43Z,2021-05-19T13:52:42Z,2021-05-19T13:52:42Z,CONTRIBUTOR,,,,"[Workflow Run URL](https://github.com/pydata/xarray/actions/runs/815205510)
Python 3.9 Test Summary Info ``` FAILED xarray/tests/test_dask.py::test_map_blocks_error - AttributeError: 'di... FAILED xarray/tests/test_dask.py::test_map_blocks[obj0] - AttributeError: 'di... FAILED xarray/tests/test_dask.py::test_map_blocks[obj1] - AttributeError: 'di... FAILED xarray/tests/test_dask.py::test_map_blocks_convert_args_to_list[obj0] FAILED xarray/tests/test_dask.py::test_map_blocks_convert_args_to_list[obj1] FAILED xarray/tests/test_dask.py::test_map_blocks_dask_args - AttributeError:... FAILED xarray/tests/test_dask.py::test_map_blocks_add_attrs[obj0] - Attribute... FAILED xarray/tests/test_dask.py::test_map_blocks_add_attrs[obj1] - Attribute... FAILED xarray/tests/test_dask.py::test_map_blocks_change_name - AttributeErro... FAILED xarray/tests/test_dask.py::test_map_blocks_kwargs[obj0] - AttributeErr... FAILED xarray/tests/test_dask.py::test_map_blocks_kwargs[obj1] - AttributeErr... FAILED xarray/tests/test_dask.py::test_map_blocks_to_array - AttributeError: ... FAILED xarray/tests/test_dask.py::test_map_blocks_da_transformations[0] FAILED xarray/tests/test_dask.py::test_map_blocks_da_transformations[1] FAILED xarray/tests/test_dask.py::test_map_blocks_da_transformations[2] FAILED xarray/tests/test_dask.py::test_map_blocks_da_transformations[3] FAILED xarray/tests/test_dask.py::test_map_blocks_da_transformations[4] FAILED xarray/tests/test_dask.py::test_map_blocks_da_transformations[5] FAILED xarray/tests/test_dask.py::test_map_blocks_da_transformations[6] FAILED xarray/tests/test_dask.py::test_map_blocks_da_transformations[7] FAILED xarray/tests/test_dask.py::test_map_blocks_ds_transformations[0] FAILED xarray/tests/test_dask.py::test_map_blocks_ds_transformations[1] FAILED xarray/tests/test_dask.py::test_map_blocks_ds_transformations[2] FAILED xarray/tests/test_dask.py::test_map_blocks_ds_transformations[3] FAILED xarray/tests/test_dask.py::test_map_blocks_ds_transformations[4] FAILED xarray/tests/test_dask.py::test_map_blocks_ds_transformations[5] FAILED xarray/tests/test_dask.py::test_map_blocks_ds_transformations[6] FAILED xarray/tests/test_dask.py::test_map_blocks_ds_transformations[7] FAILED xarray/tests/test_dask.py::test_map_blocks_da_ds_with_template[obj0] FAILED xarray/tests/test_dask.py::test_map_blocks_da_ds_with_template[obj1] FAILED xarray/tests/test_dask.py::test_map_blocks_template_convert_object - A... FAILED xarray/tests/test_dask.py::test_map_blocks_errors_bad_template[obj0] FAILED xarray/tests/test_dask.py::test_map_blocks_errors_bad_template[obj1] FAILED xarray/tests/test_dask.py::test_map_blocks_errors_bad_template_2 - Att... FAILED xarray/tests/test_dask.py::test_map_blocks_object_method[obj0] - Attri... FAILED xarray/tests/test_dask.py::test_map_blocks_object_method[obj1] - Attri... FAILED xarray/tests/test_dask.py::test_map_blocks_hlg_layers - AttributeError... FAILED xarray/tests/test_plot.py::TestCFDatetimePlot::test_cfdatetime_line_plot FAILED xarray/tests/test_plot.py::TestCFDatetimePlot::test_cfdatetime_pcolormesh_plot FAILED xarray/tests/test_plot.py::TestCFDatetimePlot::test_cfdatetime_contour_plot ```
","{""url"": ""https://api.github.com/repos/pydata/xarray/issues/5077/reactions"", ""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,completed,13221727,issue 833300644,MDU6SXNzdWU4MzMzMDA2NDQ=,5042,⚠️ Nightly upstream-dev CI failed ⚠️,41898282,closed,0,,,5,2021-03-17T00:42:57Z,2021-03-17T18:55:23Z,2021-03-17T16:42:18Z,CONTRIBUTOR,,,,"[Workflow Run URL](https://github.com/pydata/xarray/actions/runs/659416756)
Python 3.9 Test Summary Info ``` FAILED xarray/tests/test_backends.py::TestDask::test_save_mfdataset_compute_false_roundtrip ```
","{""url"": ""https://api.github.com/repos/pydata/xarray/issues/5042/reactions"", ""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,completed,13221727,issue 814963352,MDU6SXNzdWU4MTQ5NjMzNTI=,4947,⚠️ Nightly upstream-dev CI failed ⚠️,41898282,closed,0,,,7,2021-02-24T00:46:35Z,2021-03-07T13:22:03Z,2021-03-07T13:22:03Z,CONTRIBUTOR,,,,"[Workflow Run URL](https://github.com/pydata/xarray/actions/runs/628370338)
Python 3.8 Test Summary Info ``` FAILED xarray/tests/test_cftimeindex.py::test_distant_cftime_datetime_sub_cftimeindex[365_day] FAILED xarray/tests/test_cftimeindex.py::test_distant_cftime_datetime_sub_cftimeindex[360_day] FAILED xarray/tests/test_cftimeindex.py::test_distant_cftime_datetime_sub_cftimeindex[julian] FAILED xarray/tests/test_cftimeindex.py::test_distant_cftime_datetime_sub_cftimeindex[all_leap] FAILED xarray/tests/test_cftimeindex.py::test_distant_cftime_datetime_sub_cftimeindex[366_day] FAILED xarray/tests/test_cftimeindex.py::test_distant_cftime_datetime_sub_cftimeindex[gregorian] FAILED xarray/tests/test_cftimeindex.py::test_distant_cftime_datetime_sub_cftimeindex[proleptic_gregorian] FAILED xarray/tests/test_plot.py::TestContour::test_single_level - ValueError... FAILED xarray/tests/test_plot.py::test_facetgrid_single_contour - ValueError:... ```
","{""url"": ""https://api.github.com/repos/pydata/xarray/issues/4947/reactions"", ""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,completed,13221727,issue 800825901,MDU6SXNzdWU4MDA4MjU5MDE=,4860,⚠️ Nightly upstream-dev CI failed ⚠️,41898282,closed,0,,,2,2021-02-04T00:42:57Z,2021-02-11T18:32:59Z,2021-02-11T18:32:59Z,CONTRIBUTOR,,,,"[Workflow Run URL](https://github.com/pydata/xarray/actions/runs/556342280)
Python 3.8 Test Summary Info ``` FAILED xarray/tests/test_dask.py::test_persist_Dataset[1] - IndexErro... ```
","{""url"": ""https://api.github.com/repos/pydata/xarray/issues/4860/reactions"", ""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,completed,13221727,issue 785573964,MDU6SXNzdWU3ODU1NzM5NjQ=,4807,⚠️ Nightly upstream-dev CI failed ⚠️,41898282,closed,0,,,6,2021-01-14T01:18:20Z,2021-01-19T13:53:35Z,2021-01-19T13:52:23Z,CONTRIBUTOR,,,,"[Workflow Run URL](https://github.com/pydata/xarray/actions/runs/490862269)
Python 3.8 Test Summary Info ``` FAILED xarray/tests/test_backends.py::TestNetCDF4Data::test_roundtrip_string_with_fill_value_nchar FAILED xarray/tests/test_backends.py::TestNetCDF4ViaDaskData::test_roundtrip_string_with_fill_value_nchar FAILED xarray/tests/test_backends.py::TestZarrDictStore::test_roundtrip_string_with_fill_value_nchar FAILED xarray/tests/test_backends.py::TestZarrDirectoryStore::test_roundtrip_string_with_fill_value_nchar FAILED xarray/tests/test_backends.py::TestScipyInMemoryData::test_roundtrip_string_with_fill_value_nchar FAILED xarray/tests/test_backends.py::TestScipyFileObject::test_roundtrip_string_with_fill_value_nchar FAILED xarray/tests/test_backends.py::TestScipyFilePath::test_roundtrip_string_with_fill_value_nchar FAILED xarray/tests/test_backends.py::TestNetCDF3ViaNetCDF4Data::test_roundtrip_string_with_fill_value_nchar FAILED xarray/tests/test_backends.py::TestNetCDF4ClassicViaNetCDF4Data::test_roundtrip_string_with_fill_value_nchar FAILED xarray/tests/test_backends.py::TestGenericNetCDFData::test_roundtrip_string_with_fill_value_nchar FAILED xarray/tests/test_backends.py::TestH5NetCDFData::test_roundtrip_string_with_fill_value_nchar FAILED xarray/tests/test_backends.py::TestH5NetCDFFileObject::test_roundtrip_string_with_fill_value_nchar FAILED xarray/tests/test_backends.py::TestH5NetCDFViaDaskData::test_roundtrip_string_with_fill_value_nchar FAILED xarray/tests/test_conventions.py::TestCFEncodedDataStore::test_roundtrip_string_with_fill_value_nchar ```
","{""url"": ""https://api.github.com/repos/pydata/xarray/issues/4807/reactions"", ""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,completed,13221727,issue 771484861,MDU6SXNzdWU3NzE0ODQ4NjE=,4717,⚠️ Nightly upstream-dev CI failed ⚠️,41898282,closed,0,,,3,2020-12-20T00:43:25Z,2021-01-04T15:18:51Z,2021-01-04T15:18:51Z,CONTRIBUTOR,,,,"[Workflow Run URL](https://github.com/pydata/xarray/actions/runs/459982031)
Python 3.8 Test Summary Info ``` FAILED xarray/tests/test_dask.py::TestToDaskDataFrame::test_to_dask_dataframe FAILED xarray/tests/test_dask.py::TestToDaskDataFrame::test_to_dask_dataframe_2D FAILED xarray/tests/test_dask.py::TestToDaskDataFrame::test_to_dask_dataframe_coordinates ```
","{""url"": ""https://api.github.com/repos/pydata/xarray/issues/4717/reactions"", ""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,completed,13221727,issue 769382950,MDU6SXNzdWU3NjkzODI5NTA=,4703,⚠️ Nightly upstream-dev CI failed ⚠️,41898282,closed,0,,,2,2020-12-17T00:45:06Z,2020-12-19T23:16:21Z,2020-12-19T22:44:07Z,CONTRIBUTOR,,,,"[Workflow Run URL](https://github.com/pydata/xarray/actions/runs/429364597)
Python 3.8 Test Summary Info ``` FAILED xarray/tests/test_duck_array_ops.py::test_argmin_max[x-True-min-True-False-str-1] FAILED xarray/tests/test_duck_array_ops.py::test_argmin_max[x-True-max-True-False-str-1] FAILED xarray/tests/test_variable.py::TestVariableWithDask::test_getitem_with_mask FAILED xarray/tests/test_variable.py::TestVariableWithDask::test_real_and_imag ```
","{""url"": ""https://api.github.com/repos/pydata/xarray/issues/4703/reactions"", ""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,completed,13221727,issue