issues
64 rows where user = 41898282 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: title, comments, created_at (date), updated_at (date), closed_at (date)
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 | github-actions[bot] 41898282 | open | 0 | 0 | 2024-04-30T00:32:21Z | 2024-05-04T00:28:46Z | CONTRIBUTOR | 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 } |
xarray 13221727 | issue | ||||||||
2189649243 | I_kwDOAMm_X86Cg2Vb | 8844 | ⚠️ Nightly upstream-dev CI failed ⚠️ | github-actions[bot] 41898282 | open | 0 | 15 | 2024-03-16T00:20:55Z | 2024-05-04T00:20:57Z | CONTRIBUTOR | Python 3.12 Test Summary``` xarray/tests/test_array_api.py::test_arithmetic: AttributeError: '_DType' object has no attribute 'type' xarray/tests/test_array_api.py::test_aggregation: AttributeError: '_DType' object has no attribute 'kind' xarray/tests/test_array_api.py::test_aggregation_skipna: AttributeError: '_DType' object has no attribute 'type' xarray/tests/test_array_api.py::test_astype: AttributeError: type object 'numpy.int64' has no attribute '_np_dtype' xarray/tests/test_array_api.py::test_broadcast: AttributeError: '_DType' object has no attribute 'type' xarray/tests/test_array_api.py::test_broadcast_during_arithmetic: AttributeError: '_DType' object has no attribute 'type' xarray/tests/test_array_api.py::test_concat: TypeError: Cannot interpret 'Array([[ 1., 2., 3.], [ 4., 5., nan]], dtype=array_api_strict.float64)' as a data type xarray/tests/test_array_api.py::test_indexing: AttributeError: '_DType' object has no attribute 'type' xarray/tests/test_array_api.py::test_properties: AttributeError: 'DataArray' object has no attribute 'nbytes' xarray/tests/test_array_api.py::test_reorganizing_operation: AttributeError: '_DType' object has no attribute 'type' xarray/tests/test_array_api.py::test_stack: AttributeError: '_DType' object has no attribute 'type' xarray/tests/test_array_api.py::test_unstack: AttributeError: '_DType' object has no attribute 'type' xarray/tests/test_array_api.py::test_where: TypeError: Cannot interpret 'Array(1, dtype=array_api_strict.int64)' as a data type xarray/tests/test_cftime_offsets.py::test_date_range_like[2020-02-01--1YE-FEB-noleap-gregorian-True-2020-02-29-True]: AssertionError: assert 11 == 12 + where 11 = len(DatetimeIndex(['2019-02-28', '2018-02-28', '2017-02-28', '2016-02-29',\n '2015-02-28', '2014-02-28', '201...2-29',\n '2011-02-28', '2010-02-28', '2009-02-28'],\n dtype='datetime64[ns]', freq='-1YE-FEB')) xarray/tests/test_cftime_offsets.py::test_cftime_range_same_as_pandas[-1ME-2000-2000]: AssertionError: Arrays are not equal (shapes (1,), (0,) mismatch) ACTUAL: array(['2000-01-31T00:00:00.000000000'], dtype='datetime64[ns]') DESIRED: array([], dtype='datetime64[ns]') xarray/tests/test_cftime_offsets.py::test_cftime_range_same_as_pandas[-1ME-2000-2001]: AssertionError: Arrays are not equal (shapes (13,), (12,) mismatch) ACTUAL: array(['2001-01-31T00:00:00.000000000', '2000-12-31T00:00:00.000000000', '2000-11-30T00:00:00.000000000', '2000-10-31T00:00:00.000000000', '2000-09-30T00:00:00.000000000', '2000-08-31T00:00:00.000000000',... DESIRED: array(['2000-12-31T00:00:00.000000000', '2000-11-30T00:00:00.000000000', '2000-10-31T00:00:00.000000000', '2000-09-30T00:00:00.000000000', '2000-08-31T00:00:00.000000000', '2000-07-31T00:00:00.000000000',... xarray/tests/test_cftime_offsets.py::test_cftime_range_same_as_pandas[-1ME-2001-2001]: AssertionError: Arrays are not equal (shapes (1,), (0,) mismatch) ACTUAL: array(['2001-01-31T00:00:00.000000000'], dtype='datetime64[ns]') DESIRED: array([], dtype='datetime64[ns]') xarray/tests/test_cftime_offsets.py::test_cftime_range_same_as_pandas[-1YE-2000-2000]: AssertionError: Arrays are not equal (shapes (1,), (0,) mismatch) ACTUAL: array(['2000-12-31T00:00:00.000000000'], dtype='datetime64[ns]') DESIRED: array([], dtype='datetime64[ns]') xarray/tests/test_cftime_offsets.py::test_cftime_range_same_as_pandas[-1YE-2000-2001]: AssertionError: Arrays are not equal (shapes (2,), (1,) mismatch) ACTUAL: array(['2001-12-31T00:00:00.000000000', '2000-12-31T00:00:00.000000000'], dtype='datetime64[ns]') DESIRED: array(['2000-12-31T00:00:00.000000000'], dtype='datetime64[ns]') xarray/tests/test_cftime_offsets.py::test_cftime_range_same_as_pandas[-1YE-2001-2001]: AssertionError: Arrays are not equal (shapes (1,), (0,) mismatch) ACTUAL: array(['2001-12-31T00:00:00.000000000'], dtype='datetime64[ns]') DESIRED: array([], dtype='datetime64[ns]') xarray/tests/test_dtypes.py::test_maybe_promote[a-expected0]: SystemError: <class 'numpy.dtype'> returned a result with an exception set xarray/tests/test_duck_array_ops.py::TestOps::test_where_type_promotion: AssertionError: assert dtype('float64') == <class 'numpy.float32'> + where dtype('float64') = array([ 1., nan]).dtype + and <class 'numpy.float32'> = np.float32 xarray/tests/test_duck_array_ops.py::TestDaskOps::test_where_type_promotion: AssertionError: assert dtype('float64') == <class 'numpy.float32'> + where dtype('float64') = array([ 1., nan]).dtype + and <class 'numpy.float32'> = np.float32 xarray/tests/test_namedarray.py::TestNamedArray::test_real_and_imag: ModuleNotFoundError: No module named 'numpy.array_api' xarray/tests/test_namedarray.py::TestNamedArray::test_duck_array_class: ModuleNotFoundError: No module named 'numpy.array_api' xarray/tests/test_namedarray.py::TestNamedArray::test_expand_dims[None-3-expected_shape0-expected_dims0]: ModuleNotFoundError: No module named 'numpy.array_api' xarray/tests/test_namedarray.py::TestNamedArray::test_expand_dims[Default.token-3-expected_shape1-expected_dims1]: ModuleNotFoundError: No module named 'numpy.array_api' xarray/tests/test_namedarray.py::TestNamedArray::test_expand_dims[z-3-expected_shape2-expected_dims2]: ModuleNotFoundError: No module named 'numpy.array_api' xarray/tests/test_namedarray.py::TestNamedArray::test_permute_dims[dims0-expected_sizes0]: ModuleNotFoundError: No module named 'numpy.array_api' xarray/tests/test_namedarray.py::TestNamedArray::test_permute_dims[dims1-expected_sizes1]: ModuleNotFoundError: No module named 'numpy.array_api' xarray/tests/test_namedarray.py::TestNamedArray::test_permute_dims[dims2-expected_sizes2]: ModuleNotFoundError: No module named 'numpy.array_api' xarray/tests/test_namedarray.py::TestNamedArray::test_permute_dims_errors: ModuleNotFoundError: No module named 'numpy.array_api' xarray/tests/test_namedarray.py::TestNamedArray::test_broadcast_to[broadcast_dims1-3]: ModuleNotFoundError: No module named 'numpy.array_api' xarray/tests/test_namedarray.py::TestNamedArray::test_broadcast_to[broadcast_dims2-3]: ModuleNotFoundError: No module named 'numpy.array_api' xarray/tests/test_rolling.py::TestDataArrayRolling::test_rolling_dask_dtype[float32]: AssertionError: assert dtype('float64') == dtype('float32') + where dtype('float64') = <xarray.DataArray (x: 3)> Size: 24B\ndask.array<truediv, shape=(3,), dtype=float64, chunksize=(3,), chunktype=numpy.ndarray>\nCoordinates:\n * x (x) int64 24B 1 2 3.dtype + and dtype('float32') = <xarray.DataArray (x: 3)> Size: 12B\narray([1. , 1.5, 2. ], dtype=float32)\nCoordinates:\n * x (x) int64 24B 1 2 3.dtype xarray/tests/test_strategies.py::TestVariablesStrategy::test_make_strategies_namespace: ImportError: cannot import name 'array_api' from 'numpy' (/home/runner/micromamba/envs/xarray-tests/lib/python3.12/site-packages/numpy/__init__.py). Did you mean: 'array_repr'? Falsifying example: test_make_strategies_namespace( self=<xarray.tests.test_strategies.TestVariablesStrategy object at 0x7f47dc1f39b0>, data=data(...), ) You can reproduce this example by temporarily adding @reproduce_failure('6.100.2', b'AA==') as a decorator on your test case ``` |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/8844/reactions", "total_count": 1, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 1 } |
xarray 13221727 | issue | ||||||||
2089331436 | I_kwDOAMm_X858iKrs | 8623 | ⚠️ Nightly upstream-dev CI failed ⚠️ | github-actions[bot] 41898282 | closed | 0 | 1 | 2024-01-19T00:22:55Z | 2024-03-15T04:37:59Z | 2024-03-15T04:37:59Z | CONTRIBUTOR | 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 | xarray 13221727 | issue | ||||||
1858149962 | I_kwDOAMm_X85uwR5K | 8091 | ⚠️ Nightly upstream-dev CI failed ⚠️ | github-actions[bot] 41898282 | closed | 0 | 11 | 2023-08-20T14:47:52Z | 2024-01-18T15:34:58Z | 2024-01-18T15:34:58Z | CONTRIBUTOR | 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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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 '<void>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([<warnings.WarningMessage object at 0x7f8cebf44490>, <warnings.WarningMessage object at 0x7f8cebf46890>]) 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') == <class 'numpy.float32'> + where dtype('float64') = array([ 1., nan]).dtype + and <class 'numpy.float32'> = np.float32 xarray/tests/test_duck_array_ops.py::TestDaskOps::test_where_type_promotion: AssertionError: assert dtype('float64') == <class 'numpy.float32'> + where dtype('float64') = array([ 1., nan]).dtype + and <class 'numpy.float32'> = np.float32 xarray/tests/test_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': <H5netcdfBackendEntrypoint>\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 | xarray 13221727 | issue | ||||||
1797850413 | I_kwDOAMm_X85rKQUt | 7977 | ⚠️ Nightly upstream-dev CI failed ⚠️ | github-actions[bot] 41898282 | closed | 0 | 7 | 2023-07-11T00:21:54Z | 2023-08-20T03:41:51Z | 2023-08-20T03:41:51Z | CONTRIBUTOR | 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 | xarray 13221727 | issue | ||||||
1735219849 | I_kwDOAMm_X85nbVqJ | 7887 | ⚠️ Nightly upstream-dev CI failed ⚠️ | github-actions[bot] 41898282 | closed | 0 | 2 | 2023-06-01T00:24:50Z | 2023-06-21T20:40:04Z | 2023-06-21T20:40:03Z | CONTRIBUTOR | 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 | xarray 13221727 | issue | ||||||
1650481625 | I_kwDOAMm_X85iYFnZ | 7707 | ⚠️ Nightly upstream-dev CI failed ⚠️ | github-actions[bot] 41898282 | closed | 0 | 8 | 2023-04-01T13:53:30Z | 2023-05-29T19:01:22Z | 2023-05-29T19:01:22Z | CONTRIBUTOR | 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 | xarray 13221727 | issue | ||||||
1519784328 | I_kwDOAMm_X85alhGI | 7420 | ⚠️ Nightly upstream-dev CI failed ⚠️ | github-actions[bot] 41898282 | closed | 0 | 5 | 2023-01-05T00:30:24Z | 2023-04-01T13:11:32Z | 2023-04-01T13:11:31Z | CONTRIBUTOR | 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 | xarray 13221727 | issue | ||||||
1440280424 | I_kwDOAMm_X85V2O9o | 7266 | ⚠️ Nightly upstream-dev CI failed ⚠️: `pandas` removed deprecated keyword arguments | github-actions[bot] 41898282 | closed | 0 | 12 | 2022-11-08T14:11:15Z | 2023-03-08T18:16:35Z | 2023-03-08T18:16:35Z | CONTRIBUTOR | 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 | xarray 13221727 | issue | ||||||
1459698655 | I_kwDOAMm_X85XATvf | 7306 | ⚠️ Nightly upstream-dev CI failed ⚠️ | github-actions[bot] 41898282 | closed | 0 | 2 | 2022-11-22T11:38:40Z | 2023-01-04T20:07:30Z | 2023-01-04T20:07:30Z | CONTRIBUTOR | Python 3.10 Test Summarytest 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) <frozen importlib._bootstrap>:1050: in _gcd_import ??? <frozen importlib._bootstrap>:1027: in _find_and_load ??? <frozen importlib._bootstrap>:992: in _find_and_load_unlocked ??? <frozen importlib._bootstrap>:241: in _call_with_frames_removed ??? <frozen importlib._bootstrap>:1050: in _gcd_import ??? <frozen importlib._bootstrap>:1027: in _find_and_load ??? <frozen importlib._bootstrap>:1006: in _find_and_load_unlocked ??? <frozen importlib._bootstrap>:688: in _load_unlocked ??? <frozen importlib._bootstrap_external>:883: in exec_module ??? <frozen importlib._bootstrap>:241: in _call_with_frames_removed ??? xarray/tests/__init__.py:78: in <module> 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) <frozen importlib._bootstrap>:1050: in _gcd_import ??? <frozen importlib._bootstrap>:1027: in _find_and_load ??? <frozen importlib._bootstrap>:1006: in _find_and_load_unlocked ??? <frozen importlib._bootstrap>:688: in _load_unlocked ??? <frozen importlib._bootstrap_external>:883: in exec_module ??? <frozen importlib._bootstrap>:241: in _call_with_frames_removed ??? ../../../micromamba-root/envs/xarray-tests/lib/python3.10/site-packages/numbagg/__init__.py:3: in <module> from .funcs import ( ../../../micromamba-root/envs/xarray-tests/lib/python3.10/site-packages/numbagg/funcs.py:2: in <module> from numba import bool_, float32, float64, int32, int64 ../../../micromamba-root/envs/xarray-tests/lib/python3.10/site-packages/numba/__init__.py:42: in <module> 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 <module> 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 <module> 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 | xarray 13221727 | issue | ||||||
1410693563 | I_kwDOAMm_X85UFXm7 | 7175 | ⚠️ Nightly upstream-dev CI failed ⚠️ | github-actions[bot] 41898282 | closed | 0 | 3 | 2022-10-17T00:33:50Z | 2022-10-26T16:00:34Z | 2022-10-26T16:00:34Z | CONTRIBUTOR | 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('<M8[us]') == 'datetime64[ns]' + where dtype('<M8[us]') = numpy.datetime64('2000-01-01T00:00:00.000000').dtype xarray/tests/test_variable.py::TestVariable::test_index_0d_timedelta64: AssertionError: assert dtype('<m8[us]') == 'timedelta64[ns]' + where dtype('<m8[us]') = numpy.timedelta64(3600000000,'us').dtype xarray/tests/test_variable.py::TestVariable::test_datetime64_conversion: AssertionError: assert dtype('<M8[s]') == dtype('<M8[ns]') + where dtype('<M8[s]') = <xarray.Variable (t: 3)>\narray(['2000-01-01T00:00:00', '2000-01-02T00:00:00',\n '2000-01-03T00:00:00'], dtype='datetime64[s]').dtype + and dtype('<M8[ns]') = <class 'numpy.dtype'>('datetime64[ns]') + where <class 'numpy.dtype'> = np.dtype xarray/tests/test_variable.py::TestVariable::test_timedelta64_conversion: AssertionError: assert dtype('<m8[s]') == dtype('<m8[ns]') + where dtype('<m8[s]') = <xarray.Variable (t: 3)>\narray([ 0, 86400, 172800], dtype='timedelta64[s]').dtype + and dtype('<m8[ns]') = <class 'numpy.dtype'>('timedelta64[ns]') + where <class 'numpy.dtype'> = np.dtype xarray/tests/test_variable.py::TestVariable::test_datetime64_valid_range: Failed: DID NOT RAISE <class 'pandas._libs.tslibs.np_datetime.OutOfBoundsDatetime'> xarray/tests/test_variable.py::TestVariable::test_datetime64_conversion_scalar: AssertionError: assert dtype('<M8[s]') == dtype('<M8[ns]') + where dtype('<M8[s]') = <xarray.Variable ()>\narray('2000-01-01T00:00:00', dtype='datetime64[s]').dtype + and dtype('<M8[ns]') = <class 'numpy.dtype'>('datetime64[ns]') + where <class 'numpy.dtype'> = np.dtype xarray/tests/test_variable.py::TestVariable::test_timedelta64_conversion_scalar: AssertionError: assert dtype('<m8[s]') == dtype('<m8[ns]') + where dtype('<m8[s]') = <xarray.Variable ()>\narray(86400, dtype='timedelta64[s]').dtype + and dtype('<m8[ns]') = <class 'numpy.dtype'>('timedelta64[ns]') + where <class 'numpy.dtype'> = np.dtype xarray/tests/test_variable.py::TestVariable::test_0d_timedelta: AssertionError: assert dtype('<m8[s]') == dtype('<m8[ns]') + where dtype('<m8[s]') = <xarray.Variable ()>\narray(1, dtype='timedelta64[s]').dtype + and dtype('<m8[ns]') = <class 'numpy.dtype'>('timedelta64[ns]') + where <class 'numpy.dtype'> = np.dtype xarray/tests/test_variable.py::TestVariableWithDask::test_index_0d_datetime: AssertionError: assert dtype('<M8[us]') == 'datetime64[ns]' + where dtype('<M8[us]') = numpy.datetime64('2000-01-01T00:00:00.000000').dtype xarray/tests/test_variable.py::TestVariableWithDask::test_index_0d_timedelta64: AssertionError: assert dtype('<m8[us]') == 'timedelta64[ns]' + where dtype('<m8[us]') = numpy.timedelta64(3600000000,'us').dtype xarray/tests/test_variable.py::TestVariableWithDask::test_datetime64_conversion: AssertionError: assert dtype('<M8[s]') == dtype('<M8[ns]') + where dtype('<M8[s]') = <xarray.Variable (t: 3)>\ndask.array<array, shape=(3,), dtype=datetime64[s], chunksize=(3,), chunktype=numpy.ndarray>.dtype + and dtype('<M8[ns]') = <class 'numpy.dtype'>('datetime64[ns]') + where <class 'numpy.dtype'> = np.dtype xarray/tests/test_variable.py::TestVariableWithDask::test_timedelta64_conversion: AssertionError: assert dtype('<m8[s]') == dtype('<m8[ns]') + where dtype('<m8[s]') = <xarray.Variable (t: 3)>\ndask.array<array, shape=(3,), dtype=timedelta64[s], chunksize=(3,), chunktype=numpy.ndarray>.dtype + and dtype('<m8[ns]') = <class 'numpy.dtype'>('timedelta64[ns]') + where <class 'numpy.dtype'> = np.dtype xarray/tests/test_variable.py::TestVariableWithDask::test_datetime64_valid_range: Failed: DID NOT RAISE <class 'pandas._libs.tslibs.np_datetime.OutOfBoundsDatetime'> xarray/tests/test_variable.py::TestIndexVariable::test_index_0d_datetime: AssertionError: assert dtype('<M8[us]') == 'datetime64[ns]' + where dtype('<M8[us]') = numpy.datetime64('2000-01-01T00:00:00.000000').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_datetime64_conversion: AssertionError: assert dtype('<M8[s]') == dtype('<M8[ns]') + where dtype('<M8[s]') = <xarray.IndexVariable 't' (t: 3)>\narray(['2000-01-01T00:00:00', '2000-01-02T00:00:00', '2000-01-03T00:00:00'],\n dtype='datetime64[s]').dtype + and dtype('<M8[ns]') = <class 'numpy.dtype'>('datetime64[ns]') + where <class 'numpy.dtype'> = np.dtype xarray/tests/test_variable.py::TestIndexVariable::test_timedelta64_conversion: AssertionError: assert dtype('<m8[s]') == dtype('<m8[ns]') + where dtype('<m8[s]') = <xarray.IndexVariable 't' (t: 3)>\narray([ 0, 86400, 172800], dtype='timedelta64[s]').dtype + and dtype('<m8[ns]') = <class 'numpy.dtype'>('timedelta64[ns]') + where <class 'numpy.dtype'> = np.dtype xarray/tests/test_variable.py::TestIndexVariable::test_datetime64_valid_range: Failed: DID NOT RAISE <class 'pandas._libs.tslibs.np_datetime.OutOfBoundsDatetime'> xarray/tests/test_variable.py::TestAsCompatibleData::test_datetime: AssertionError: assert dtype('<M8[ns]') == dtype('<M8[s]') + where dtype('<M8[ns]') = <class 'numpy.dtype'>('datetime64[ns]') + where <class 'numpy.dtype'> = np.dtype + and dtype('<M8[s]') = array('2000-01-01T00:00:00', dtype='datetime64[s]').dtype ``` </details> |
{ "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 | xarray 13221727 | issue | ||||||
1406971855 | I_kwDOAMm_X85T3K_P | 7158 | ⚠️ Nightly upstream-dev CI failed ⚠️ | github-actions[bot] 41898282 | closed | 0 | 3 | 2022-10-13T00:39:57Z | 2022-10-16T16:16:52Z | 2022-10-16T16:16:52Z | CONTRIBUTOR | 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('<m8[us]') == 'timedelta64[ns]' + where dtype('<m8[us]') = numpy.timedelta64(3600000000,'us').dtype xarray/tests/test_variable.py::TestVariable::test_timedelta64_conversion: AssertionError: assert dtype('<m8[s]') == dtype('<m8[ns]') + where dtype('<m8[s]') = <xarray.Variable (t: 3)>\narray([ 0, 86400, 172800], dtype='timedelta64[s]').dtype + and dtype('<m8[ns]') = <class 'numpy.dtype'>('timedelta64[ns]') + where <class 'numpy.dtype'> = np.dtype xarray/tests/test_variable.py::TestVariable::test_timedelta64_conversion_scalar: AssertionError: assert dtype('<m8[s]') == dtype('<m8[ns]') + where dtype('<m8[s]') = <xarray.Variable ()>\narray(86400, dtype='timedelta64[s]').dtype + and dtype('<m8[ns]') = <class 'numpy.dtype'>('timedelta64[ns]') + where <class 'numpy.dtype'> = np.dtype xarray/tests/test_variable.py::TestVariable::test_0d_timedelta: AssertionError: assert dtype('<m8[s]') == dtype('<m8[ns]') + where dtype('<m8[s]') = <xarray.Variable ()>\narray(1, dtype='timedelta64[s]').dtype + and dtype('<m8[ns]') = <class 'numpy.dtype'>('timedelta64[ns]') + where <class 'numpy.dtype'> = np.dtype xarray/tests/test_variable.py::TestVariableWithDask::test_index_0d_timedelta64: AssertionError: assert dtype('<m8[us]') == 'timedelta64[ns]' + where dtype('<m8[us]') = numpy.timedelta64(3600000000,'us').dtype xarray/tests/test_variable.py::TestVariableWithDask::test_timedelta64_conversion: AssertionError: assert dtype('<m8[s]') == dtype('<m8[ns]') + where dtype('<m8[s]') = <xarray.Variable (t: 3)>\ndask.array<array, shape=(3,), dtype=timedelta64[s], chunksize=(3,), chunktype=numpy.ndarray>.dtype + and dtype('<m8[ns]') = <class 'numpy.dtype'>('timedelta64[ns]') + where <class 'numpy.dtype'> = 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('<m8[s]') == dtype('<m8[ns]') + where dtype('<m8[s]') = <xarray.IndexVariable 't' (t: 3)>\narray([ 0, 86400, 172800], dtype='timedelta64[s]').dtype + and dtype('<m8[ns]') = <class 'numpy.dtype'>('timedelta64[ns]') + where <class 'numpy.dtype'> = 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 | xarray 13221727 | issue | ||||||
1405387614 | I_kwDOAMm_X85TxINe | 7155 | ⚠️ Nightly upstream-dev CI failed ⚠️ | github-actions[bot] 41898282 | closed | 0 | 1 | 2022-10-12T00:35:46Z | 2022-10-12T14:11:20Z | 2022-10-12T14:11:20Z | CONTRIBUTOR | 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) <U1 'a' 'b' 'c' 'd' 'e' R * dim3 (dim3) object 'a' 'b' 'c' 'd' 'e' Differing data variables: L var1 (dim1, dim2) float64 -1.036 0.3671 -1.51 ... -1.103 -0.426 0.09974 foo: variable R var1 (dim1, dim2) float64 ... foo: variable L var3 (dim3, dim1) float64 -0.4772 -0.117 -1.255 ... -0.7736 0.02354 foo: variable R var3 (dim3, dim1) float64 ... foo: variable L var2 (dim1, dim2) float64 -1.199 0.04631 -2.036 ... -0.1828 -0.05898 foo: variable R var2 (dim1, dim2) float64 ... foo: variable xarray/tests/test_backends.py::TestH5NetCDFData::test_vectorized_indexing: AttributeError: 'list' object has no attribute 'stop' xarray/tests/test_backends.py::TestH5NetCDFData::test_isel_dataarray: AssertionError: Left and right Dataset objects are not identical Differing data variables: L var1 (dim1, dim2) float64 -0.3514 1.149 -1.555 ... 1.09 0.6669 1.347 foo: variable R var1 (dim1, dim2) float64 ... foo: variable L var2 (dim1, dim2) float64 1.0 -0.9616 -2.576 ... 0.9049 0.455 0.2696 foo: variable R var2 (dim1, dim2) float64 ... foo: variable xarray/tests/test_backends.py::TestH5NetCDFData::test_array_type_after_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) <U1 'a' 'b' 'c' 'd' 'e' R * dim3 (dim3) object 'a' 'b' 'c' 'd' 'e' Differing data variables: L var1 (dim1, dim2) float64 -0.3081 -1.593 0.2358 ... 0.627 0.9597 1.678 foo: variable R var1 (dim1, dim2) float64 ... foo: variable L var3 (dim3, dim1) float64 1.63 -1.431 -0.7336 ... -1.584 1.663 0.8897 foo: variable R var3 (dim3, dim1) float64 ... foo: variable L var2 (dim1, dim2) float64 -0.613 0.9493 -0.3277 ... -0.645 -0.3182 foo: variable R var2 (dim1, dim2) float64 ... foo: variable xarray/tests/test_backends.py::TestH5NetCDFFileObject::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) <U1 'a' 'b' 'c' 'd' 'e' R * dim3 (dim3) object 'a' 'b' 'c' 'd' 'e' Differing data variables: L var1 (dim1, dim2) float64 -2.223 -1.32 -1.016 ... 0.04536 -2.163 0.1196 foo: variable R var1 (dim1, dim2) float64 ... foo: variable L var3 (dim3, dim1) float64 0.84 -0.9367 -0.6207 ... 1.024 -0.5467 -0.8482 foo: variable R var3 (dim3, dim1) float64 ... foo: variable L var2 (dim1, dim2) float64 1.309 -1.22 -1.567 ... -1.615 0.6035 0.4916 foo: variable R var2 (dim1, dim2) float64 ... foo: variable xarray/tests/test_backends.py::TestH5NetCDFFileObject::test_vectorized_indexing: AttributeError: 'list' object has no attribute 'stop' xarray/tests/test_backends.py::TestH5NetCDFFileObject::test_isel_dataarray: AssertionError: Left and right Dataset objects are not identical Differing data variables: L var1 (dim1, dim2) float64 0.5285 -1.929 -0.06987 ... 1.838 -1.925 -1.211 foo: variable R var1 (dim1, dim2) float64 ... foo: variable L var2 (dim1, dim2) float64 0.343 -1.278 0.7931 ... 0.1412 1.756 0.2473 foo: variable R var2 (dim1, dim2) float64 ... foo: variable xarray/tests/test_backends.py::TestH5NetCDFFileObject::test_array_type_after_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) <U1 'a' 'b' 'c' 'd' 'e' R * dim3 (dim3) object 'a' 'b' 'c' 'd' 'e' Differing data variables: L var1 (dim1, dim2) float64 0.3894 -0.5256 -1.166 ... 2.157 1.046 -1.667 foo: variable R var1 (dim1, dim2) float64 ... foo: variable L var3 (dim3, dim1) float64 -0.08323 -1.08 1.988 ... -1.035 -0.06144 foo: variable R var3 (dim3, dim1) float64 ... foo: variable L var2 (dim1, dim2) float64 -0.3159 0.2045 0.2556 ... 2.283 0.6059 -1.284 foo: variable R var2 (dim1, dim2) float64 ... foo: variable 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. ``` </details> |
{ "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 | xarray 13221727 | issue | ||||||
1345644028 | I_kwDOAMm_X85QNOX8 | 6941 | ⚠️ Nightly upstream-dev CI failed ⚠️ | github-actions[bot] 41898282 | closed | 0 | 5 | 2022-08-22T00:31:20Z | 2022-10-11T16:31:46Z | 2022-10-11T16:31:46Z | CONTRIBUTOR | 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) <U1 'a' 'b' 'c' 'd' 'e' R * dim3 (dim3) object 'a' 'b' 'c' 'd' 'e' Differing data variables: L var3 (dim3, dim1) float64 -0.4059 1.247 -0.3095 ... 0.8073 -0.2758 foo: variable R var3 (dim3, dim1) float64 ... foo: variable L var2 (dim1, dim2) float64 0.3307 -1.768 -1.454 ... -0.6426 2.697 0.4849 foo: variable R var2 (dim1, dim2) float64 ... foo: variable L var1 (dim1, dim2) float64 -1.639 1.625 0.3936 ... -0.8715 0.2285 -0.0473 foo: variable R var1 (dim1, dim2) float64 ... foo: variable xarray/tests/test_backends.py::TestH5NetCDFData::test_vectorized_indexing: AttributeError: 'list' object has no attribute 'stop' xarray/tests/test_backends.py::TestH5NetCDFData::test_isel_dataarray: AssertionError: Left and right Dataset objects are not identical Differing data variables: L var2 (dim1, dim2) float64 0.6563 0.3721 1.274 ... 1.106 -0.2169 1.502 foo: variable R var2 (dim1, dim2) float64 ... foo: variable L var1 (dim1, dim2) float64 0.2482 0.4837 2.044 ... -0.8528 -1.536 -0.3347 foo: variable R var1 (dim1, dim2) float64 ... foo: variable xarray/tests/test_backends.py::TestH5NetCDFData::test_array_type_after_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) <U1 'a' 'b' 'c' 'd' 'e' R * dim3 (dim3) object 'a' 'b' 'c' 'd' 'e' Differing data variables: L var3 (dim3, dim1) float64 -0.02351 -2.274 0.9986 ... -1.546 0.1454 foo: variable R var3 (dim3, dim1) float64 ... foo: variable L var2 (dim1, dim2) float64 0.7681 1.803 1.406 ... 1.524 0.5592 -0.5456 foo: variable R var2 (dim1, dim2) float64 ... foo: variable L var1 (dim1, dim2) float64 0.8966 -0.1489 0.3954 ... -0.689 -0.9191 foo: variable R var1 (dim1, dim2) float64 ... foo: variable xarray/tests/test_backends.py::TestH5NetCDFFileObject::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) <U1 'a' 'b' 'c' 'd' 'e' R * dim3 (dim3) object 'a' 'b' 'c' 'd' 'e' Differing data variables: L var3 (dim3, dim1) float64 -0.4183 -0.3932 -0.01572 ... 0.6842 -0.4205 foo: variable R var3 (dim3, dim1) float64 ... foo: variable L var2 (dim1, dim2) float64 1.008 0.4886 -1.046 ... -1.152 -0.8104 1.077 foo: variable R var2 (dim1, dim2) float64 ... foo: variable L var1 (dim1, dim2) float64 -1.11 -0.3574 -1.076 ... 0.7554 0.1688 0.5749 foo: variable R var1 (dim1, dim2) float64 ... foo: variable xarray/tests/test_backends.py::TestH5NetCDFFileObject::test_vectorized_indexing: AttributeError: 'list' object has no attribute 'stop' xarray/tests/test_backends.py::TestH5NetCDFFileObject::test_isel_dataarray: AssertionError: Left and right Dataset objects are not identical Differing data variables: L var2 (dim1, dim2) float64 0.2409 0.5855 1.56 ... 0.4115 -0.4185 0.6749 foo: variable R var2 (dim1, dim2) float64 ... foo: variable L var1 (dim1, dim2) float64 -1.05 0.8272 -1.445 ... 0.3286 -0.05075 0.9352 foo: variable R var1 (dim1, dim2) float64 ... foo: variable xarray/tests/test_backends.py::TestH5NetCDFFileObject::test_array_type_after_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) <U1 'a' 'b' 'c' 'd' 'e' R * dim3 (dim3) object 'a' 'b' 'c' 'd' 'e' Differing data variables: L var3 (dim3, dim1) float64 -0.8477 0.8072 0.4219 ... 0.2703 0.5475 -1.696 foo: variable R var3 (dim3, dim1) float64 ... foo: variable L var2 (dim1, dim2) float64 -0.9968 0.1141 0.7767 ... 0.09977 -0.7788 foo: variable R var2 (dim1, dim2) float64 ... foo: variable L var1 (dim1, dim2) float64 2.949 -0.4085 0.7757 ... -0.2474 2.141 1.753 foo: variable R var1 (dim1, dim2) float64 ... foo: variable 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. ``` </details> |
{ "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 | xarray 13221727 | issue | ||||||
1308830287 | I_kwDOAMm_X85OAypP | 6808 | ⚠️ Nightly upstream-dev CI failed ⚠️ | github-actions[bot] 41898282 | closed | 0 | 2 | 2022-07-19T00:29:26Z | 2022-07-28T09:09:18Z | 2022-07-28T09:09:18Z | CONTRIBUTOR | 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 | xarray 13221727 | issue | ||||||
1296629492 | I_kwDOAMm_X85NSP70 | 6760 | ⚠️ Nightly upstream-dev CI failed ⚠️ | github-actions[bot] 41898282 | closed | 0 | 1 | 2022-07-07T00:28:37Z | 2022-07-07T09:00:44Z | 2022-07-07T09:00:43Z | CONTRIBUTOR | 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 | xarray 13221727 | issue | ||||||
1281386064 | I_kwDOAMm_X85MYGZQ | 6716 | ⚠️ Nightly upstream-dev CI failed ⚠️ | github-actions[bot] 41898282 | closed | 0 | 5 | 2022-06-23T00:30:54Z | 2022-07-06T15:29:55Z | 2022-07-06T15:29:47Z | CONTRIBUTOR | 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 | xarray 13221727 | issue | ||||||
1271501159 | I_kwDOAMm_X85LyZFn | 6698 | ⚠️ Nightly upstream-dev CI failed ⚠️ | github-actions[bot] 41898282 | closed | 0 | 1 | 2022-06-15T00:21:08Z | 2022-06-22T10:33:25Z | 2022-06-22T10:33:25Z | CONTRIBUTOR | 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 | xarray 13221727 | issue | ||||||
1261205321 | I_kwDOAMm_X85LLHdJ | 6666 | ⚠️ Nightly upstream-dev CI failed ⚠️ | github-actions[bot] 41898282 | closed | 0 | 1 | 2022-06-06T00:30:01Z | 2022-06-06T18:53:37Z | 2022-06-06T18:53:37Z | CONTRIBUTOR | 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 | xarray 13221727 | issue | ||||||
1251382769 | I_kwDOAMm_X85KlpXx | 6649 | ⚠️ Nightly upstream-dev CI failed ⚠️ | github-actions[bot] 41898282 | closed | 0 | 1 | 2022-05-28T00:29:53Z | 2022-05-29T13:10:52Z | 2022-05-29T13:10:52Z | CONTRIBUTOR | 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 | xarray 13221727 | issue | ||||||
1228474784 | I_kwDOAMm_X85JOQmg | 6578 | ⚠️ Nightly upstream-dev CI failed ⚠️ | github-actions[bot] 41898282 | closed | 0 | 3 | 2022-05-07T00:34:37Z | 2022-05-10T15:37:11Z | 2022-05-10T15:37:11Z | CONTRIBUTOR | 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[<lambda>0] FAILED xarray/tests/test_dask.py::test_map_blocks_da_transformations[<lambda>1] FAILED xarray/tests/test_dask.py::test_map_blocks_da_transformations[<lambda>2] FAILED xarray/tests/test_dask.py::test_map_blocks_da_transformations[<lambda>3] FAILED xarray/tests/test_dask.py::test_map_blocks_da_transformations[<lambda>4] FAILED xarray/tests/test_dask.py::test_map_blocks_da_transformations[<lambda>5] FAILED xarray/tests/test_dask.py::test_map_blocks_da_transformations[<lambda>6] FAILED xarray/tests/test_dask.py::test_map_blocks_da_transformations[<lambda>7] FAILED xarray/tests/test_dask.py::test_map_blocks_ds_transformations[<lambda>0] FAILED xarray/tests/test_dask.py::test_map_blocks_ds_transformations[<lambda>1] FAILED xarray/tests/test_dask.py::test_map_blocks_ds_transformations[<lambda>2] FAILED xarray/tests/test_dask.py::test_map_blocks_ds_transformations[<lambda>3] FAILED xarray/tests/test_dask.py::test_map_blocks_ds_transformations[<lambda>4] FAILED xarray/tests/test_dask.py::test_map_blocks_ds_transformations[<lambda>5] FAILED xarray/tests/test_dask.py::test_map_blocks_ds_transformations[<lambda>6] FAILED xarray/tests/test_dask.py::test_map_blocks_ds_transformations[<lambda>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 | xarray 13221727 | issue | ||||||
1176118189 | I_kwDOAMm_X85GGiOt | 6398 | ⚠️ Nightly upstream-dev CI failed ⚠️ | github-actions[bot] 41898282 | closed | 0 | 1 | 2022-03-22T00:33:53Z | 2022-03-22T14:00:54Z | 2022-03-22T14:00:54Z | CONTRIBUTOR | 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 | xarray 13221727 | issue | ||||||
1139351142 | I_kwDOAMm_X85D6R5m | 6281 | ⚠️ Nightly upstream-dev CI failed ⚠️ | github-actions[bot] 41898282 | closed | 0 | 4 | 2022-02-16T00:25:30Z | 2022-02-16T09:49:18Z | 2022-02-16T09:49:08Z | CONTRIBUTOR | 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 | xarray 13221727 | issue | ||||||
1118364919 | I_kwDOAMm_X85CqOT3 | 6209 | ⚠️ Nightly upstream-dev CI failed ⚠️ | github-actions[bot] 41898282 | closed | 0 | 2 | 2022-01-30T00:27:40Z | 2022-01-31T08:16:48Z | 2022-01-31T08:16:48Z | CONTRIBUTOR | 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 | xarray 13221727 | issue | ||||||
1115635460 | I_kwDOAMm_X85Cfz8E | 6197 | ⚠️ Nightly upstream-dev CI failed ⚠️ | github-actions[bot] 41898282 | closed | 0 | 1 | 2022-01-27T00:28:02Z | 2022-01-29T07:55:01Z | 2022-01-29T07:55:01Z | CONTRIBUTOR | 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 | xarray 13221727 | issue | ||||||
1087276623 | I_kwDOAMm_X85AzoZP | 6104 | ⚠️ Nightly upstream-dev CI failed ⚠️ | github-actions[bot] 41898282 | closed | 0 | 1 | 2021-12-23T00:29:10Z | 2021-12-25T13:37:36Z | 2021-12-25T13:37:36Z | CONTRIBUTOR | 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 | xarray 13221727 | issue | ||||||
1060718732 | I_kwDOAMm_X84_OUiM | 6016 | ⚠️ Nightly upstream-dev CI failed ⚠️ | github-actions[bot] 41898282 | closed | 0 | 1 | 2021-11-23T00:27:13Z | 2021-12-22T11:40:05Z | 2021-12-22T11:40:05Z | CONTRIBUTOR | 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 | xarray 13221727 | issue | ||||||
1040003067 | I_kwDOAMm_X849_S_7 | 5919 | ⚠️ Nightly upstream-dev CI failed ⚠️ | github-actions[bot] 41898282 | closed | 0 | 2 | 2021-10-30T00:24:48Z | 2021-11-09T16:57:18Z | 2021-11-09T16:57:18Z | CONTRIBUTOR | 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 | xarray 13221727 | issue | ||||||
1046625905 | PR_kwDOAMm_X84uL759 | 5949 | pre-commit: autoupdate hook versions | github-actions[bot] 41898282 | closed | 0 | 6 | 2021-11-07T00:17:32Z | 2021-11-08T22:55:28Z | 2021-11-08T22:55:24Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/5949 | Base PullRequestdefault branch (https://github.com/pydata/xarray/tree/main) Command resultsDetails:add path```Shell /home/runner/work/_actions/technote-space/create-pr-action/837dbe469b39f08d416889369a52e2a993625c84/node_modules/npm-check-updates/bin ```python -m pre_commit autoupdate```Shell Updating https://github.com/pre-commit/pre-commit-hooks ... [INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks. already up to date. Updating https://github.com/PyCQA/isort ... [INFO] Initializing environment for https://github.com/PyCQA/isort. updating 5.9.3 -> 5.10.0. Updating https://github.com/psf/black ... [INFO] Initializing environment for https://github.com/psf/black. updating 21.9b0 -> 21.10b0. Updating https://github.com/keewis/blackdoc ... [INFO] Initializing environment for https://github.com/keewis/blackdoc. already up to date. Updating https://gitlab.com/pycqa/flake8 ... [INFO] Initializing environment for https://gitlab.com/pycqa/flake8. already up to date. Updating https://github.com/pre-commit/mirrors-mypy ... [INFO] Initializing environment for https://github.com/pre-commit/mirrors-mypy. already up to date. ```python -m pre_commit run --all-files```Shell [INFO] Initializing environment for https://github.com/psf/black:.[jupyter]. [INFO] Initializing environment for https://github.com/pre-commit/mirrors-mypy:numpy,types-PyYAML,types-pkg_resources,types-python-dateutil,types-pytz,typing-extensions==3.10.0.0. [INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://github.com/PyCQA/isort. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://github.com/psf/black. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://github.com/psf/black. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://github.com/keewis/blackdoc. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://gitlab.com/pycqa/flake8. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://github.com/pre-commit/mirrors-mypy. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... Trim Trailing Whitespace.................................................Passed Fix End of Files.........................................................Passed Check Yaml...............................................................Passed isort....................................................................Failed - hook id: isort - files were modified by this hook Fixing /home/runner/work/xarray/xarray/xarray/tests/test_distributed.py black....................................................................Failed - hook id: black - files were modified by this hook reformatted xarray/tests/test_distributed.py All done! ✨ 🍰 ✨ 1 file reformatted, 164 files left unchanged. black-jupyter............................................................Passed blackdoc.................................................................Passed flake8...................................................................Passed mypy.....................................................................Passed ```Changed filesChanged 2 files:- .pre-commit-config.yaml - xarray/tests/test_distributed.py:octocat: Repo | :memo: Issues | :department_store: Marketplace |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/5949/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
1028482291 | I_kwDOAMm_X849TWTz | 5872 | ⚠️ Nightly upstream-dev CI failed ⚠️ | github-actions[bot] 41898282 | closed | 0 | 2 | 2021-10-18T00:21:35Z | 2021-10-28T11:46:04Z | 2021-10-28T11:46:04Z | CONTRIBUTOR | 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 | xarray 13221727 | issue | ||||||
980752965 | MDU6SXNzdWU5ODA3NTI5NjU= | 5743 | ⚠️ Nightly upstream-dev CI failed ⚠️ | github-actions[bot] 41898282 | closed | 0 | 3 | 2021-08-27T00:28:46Z | 2021-10-17T12:06:35Z | 2021-10-17T12:06:35Z | CONTRIBUTOR | 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 | xarray 13221727 | issue | ||||||
1021839082 | PR_kwDOAMm_X84s-l5G | 5848 | pre-commit: autoupdate hook versions | github-actions[bot] 41898282 | closed | 0 | 4 | 2021-10-10T00:10:11Z | 2021-10-10T19:25:15Z | 2021-10-10T00:53:34Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/5848 | Base PullRequestdefault branch (https://github.com/pydata/xarray/tree/main) Command resultsDetails:add path```Shell /home/runner/work/_actions/technote-space/create-pr-action/837dbe469b39f08d416889369a52e2a993625c84/node_modules/npm-check-updates/bin ```python -m pre_commit autoupdate```Shell Updating https://github.com/pre-commit/pre-commit-hooks ... [INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks. already up to date. Updating https://github.com/PyCQA/isort ... [INFO] Initializing environment for https://github.com/PyCQA/isort. already up to date. Updating https://github.com/psf/black ... [INFO] Initializing environment for https://github.com/psf/black. already up to date. Updating https://github.com/keewis/blackdoc ... [INFO] Initializing environment for https://github.com/keewis/blackdoc. already up to date. Updating https://gitlab.com/pycqa/flake8 ... [INFO] Initializing environment for https://gitlab.com/pycqa/flake8. already up to date. Updating https://github.com/pre-commit/mirrors-mypy ... [INFO] Initializing environment for https://github.com/pre-commit/mirrors-mypy. updating v0.910 -> v0.910-1. ```python -m pre_commit run --all-files```Shell [INFO] Initializing environment for https://github.com/pre-commit/mirrors-mypy:numpy,types-PyYAML,types-pkg_resources,types-python-dateutil,types-pytz,typing-extensions==3.10.0.0. [INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://github.com/PyCQA/isort. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://github.com/psf/black. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://github.com/keewis/blackdoc. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://gitlab.com/pycqa/flake8. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://github.com/pre-commit/mirrors-mypy. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... Trim Trailing Whitespace.................................................Passed Fix End of Files.........................................................Passed Check Yaml...............................................................Passed isort....................................................................Passed black....................................................................Passed blackdoc.................................................................Passed flake8...................................................................Passed mypy.....................................................................Failed - hook id: mypy - exit code: 2 xarray/core/_typed_ops.py: error: Duplicate module named "xarray.core._typed_ops" (also at "xarray/core/_typed_ops.pyi") xarray/core/_typed_ops.py: note: Are you missing an __init__.py? Alternatively, consider using --exclude to avoid checking one of them. Found 1 error in 1 file (errors prevented further checking) ```Changed filesChanged file:- .pre-commit-config.yaml:octocat: Repo | :memo: Issues | :department_store: Marketplace |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/5848/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
1000164496 | PR_kwDOAMm_X84r7X1W | 5799 | pre-commit: autoupdate hook versions | github-actions[bot] 41898282 | closed | 0 | 2 | 2021-09-19T00:09:49Z | 2021-09-27T13:31:44Z | 2021-09-19T18:33:55Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/5799 | Base PullRequestdefault branch (https://github.com/pydata/xarray/tree/main) Command resultsDetails:add path```Shell /home/runner/work/_actions/technote-space/create-pr-action/837dbe469b39f08d416889369a52e2a993625c84/node_modules/npm-check-updates/bin ```python -m pre_commit autoupdate```Shell Updating https://github.com/pre-commit/pre-commit-hooks ... [INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks. already up to date. Updating https://github.com/PyCQA/isort ... [INFO] Initializing environment for https://github.com/PyCQA/isort. already up to date. Updating https://github.com/psf/black ... [INFO] Initializing environment for https://github.com/psf/black. updating 21.8b0 -> 21.9b0. Updating https://github.com/keewis/blackdoc ... [INFO] Initializing environment for https://github.com/keewis/blackdoc. already up to date. Updating https://gitlab.com/pycqa/flake8 ... [INFO] Initializing environment for https://gitlab.com/pycqa/flake8. already up to date. Updating https://github.com/pre-commit/mirrors-mypy ... [INFO] Initializing environment for https://github.com/pre-commit/mirrors-mypy. already up to date. ```python -m pre_commit run --all-files```Shell [INFO] Initializing environment for https://github.com/pre-commit/mirrors-mypy:numpy,types-PyYAML,types-pkg_resources,types-python-dateutil,types-pytz,typing-extensions==3.10.0.0. [INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://github.com/PyCQA/isort. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://github.com/psf/black. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://github.com/keewis/blackdoc. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://gitlab.com/pycqa/flake8. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://github.com/pre-commit/mirrors-mypy. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... Trim Trailing Whitespace.................................................Passed Fix End of Files.........................................................Passed Check Yaml...............................................................Passed isort....................................................................Passed black....................................................................Passed blackdoc.................................................................Passed flake8...................................................................Passed mypy.....................................................................Passed ```Changed filesChanged file:- .pre-commit-config.yaml:octocat: Repo | :memo: Issues | :department_store: Marketplace |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/5799/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
1007228069 | PR_kwDOAMm_X84sRd6i | 5824 | pre-commit: autoupdate hook versions | github-actions[bot] 41898282 | closed | 0 | 1 | 2021-09-26T00:10:15Z | 2021-09-26T20:53:08Z | 2021-09-26T20:25:20Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/5824 | Base PullRequestdefault branch (https://github.com/pydata/xarray/tree/main) Command resultsDetails:Changed filesChanged file::octocat: Repo | :memo: Issues | :department_store: Marketplace |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/5824/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
988391288 | MDExOlB1bGxSZXF1ZXN0NzI3MzE0NDE0 | 5766 | pre-commit: autoupdate hook versions | github-actions[bot] 41898282 | closed | 0 | 1 | 2021-09-05T00:09:48Z | 2021-09-05T03:19:08Z | 2021-09-05T02:52:22Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/5766 | Base PullRequestdefault branch (https://github.com/pydata/xarray/tree/main) Command resultsDetails:add path```Shell /home/runner/work/_actions/technote-space/create-pr-action/837dbe469b39f08d416889369a52e2a993625c84/node_modules/npm-check-updates/bin ```python -m pre_commit autoupdate```Shell Updating https://github.com/pre-commit/pre-commit-hooks ... [INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks. already up to date. Updating https://github.com/PyCQA/isort ... [INFO] Initializing environment for https://github.com/PyCQA/isort. already up to date. Updating https://github.com/psf/black ... [INFO] Initializing environment for https://github.com/psf/black. updating 21.7b0 -> 21.8b0. Updating https://github.com/keewis/blackdoc ... [INFO] Initializing environment for https://github.com/keewis/blackdoc. already up to date. Updating https://gitlab.com/pycqa/flake8 ... [INFO] Initializing environment for https://gitlab.com/pycqa/flake8. already up to date. Updating https://github.com/pre-commit/mirrors-mypy ... [INFO] Initializing environment for https://github.com/pre-commit/mirrors-mypy. already up to date. ```python -m pre_commit run --all-files```Shell [INFO] Initializing environment for https://github.com/pre-commit/mirrors-mypy:numpy,types-PyYAML,types-pkg_resources,types-python-dateutil,types-pytz,typing-extensions==3.10.0.0. [INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://github.com/PyCQA/isort. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://github.com/psf/black. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://github.com/keewis/blackdoc. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://gitlab.com/pycqa/flake8. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://github.com/pre-commit/mirrors-mypy. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... Trim Trailing Whitespace.................................................Passed Fix End of Files.........................................................Passed Check Yaml...............................................................Passed isort....................................................................Passed black....................................................................Passed blackdoc.................................................................Passed flake8...................................................................Passed mypy.....................................................................Passed ```Changed filesChanged file:- .pre-commit-config.yaml:octocat: Repo | :memo: Issues | :department_store: Marketplace |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/5766/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
957131705 | MDU6SXNzdWU5NTcxMzE3MDU= | 5654 | recent versions of sparse and dask seem to be incompatible with our tests | github-actions[bot] 41898282 | closed | 0 | 28 | 2021-07-31T00:21:23Z | 2021-08-31T15:20:19Z | 2021-08-31T15:20:19Z | CONTRIBUTOR | 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 | xarray 13221727 | issue | ||||||
957343352 | MDExOlB1bGxSZXF1ZXN0NzAwNzg1NDcy | 5660 | pre-commit: autoupdate hook versions | github-actions[bot] 41898282 | closed | 0 | 1 | 2021-08-01T00:09:43Z | 2021-08-08T09:00:52Z | 2021-08-01T08:17:38Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/5660 | Base PullRequestdefault branch (https://github.com/pydata/xarray/tree/main) Command resultsDetails:add path```Shell /home/runner/work/_actions/technote-space/create-pr-action/837dbe469b39f08d416889369a52e2a993625c84/node_modules/npm-check-updates/bin ```python -m pre_commit autoupdate```Shell Updating https://github.com/pre-commit/pre-commit-hooks ... [INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks. already up to date. Updating https://github.com/PyCQA/isort ... [INFO] Initializing environment for https://github.com/PyCQA/isort. updating 5.9.2 -> 5.9.3. Updating https://github.com/psf/black ... [INFO] Initializing environment for https://github.com/psf/black. already up to date. Updating https://github.com/keewis/blackdoc ... [INFO] Initializing environment for https://github.com/keewis/blackdoc. already up to date. Updating https://gitlab.com/pycqa/flake8 ... [INFO] Initializing environment for https://gitlab.com/pycqa/flake8. already up to date. Updating https://github.com/pre-commit/mirrors-mypy ... [INFO] Initializing environment for https://github.com/pre-commit/mirrors-mypy. already up to date. ```python -m pre_commit run --all-files```Shell [INFO] Initializing environment for https://github.com/pre-commit/mirrors-mypy:numpy,types-PyYAML,types-pkg_resources,types-python-dateutil,types-pytz,typing-extensions==3.10.0.0. [INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://github.com/PyCQA/isort. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://github.com/psf/black. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://github.com/keewis/blackdoc. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://gitlab.com/pycqa/flake8. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://github.com/pre-commit/mirrors-mypy. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... Trim Trailing Whitespace.................................................Passed Fix End of Files.........................................................Passed Check Yaml...............................................................Passed isort....................................................................Passed black....................................................................Passed blackdoc.................................................................Passed flake8...................................................................Passed mypy.....................................................................Passed ```Changed filesChanged file:- .pre-commit-config.yaml:octocat: Repo | :memo: Issues | :department_store: Marketplace |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/5660/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
963324271 | MDExOlB1bGxSZXF1ZXN0NzA1OTYwODU0 | 5685 | pre-commit: autoupdate hook versions | github-actions[bot] 41898282 | closed | 0 | 1 | 2021-08-08T00:09:10Z | 2021-08-08T09:00:51Z | 2021-08-08T04:06:19Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/5685 | Base PullRequestdefault branch (https://github.com/pydata/xarray/tree/main) Command resultsDetails:Changed filesChanged file::octocat: Repo | :memo: Issues | :department_store: Marketplace |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/5685/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
946922162 | MDExOlB1bGxSZXF1ZXN0NjkyMDA2NjEx | 5617 | pre-commit: autoupdate hook versions | github-actions[bot] 41898282 | closed | 0 | 1 | 2021-07-18T00:09:00Z | 2021-07-18T10:03:23Z | 2021-07-18T09:37:28Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/5617 | Base PullRequestdefault branch (https://github.com/pydata/xarray/tree/main) Command resultsDetails:add path```Shell /home/runner/work/_actions/technote-space/create-pr-action/837dbe469b39f08d416889369a52e2a993625c84/node_modules/npm-check-updates/bin ```python -m pre_commit autoupdate```Shell Updating https://github.com/pre-commit/pre-commit-hooks ... [INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks. already up to date. Updating https://github.com/PyCQA/isort ... [INFO] Initializing environment for https://github.com/PyCQA/isort. already up to date. Updating https://github.com/psf/black ... [INFO] Initializing environment for https://github.com/psf/black. updating 21.6b0 -> 21.7b0. Updating https://github.com/keewis/blackdoc ... [INFO] Initializing environment for https://github.com/keewis/blackdoc. updating v0.3.3 -> v0.3.4. Updating https://gitlab.com/pycqa/flake8 ... [INFO] Initializing environment for https://gitlab.com/pycqa/flake8. already up to date. Updating https://github.com/pre-commit/mirrors-mypy ... [INFO] Initializing environment for https://github.com/pre-commit/mirrors-mypy. already up to date. ```python -m pre_commit run --all-files```Shell [INFO] Initializing environment for https://github.com/pre-commit/mirrors-mypy:numpy,types-PyYAML,types-pkg_resources,types-python-dateutil,types-pytz. [INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://github.com/PyCQA/isort. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://github.com/psf/black. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://github.com/keewis/blackdoc. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://gitlab.com/pycqa/flake8. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://github.com/pre-commit/mirrors-mypy. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... Trim Trailing Whitespace.................................................Passed Fix End of Files.........................................................Passed Check Yaml...............................................................Passed isort....................................................................Passed black....................................................................Passed blackdoc.................................................................Passed flake8...................................................................Passed mypy.....................................................................Passed ```Changed filesChanged file:- .pre-commit-config.yaml:octocat: Repo | :memo: Issues | :department_store: Marketplace |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/5617/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
943923579 | MDU6SXNzdWU5NDM5MjM1Nzk= | 5600 | ⚠️ Nightly upstream-dev CI failed ⚠️ | github-actions[bot] 41898282 | closed | 0 | 7 | 2021-07-14T00:23:41Z | 2021-07-15T20:53:14Z | 2021-07-15T20:38:05Z | CONTRIBUTOR | 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 | xarray 13221727 | issue | ||||||
941344063 | MDExOlB1bGxSZXF1ZXN0Njg3MjUzMjYw | 5590 | pre-commit: autoupdate hook versions | github-actions[bot] 41898282 | closed | 0 | 0 | 2021-07-11T00:08:49Z | 2021-07-11T11:18:58Z | 2021-07-11T11:18:55Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/5590 | Base PullRequestdefault branch (https://github.com/pydata/xarray/tree/main) Command resultsDetails:add path```Shell /home/runner/work/_actions/technote-space/create-pr-action/837dbe469b39f08d416889369a52e2a993625c84/node_modules/npm-check-updates/bin ```python -m pre_commit autoupdate```Shell Updating https://github.com/pre-commit/pre-commit-hooks ... [INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks. already up to date. Updating https://github.com/PyCQA/isort ... [INFO] Initializing environment for https://github.com/PyCQA/isort. updating 5.9.1 -> 5.9.2. Updating https://github.com/psf/black ... [INFO] Initializing environment for https://github.com/psf/black. already up to date. Updating https://github.com/keewis/blackdoc ... [INFO] Initializing environment for https://github.com/keewis/blackdoc. already up to date. Updating https://gitlab.com/pycqa/flake8 ... [INFO] Initializing environment for https://gitlab.com/pycqa/flake8. already up to date. Updating https://github.com/pre-commit/mirrors-mypy ... [INFO] Initializing environment for https://github.com/pre-commit/mirrors-mypy. already up to date. ```python .github/workflows/sync_linter_versions.py .pre-commit-config.yaml ci/requirements/mypy_only### stderr: ```Shell Traceback (most recent call last): File "/home/runner/work/xarray/xarray/.github/workflows/sync_linter_versions.py", line 55, in <module> requirements_text = args.requirements.read_text() File "/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/pathlib.py", line 1256, in read_text with self.open(mode='r', encoding=encoding, errors=errors) as f: File "/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/pathlib.py", line 1242, in open return io.open(self, mode, buffering, encoding, errors, newline, File "/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/pathlib.py", line 1110, in _opener return self._accessor.open(self, flags, mode) FileNotFoundError: [Errno 2] No such file or directory: 'ci/requirements/mypy_only' ```python -m pre_commit run --all-files```Shell [INFO] Initializing environment for https://github.com/pre-commit/mirrors-mypy:numpy,types-PyYAML,types-pkg_resources,types-python-dateutil,types-pytz. [INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://github.com/PyCQA/isort. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://github.com/psf/black. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://github.com/keewis/blackdoc. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://gitlab.com/pycqa/flake8. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://github.com/pre-commit/mirrors-mypy. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... Trim Trailing Whitespace.................................................Passed Fix End of Files.........................................................Passed Check Yaml...............................................................Passed isort....................................................................Passed black....................................................................Passed blackdoc.................................................................Passed flake8...................................................................Passed mypy.....................................................................Passed ```Changed filesChanged file:- .pre-commit-config.yaml:octocat: Repo | :memo: Issues | :department_store: Marketplace |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/5590/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
936346865 | MDExOlB1bGxSZXF1ZXN0NjgzMDkyNTgx | 5572 | pre-commit: autoupdate hook versions | github-actions[bot] 41898282 | closed | 0 | 2 | 2021-07-04T00:08:07Z | 2021-07-04T17:51:15Z | 2021-07-04T16:09:36Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/5572 | Base PullRequestdefault branch (https://github.com/pydata/xarray/tree/main) Command resultsDetails:Changed filesChanged file::octocat: Repo | :memo: Issues | :department_store: Marketplace |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/5572/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
930817177 | MDExOlB1bGxSZXF1ZXN0Njc4NDMxNTQz | 5539 | pre-commit: autoupdate hook versions | github-actions[bot] 41898282 | closed | 0 | 1 | 2021-06-27T00:08:06Z | 2021-07-04T16:10:05Z | 2021-06-27T08:10:19Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/5539 | Base PullRequestdefault branch (https://github.com/pydata/xarray/tree/main) Command resultsDetails:add path```Shell /home/runner/work/_actions/technote-space/create-pr-action/837dbe469b39f08d416889369a52e2a993625c84/node_modules/npm-check-updates/bin ```python -m pre_commit autoupdate```Shell Updating https://github.com/pre-commit/pre-commit-hooks ... [INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks. already up to date. Updating https://github.com/PyCQA/isort ... [INFO] Initializing environment for https://github.com/PyCQA/isort. updating 5.8.0 -> 5.9.1. Updating https://github.com/psf/black ... [INFO] Initializing environment for https://github.com/psf/black. already up to date. Updating https://github.com/keewis/blackdoc ... [INFO] Initializing environment for https://github.com/keewis/blackdoc. already up to date. Updating https://gitlab.com/pycqa/flake8 ... [INFO] Initializing environment for https://gitlab.com/pycqa/flake8. already up to date. Updating https://github.com/pre-commit/mirrors-mypy ... [INFO] Initializing environment for https://github.com/pre-commit/mirrors-mypy. updating v0.902 -> v0.910. ```python .github/workflows/sync_linter_versions.py .pre-commit-config.yaml ci/requirements/mypy_only### stderr: ```Shell Traceback (most recent call last): File "/home/runner/work/xarray/xarray/.github/workflows/sync_linter_versions.py", line 55, in <module> requirements_text = args.requirements.read_text() File "/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/pathlib.py", line 1256, in read_text with self.open(mode='r', encoding=encoding, errors=errors) as f: File "/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/pathlib.py", line 1242, in open return io.open(self, mode, buffering, encoding, errors, newline, File "/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/pathlib.py", line 1110, in _opener return self._accessor.open(self, flags, mode) FileNotFoundError: [Errno 2] No such file or directory: 'ci/requirements/mypy_only' ```python -m pre_commit run --all-files```Shell [INFO] Initializing environment for https://github.com/pre-commit/mirrors-mypy:numpy,types-PyYAML,types-pkg_resources,types-python-dateutil,types-pytz. [INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://github.com/PyCQA/isort. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://github.com/psf/black. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://github.com/keewis/blackdoc. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://gitlab.com/pycqa/flake8. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://github.com/pre-commit/mirrors-mypy. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... Trim Trailing Whitespace.................................................Passed Fix End of Files.........................................................Passed Check Yaml...............................................................Passed isort....................................................................Passed black....................................................................Passed blackdoc.................................................................Passed flake8...................................................................Passed mypy.....................................................................Passed ```Changed filesChanged file:- .pre-commit-config.yaml:octocat: Repo | :memo: Issues | :department_store: Marketplace |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/5539/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
912518003 | MDExOlB1bGxSZXF1ZXN0NjYyNjcwNDgz | 5441 | pre-commit: autoupdate hook versions | github-actions[bot] 41898282 | closed | 0 | 6 | 2021-06-06T00:15:06Z | 2021-06-24T15:33:29Z | 2021-06-06T09:45:50Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/5441 | Base PullRequestdefault branch (https://github.com/pydata/xarray/tree/master) Command resultsDetails:add path```Shell /home/runner/work/_actions/technote-space/create-pr-action/837dbe469b39f08d416889369a52e2a993625c84/node_modules/npm-check-updates/bin ```python -m pre_commit autoupdate```Shell Updating https://github.com/pre-commit/pre-commit-hooks ... [INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks. already up to date. Updating https://github.com/PyCQA/isort ... [INFO] Initializing environment for https://github.com/PyCQA/isort. already up to date. Updating https://github.com/psf/black ... [INFO] Initializing environment for https://github.com/psf/black. updating 21.5b1 -> 21.5b2. Updating https://github.com/keewis/blackdoc ... [INFO] Initializing environment for https://github.com/keewis/blackdoc. already up to date. Updating https://gitlab.com/pycqa/flake8 ... [INFO] Initializing environment for https://gitlab.com/pycqa/flake8. already up to date. Updating https://github.com/pre-commit/mirrors-mypy ... [INFO] Initializing environment for https://github.com/pre-commit/mirrors-mypy. already up to date. ```python .github/workflows/sync_linter_versions.py .pre-commit-config.yaml ci/requirements/mypy_onlypython -m pre_commit run --all-files```Shell [INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://github.com/PyCQA/isort. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://github.com/psf/black. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://github.com/keewis/blackdoc. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://gitlab.com/pycqa/flake8. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://github.com/pre-commit/mirrors-mypy. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... Trim Trailing Whitespace.................................................Passed Fix End of Files.........................................................Passed Check Yaml...............................................................Passed isort....................................................................Passed black....................................................................Passed blackdoc.................................................................Passed flake8...................................................................Passed mypy.....................................................................Passed ```Changed filesChanged file:- .pre-commit-config.yaml:octocat: Repo | :memo: Issues | :department_store: Marketplace |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/5441/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
925489791 | MDExOlB1bGxSZXF1ZXN0NjczOTUxMTMz | 5500 | pre-commit: autoupdate hook versions | github-actions[bot] 41898282 | closed | 0 | 1 | 2021-06-20T00:08:37Z | 2021-06-20T00:52:16Z | 2021-06-20T00:27:58Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/5500 | Base PullRequestdefault branch (https://github.com/pydata/xarray/tree/master) Command resultsDetails:add path```Shell /home/runner/work/_actions/technote-space/create-pr-action/837dbe469b39f08d416889369a52e2a993625c84/node_modules/npm-check-updates/bin ```python -m pre_commit autoupdate```Shell Updating https://github.com/pre-commit/pre-commit-hooks ... [INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks. already up to date. Updating https://github.com/PyCQA/isort ... [INFO] Initializing environment for https://github.com/PyCQA/isort. already up to date. Updating https://github.com/psf/black ... [INFO] Initializing environment for https://github.com/psf/black. updating 21.5b2 -> 21.6b0. Updating https://github.com/keewis/blackdoc ... [INFO] Initializing environment for https://github.com/keewis/blackdoc. already up to date. Updating https://gitlab.com/pycqa/flake8 ... [INFO] Initializing environment for https://gitlab.com/pycqa/flake8. already up to date. Updating https://github.com/pre-commit/mirrors-mypy ... [INFO] Initializing environment for https://github.com/pre-commit/mirrors-mypy. already up to date. ```python .github/workflows/sync_linter_versions.py .pre-commit-config.yaml ci/requirements/mypy_only### stderr: ```Shell Traceback (most recent call last): File "/home/runner/work/xarray/xarray/.github/workflows/sync_linter_versions.py", line 55, in <module> requirements_text = args.requirements.read_text() File "/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/pathlib.py", line 1256, in read_text with self.open(mode='r', encoding=encoding, errors=errors) as f: File "/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/pathlib.py", line 1242, in open return io.open(self, mode, buffering, encoding, errors, newline, File "/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/pathlib.py", line 1110, in _opener return self._accessor.open(self, flags, mode) FileNotFoundError: [Errno 2] No such file or directory: 'ci/requirements/mypy_only' ```python -m pre_commit run --all-files```Shell [INFO] Initializing environment for https://github.com/pre-commit/mirrors-mypy:numpy,types-PyYAML,types-pkg_resources,types-python-dateutil,types-pytz. [INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://github.com/PyCQA/isort. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://github.com/psf/black. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://github.com/keewis/blackdoc. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://gitlab.com/pycqa/flake8. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://github.com/pre-commit/mirrors-mypy. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... Trim Trailing Whitespace.................................................Passed Fix End of Files.........................................................Passed Check Yaml...............................................................Passed isort....................................................................Passed black....................................................................Passed blackdoc.................................................................Passed flake8...................................................................Passed mypy.....................................................................Passed ```Changed filesChanged file:- .pre-commit-config.yaml:octocat: Repo | :memo: Issues | :department_store: Marketplace |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/5500/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
919684312 | MDExOlB1bGxSZXF1ZXN0NjY4OTY3NjU0 | 5465 | pre-commit: autoupdate hook versions | github-actions[bot] 41898282 | closed | 0 | 2 | 2021-06-13T00:07:52Z | 2021-06-18T19:02:29Z | 2021-06-18T19:02:23Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/5465 | Base PullRequestdefault branch (https://github.com/pydata/xarray/tree/master) Command resultsDetails:add path```Shell /home/runner/work/_actions/technote-space/create-pr-action/837dbe469b39f08d416889369a52e2a993625c84/node_modules/npm-check-updates/bin ```python -m pre_commit autoupdate```Shell Updating https://github.com/pre-commit/pre-commit-hooks ... [INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks. already up to date. Updating https://github.com/PyCQA/isort ... [INFO] Initializing environment for https://github.com/PyCQA/isort. already up to date. Updating https://github.com/psf/black ... [INFO] Initializing environment for https://github.com/psf/black. updating 21.5b2 -> 21.6b0. Updating https://github.com/keewis/blackdoc ... [INFO] Initializing environment for https://github.com/keewis/blackdoc. already up to date. Updating https://gitlab.com/pycqa/flake8 ... [INFO] Initializing environment for https://gitlab.com/pycqa/flake8. already up to date. Updating https://github.com/pre-commit/mirrors-mypy ... [INFO] Initializing environment for https://github.com/pre-commit/mirrors-mypy. updating v0.812 -> v0.902. ```python .github/workflows/sync_linter_versions.py .pre-commit-config.yaml ci/requirements/mypy_onlypython -m pre_commit run --all-files```Shell [INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://github.com/PyCQA/isort. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://github.com/psf/black. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://github.com/keewis/blackdoc. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://gitlab.com/pycqa/flake8. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://github.com/pre-commit/mirrors-mypy. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... Trim Trailing Whitespace.................................................Passed Fix End of Files.........................................................Passed Check Yaml...............................................................Passed isort....................................................................Passed black....................................................................Passed blackdoc.................................................................Passed flake8...................................................................Passed mypy.....................................................................Failed - hook id: mypy - exit code: 1 ci/min_deps_check.py:11: error: Library stubs not installed for "yaml" (or incompatible with Python 3.9) [import] ci/min_deps_check.py:12: error: Library stubs not installed for "dateutil.relativedelta" (or incompatible with Python 3.9) [import] ci/min_deps_check.py:12: note: Hint: "python3 -m pip install types-python-dateutil" .github/workflows/sync_linter_versions.py:7: error: Library stubs not installed for "yaml" (or incompatible with Python 3.9) [import] .github/workflows/sync_linter_versions.py:7: note: Hint: "python3 -m pip install types-PyYAML" xarray/core/formatting_html.py:6: error: Library stubs not installed for "pkg_resources" (or incompatible with Python 3.9) [import] xarray/core/formatting_html.py:6: note: Hint: "python3 -m pip install types-pkg_resources" xarray/core/formatting_html.py:6: note: (or run "mypy --install-types" to install all missing stub packages) xarray/core/formatting_html.py:6: note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports xarray/core/computation.py:344: error: "object" not callable [operator] xarray/backends/plugins.py:6: error: Library stubs not installed for "pkg_resources" (or incompatible with Python 3.9) [import] xarray/core/dataset.py:4301: error: Argument 1 to <set> has incompatible type "Union[Hashable, Iterable[Hashable]]"; expected "Hashable" [arg-type] xarray/__init__.py:1: error: Library stubs not installed for "pkg_resources" (or incompatible with Python 3.9) [import] xarray/tests/test_plugins.py:3: error: Library stubs not installed for "pkg_resources" (or incompatible with Python 3.9) [import] xarray/tests/test_variable.py:9: error: Library stubs not installed for "pytz" (or incompatible with Python 3.9) [import] xarray/tests/test_variable.py:9: note: Hint: "python3 -m pip install types-pytz" Found 10 errors in 9 files (checked 142 source files) ```Changed filesChanged 2 files:- .pre-commit-config.yaml - ci/requirements/mypy_only:octocat: Repo | :memo: Issues | :department_store: Marketplace |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/5465/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
899144961 | MDU6SXNzdWU4OTkxNDQ5NjE= | 5366 | ⚠️ Nightly upstream-dev CI failed ⚠️ | github-actions[bot] 41898282 | closed | 0 | 4 | 2021-05-24T00:24:46Z | 2021-06-14T08:59:02Z | 2021-06-14T08:59:02Z | CONTRIBUTOR | 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 | xarray 13221727 | issue | ||||||
897570050 | MDU6SXNzdWU4OTc1NzAwNTA= | 5356 | ⚠️ Nightly upstream-dev CI failed ⚠️ | github-actions[bot] 41898282 | closed | 0 | 2 | 2021-05-21T00:21:43Z | 2021-05-23T00:13:20Z | 2021-05-23T00:13:20Z | CONTRIBUTOR | 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 | xarray 13221727 | issue | ||||||
898904810 | MDExOlB1bGxSZXF1ZXN0NjUwNzAzMDU5 | 5363 | pre-commit: autoupdate hook versions | github-actions[bot] 41898282 | closed | 0 | 0 | 2021-05-23T00:11:43Z | 2021-05-23T00:13:06Z | 2021-05-23T00:13:03Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/5363 | Base PullRequestdefault branch (https://github.com/pydata/xarray/tree/master) Command resultsDetails:add path```Shell /home/runner/work/_actions/technote-space/create-pr-action/837dbe469b39f08d416889369a52e2a993625c84/node_modules/npm-check-updates/bin ```python -m pre_commit autoupdate```Shell Updating https://github.com/pre-commit/pre-commit-hooks ... [INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks. updating v4.0.0 -> v4.0.1. Updating https://github.com/PyCQA/isort ... [INFO] Initializing environment for https://github.com/PyCQA/isort. already up to date. Updating https://github.com/psf/black ... [INFO] Initializing environment for https://github.com/psf/black. already up to date. Updating https://github.com/keewis/blackdoc ... [INFO] Initializing environment for https://github.com/keewis/blackdoc. already up to date. Updating https://gitlab.com/pycqa/flake8 ... [INFO] Initializing environment for https://gitlab.com/pycqa/flake8. already up to date. Updating https://github.com/pre-commit/mirrors-mypy ... [INFO] Initializing environment for https://github.com/pre-commit/mirrors-mypy. already up to date. ```python .github/workflows/sync_linter_versions.py .pre-commit-config.yaml ci/requirements/mypy_onlypython -m pre_commit run --all-files```Shell [INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://github.com/PyCQA/isort. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://github.com/psf/black. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://github.com/keewis/blackdoc. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://gitlab.com/pycqa/flake8. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://github.com/pre-commit/mirrors-mypy. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... Trim Trailing Whitespace.................................................Passed Fix End of Files.........................................................Passed Check Yaml...............................................................Passed isort....................................................................Passed black....................................................................Passed blackdoc.................................................................Passed flake8...................................................................Passed mypy.....................................................................Passed ```Changed filesChanged file:- .pre-commit-config.yaml:octocat: Repo | :memo: Issues | :department_store: Marketplace |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/5363/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
841476745 | MDU6SXNzdWU4NDE0NzY3NDU= | 5077 | ⚠️ Nightly upstream-dev CI failed ⚠️ | github-actions[bot] 41898282 | closed | 0 | 10 | 2021-03-26T00:31:43Z | 2021-05-19T13:52:42Z | 2021-05-19T13:52:42Z | CONTRIBUTOR | 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[<lambda>0] FAILED xarray/tests/test_dask.py::test_map_blocks_da_transformations[<lambda>1] FAILED xarray/tests/test_dask.py::test_map_blocks_da_transformations[<lambda>2] FAILED xarray/tests/test_dask.py::test_map_blocks_da_transformations[<lambda>3] FAILED xarray/tests/test_dask.py::test_map_blocks_da_transformations[<lambda>4] FAILED xarray/tests/test_dask.py::test_map_blocks_da_transformations[<lambda>5] FAILED xarray/tests/test_dask.py::test_map_blocks_da_transformations[<lambda>6] FAILED xarray/tests/test_dask.py::test_map_blocks_da_transformations[<lambda>7] FAILED xarray/tests/test_dask.py::test_map_blocks_ds_transformations[<lambda>0] FAILED xarray/tests/test_dask.py::test_map_blocks_ds_transformations[<lambda>1] FAILED xarray/tests/test_dask.py::test_map_blocks_ds_transformations[<lambda>2] FAILED xarray/tests/test_dask.py::test_map_blocks_ds_transformations[<lambda>3] FAILED xarray/tests/test_dask.py::test_map_blocks_ds_transformations[<lambda>4] FAILED xarray/tests/test_dask.py::test_map_blocks_ds_transformations[<lambda>5] FAILED xarray/tests/test_dask.py::test_map_blocks_ds_transformations[<lambda>6] FAILED xarray/tests/test_dask.py::test_map_blocks_ds_transformations[<lambda>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 | xarray 13221727 | issue | ||||||
892568821 | MDExOlB1bGxSZXF1ZXN0NjQ1MjQyMDEz | 5316 | pre-commit: autoupdate hook versions | github-actions[bot] 41898282 | closed | 0 | 0 | 2021-05-16T00:55:16Z | 2021-05-16T11:18:28Z | 2021-05-16T11:18:24Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/5316 | Base PullRequestdefault branch (https://github.com/pydata/xarray/tree/master) Command resultsDetails:add path```Shell /home/runner/work/_actions/technote-space/create-pr-action/837dbe469b39f08d416889369a52e2a993625c84/node_modules/npm-check-updates/bin ```python -m pre_commit autoupdate```Shell Updating https://github.com/pre-commit/pre-commit-hooks ... [INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks. updating v3.4.0 -> v4.0.0. Updating https://github.com/PyCQA/isort ... [INFO] Initializing environment for https://github.com/PyCQA/isort. already up to date. Updating https://github.com/psf/black ... [INFO] Initializing environment for https://github.com/psf/black. updating 21.5b0 -> 21.5b1. Updating https://github.com/keewis/blackdoc ... [INFO] Initializing environment for https://github.com/keewis/blackdoc. already up to date. Updating https://gitlab.com/pycqa/flake8 ... [INFO] Initializing environment for https://gitlab.com/pycqa/flake8. already up to date. Updating https://github.com/pre-commit/mirrors-mypy ... [INFO] Initializing environment for https://github.com/pre-commit/mirrors-mypy. already up to date. ```python .github/workflows/sync_linter_versions.py .pre-commit-config.yaml ci/requirements/mypy_onlyChanged filesChanged file:- .pre-commit-config.yaml:octocat: Repo | :memo: Issues | :department_store: Marketplace |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/5316/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
881494043 | MDExOlB1bGxSZXF1ZXN0NjM1MDgxNzgz | 5280 | pre-commit: autoupdate hook versions | github-actions[bot] 41898282 | closed | 0 | 0 | 2021-05-09T00:04:17Z | 2021-05-09T00:22:55Z | 2021-05-09T00:22:52Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/5280 | Base PullRequestdefault branch (https://github.com/pydata/xarray/tree/master) Command resultsDetails:add path```Shell /home/runner/work/_actions/technote-space/create-pr-action/837dbe469b39f08d416889369a52e2a993625c84/node_modules/npm-check-updates/bin ```python -m pre_commit autoupdate```Shell Updating https://github.com/pre-commit/pre-commit-hooks ... [INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks. already up to date. Updating https://github.com/PyCQA/isort ... [INFO] Initializing environment for https://github.com/PyCQA/isort. already up to date. Updating https://github.com/psf/black ... [INFO] Initializing environment for https://github.com/psf/black. updating 21.4b2 -> 21.5b0. Updating https://github.com/keewis/blackdoc ... [INFO] Initializing environment for https://github.com/keewis/blackdoc. already up to date. Updating https://gitlab.com/pycqa/flake8 ... [INFO] Initializing environment for https://gitlab.com/pycqa/flake8. updating 3.9.1 -> 3.9.2. Updating https://github.com/pre-commit/mirrors-mypy ... [INFO] Initializing environment for https://github.com/pre-commit/mirrors-mypy. already up to date. ```python .github/workflows/sync_linter_versions.py .pre-commit-config.yaml ci/requirements/mypy_onlyChanged filesChanged file:- .pre-commit-config.yaml:octocat: Repo | :memo: Issues | :department_store: Marketplace |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/5280/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
873798543 | MDExOlB1bGxSZXF1ZXN0NjI4NTE0NTA4 | 5242 | pre-commit: autoupdate hook versions | github-actions[bot] 41898282 | closed | 0 | 0 | 2021-05-02T00:10:11Z | 2021-05-02T02:31:06Z | 2021-05-02T02:31:04Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/5242 | Base PullRequestdefault branch (https://github.com/pydata/xarray/tree/master) Command resultsDetails:add path```Shell /home/runner/work/_actions/technote-space/create-pr-action/837dbe469b39f08d416889369a52e2a993625c84/node_modules/npm-check-updates/bin ```python -m pre_commit autoupdate```Shell Updating https://github.com/pre-commit/pre-commit-hooks ... [INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks. already up to date. Updating https://github.com/PyCQA/isort ... [INFO] Initializing environment for https://github.com/PyCQA/isort. already up to date. Updating https://github.com/psf/black ... [INFO] Initializing environment for https://github.com/psf/black. updating 21.4b0 -> 21.4b2. Updating https://github.com/keewis/blackdoc ... [INFO] Initializing environment for https://github.com/keewis/blackdoc. already up to date. Updating https://gitlab.com/pycqa/flake8 ... [INFO] Initializing environment for https://gitlab.com/pycqa/flake8. already up to date. Updating https://github.com/pre-commit/mirrors-mypy ... [INFO] Initializing environment for https://github.com/pre-commit/mirrors-mypy. already up to date. ```python .github/workflows/sync_linter_versions.py .pre-commit-config.yaml ci/requirements/mypy_onlyChanged filesChanged file:- .pre-commit-config.yaml:octocat: Repo | :memo: Issues | :department_store: Marketplace |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/5242/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
868367325 | MDExOlB1bGxSZXF1ZXN0NjIzOTA0Mjcz | 5221 | pre-commit: autoupdate hook versions | github-actions[bot] 41898282 | closed | 0 | 1 | 2021-04-27T02:05:03Z | 2021-04-27T02:18:48Z | 2021-04-27T02:18:47Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/5221 | Base PullRequestdefault branch (https://github.com/pydata/xarray/tree/master) Command resultsDetails:add path```Shell /home/runner/work/_actions/technote-space/create-pr-action/837dbe469b39f08d416889369a52e2a993625c84/node_modules/npm-check-updates/bin ```python -m pre_commit autoupdate```Shell Updating https://github.com/pre-commit/pre-commit-hooks ... [INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks. already up to date. Updating https://github.com/PyCQA/isort ... [INFO] Initializing environment for https://github.com/PyCQA/isort. already up to date. Updating https://github.com/psf/black ... [INFO] Initializing environment for https://github.com/psf/black. updating 20.8b1 -> 21.4b0. Updating https://github.com/keewis/blackdoc ... [INFO] Initializing environment for https://github.com/keewis/blackdoc. already up to date. Updating https://gitlab.com/pycqa/flake8 ... [INFO] Initializing environment for https://gitlab.com/pycqa/flake8. already up to date. Updating https://github.com/pre-commit/mirrors-mypy ... [INFO] Initializing environment for https://github.com/pre-commit/mirrors-mypy. already up to date. ```python .github/workflows/sync_linter_versions.py .pre-commit-config.yaml ci/requirements/mypy_onlyChanged filesChanged file:- .pre-commit-config.yaml:octocat: Repo | :memo: Issues | :department_store: Marketplace |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/5221/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
860540954 | MDExOlB1bGxSZXF1ZXN0NjE3Mzk5MDAx | 5183 | pre-commit: autoupdate hook versions | github-actions[bot] 41898282 | closed | 0 | 1 | 2021-04-18T00:13:54Z | 2021-04-18T00:36:42Z | 2021-04-18T00:36:39Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/5183 | Base PullRequestdefault branch (https://github.com/pydata/xarray/tree/master) Command resultsDetails:add path```Shell /home/runner/work/_actions/technote-space/create-pr-action/837dbe469b39f08d416889369a52e2a993625c84/node_modules/npm-check-updates/bin ```python -m pre_commit autoupdate```Shell Updating https://github.com/pre-commit/pre-commit-hooks ... [INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks. already up to date. Updating https://github.com/PyCQA/isort ... [INFO] Initializing environment for https://github.com/PyCQA/isort. already up to date. Updating https://github.com/psf/black ... [INFO] Initializing environment for https://github.com/psf/black. already up to date. Updating https://github.com/keewis/blackdoc ... [INFO] Initializing environment for https://github.com/keewis/blackdoc. already up to date. Updating https://gitlab.com/pycqa/flake8 ... [INFO] Initializing environment for https://gitlab.com/pycqa/flake8. updating 3.9.0 -> 3.9.1. Updating https://github.com/pre-commit/mirrors-mypy ... [INFO] Initializing environment for https://github.com/pre-commit/mirrors-mypy. already up to date. ```python .github/workflows/sync_linter_versions.py .pre-commit-config.yaml ci/requirements/mypy_onlyChanged filesChanged file:- .pre-commit-config.yaml:octocat: Repo | :memo: Issues | :department_store: Marketplace |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/5183/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
842628749 | MDExOlB1bGxSZXF1ZXN0NjAyMTYwMTMx | 5087 | pre-commit: autoupdate hook versions | github-actions[bot] 41898282 | closed | 0 | 0 | 2021-03-28T00:13:53Z | 2021-03-28T00:30:17Z | 2021-03-28T00:30:13Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/5087 | Base PullRequestdefault branch (https://github.com/pydata/xarray/tree/master) Command resultsDetails:add path```Shell /home/runner/work/_actions/technote-space/create-pr-action/837dbe469b39f08d416889369a52e2a993625c84/node_modules/npm-check-updates/bin ```python -m pre_commit autoupdate```Shell Updating https://github.com/pre-commit/pre-commit-hooks ... [INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks. already up to date. Updating https://github.com/PyCQA/isort ... [INFO] Initializing environment for https://github.com/PyCQA/isort. updating 5.7.0 -> 5.8.0. Updating https://github.com/psf/black ... [INFO] Initializing environment for https://github.com/psf/black. already up to date. Updating https://github.com/keewis/blackdoc ... [INFO] Initializing environment for https://github.com/keewis/blackdoc. already up to date. Updating https://gitlab.com/pycqa/flake8 ... [INFO] Initializing environment for https://gitlab.com/pycqa/flake8. already up to date. Updating https://github.com/pre-commit/mirrors-mypy ... [INFO] Initializing environment for https://github.com/pre-commit/mirrors-mypy. already up to date. ```python .github/workflows/sync_linter_versions.py .pre-commit-config.yaml ci/requirements/mypy_onlyChanged filesChanged file:- .pre-commit-config.yaml:octocat: Repo | :memo: Issues | :department_store: Marketplace |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/5087/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
836952687 | MDExOlB1bGxSZXF1ZXN0NTk3MzkzMDQw | 5061 | pre-commit: autoupdate hook versions | github-actions[bot] 41898282 | closed | 0 | 0 | 2021-03-21T00:37:24Z | 2021-03-21T00:51:29Z | 2021-03-21T00:51:27Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/5061 | Base PullRequestdefault branch (https://github.com/pydata/xarray/tree/master) Command resultsDetails:add path```Shell /home/runner/work/_actions/technote-space/create-pr-action/837dbe469b39f08d416889369a52e2a993625c84/node_modules/npm-check-updates/bin ```python -m pre_commit autoupdate```Shell Updating https://github.com/pre-commit/pre-commit-hooks ... [INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks. already up to date. Updating https://github.com/PyCQA/isort ... [INFO] Initializing environment for https://github.com/PyCQA/isort. already up to date. Updating https://github.com/psf/black ... [INFO] Initializing environment for https://github.com/psf/black. already up to date. Updating https://github.com/keewis/blackdoc ... [INFO] Initializing environment for https://github.com/keewis/blackdoc. already up to date. Updating https://gitlab.com/pycqa/flake8 ... [INFO] Initializing environment for https://gitlab.com/pycqa/flake8. updating 3.8.4 -> 3.9.0. Updating https://github.com/pre-commit/mirrors-mypy ... [INFO] Initializing environment for https://github.com/pre-commit/mirrors-mypy. already up to date. ```python .github/workflows/sync_linter_versions.py .pre-commit-config.yaml ci/requirements/mypy_onlyChanged filesChanged file:- .pre-commit-config.yaml:octocat: Repo | :memo: Issues | :department_store: Marketplace |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/5061/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
833300644 | MDU6SXNzdWU4MzMzMDA2NDQ= | 5042 | ⚠️ Nightly upstream-dev CI failed ⚠️ | github-actions[bot] 41898282 | closed | 0 | 5 | 2021-03-17T00:42:57Z | 2021-03-17T18:55:23Z | 2021-03-17T16:42:18Z | CONTRIBUTOR | 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 | xarray 13221727 | issue | ||||||
814963352 | MDU6SXNzdWU4MTQ5NjMzNTI= | 4947 | ⚠️ Nightly upstream-dev CI failed ⚠️ | github-actions[bot] 41898282 | closed | 0 | 7 | 2021-02-24T00:46:35Z | 2021-03-07T13:22:03Z | 2021-03-07T13:22:03Z | CONTRIBUTOR | 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 | xarray 13221727 | issue | ||||||
812739838 | MDExOlB1bGxSZXF1ZXN0NTc3MDI4MTc4 | 4936 | pre-commit: autoupdate hook versions | github-actions[bot] 41898282 | closed | 0 | 1 | 2021-02-21T00:34:18Z | 2021-02-22T12:58:05Z | 2021-02-22T05:22:04Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/4936 | Base PullRequestdefault branch (https://github.com/pydata/xarray/tree/master) Command resultsDetails:add path```Shell /home/runner/work/_actions/technote-space/create-pr-action/837dbe469b39f08d416889369a52e2a993625c84/node_modules/npm-check-updates/bin ```python -m pre_commit autoupdate```Shell Updating https://github.com/pre-commit/pre-commit-hooks ... [INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks. already up to date. Updating https://github.com/PyCQA/isort ... [INFO] Initializing environment for https://github.com/PyCQA/isort. already up to date. Updating https://github.com/psf/black ... [INFO] Initializing environment for https://github.com/psf/black. already up to date. Updating https://github.com/keewis/blackdoc ... [INFO] Initializing environment for https://github.com/keewis/blackdoc. already up to date. Updating https://gitlab.com/pycqa/flake8 ... [INFO] Initializing environment for https://gitlab.com/pycqa/flake8. already up to date. Updating https://github.com/pre-commit/mirrors-mypy ... [INFO] Initializing environment for https://github.com/pre-commit/mirrors-mypy. updating v0.800 -> v0.812. ```Changed filesChanged file:- .pre-commit-config.yaml:octocat: Repo | :memo: Issues | :department_store: Marketplace |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/4936/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
800825901 | MDU6SXNzdWU4MDA4MjU5MDE= | 4860 | ⚠️ Nightly upstream-dev CI failed ⚠️ | github-actions[bot] 41898282 | closed | 0 | 2 | 2021-02-04T00:42:57Z | 2021-02-11T18:32:59Z | 2021-02-11T18:32:59Z | CONTRIBUTOR | Python 3.8 Test Summary Info``` FAILED xarray/tests/test_dask.py::test_persist_Dataset[<lambda>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 | xarray 13221727 | issue | ||||||
785573964 | MDU6SXNzdWU3ODU1NzM5NjQ= | 4807 | ⚠️ Nightly upstream-dev CI failed ⚠️ | github-actions[bot] 41898282 | closed | 0 | 6 | 2021-01-14T01:18:20Z | 2021-01-19T13:53:35Z | 2021-01-19T13:52:23Z | CONTRIBUTOR | 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 | xarray 13221727 | issue | ||||||
771484861 | MDU6SXNzdWU3NzE0ODQ4NjE= | 4717 | ⚠️ Nightly upstream-dev CI failed ⚠️ | github-actions[bot] 41898282 | closed | 0 | 3 | 2020-12-20T00:43:25Z | 2021-01-04T15:18:51Z | 2021-01-04T15:18:51Z | CONTRIBUTOR | 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 | xarray 13221727 | issue | ||||||
769382950 | MDU6SXNzdWU3NjkzODI5NTA= | 4703 | ⚠️ Nightly upstream-dev CI failed ⚠️ | github-actions[bot] 41898282 | closed | 0 | 2 | 2020-12-17T00:45:06Z | 2020-12-19T23:16:21Z | 2020-12-19T22:44:07Z | CONTRIBUTOR | 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 | xarray 13221727 | issue |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [issues] ( [id] INTEGER PRIMARY KEY, [node_id] TEXT, [number] INTEGER, [title] TEXT, [user] INTEGER REFERENCES [users]([id]), [state] TEXT, [locked] INTEGER, [assignee] INTEGER REFERENCES [users]([id]), [milestone] INTEGER REFERENCES [milestones]([id]), [comments] INTEGER, [created_at] TEXT, [updated_at] TEXT, [closed_at] TEXT, [author_association] TEXT, [active_lock_reason] TEXT, [draft] INTEGER, [pull_request] TEXT, [body] TEXT, [reactions] TEXT, [performed_via_github_app] TEXT, [state_reason] TEXT, [repo] INTEGER REFERENCES [repos]([id]), [type] TEXT ); CREATE INDEX [idx_issues_repo] ON [issues] ([repo]); CREATE INDEX [idx_issues_milestone] ON [issues] ([milestone]); CREATE INDEX [idx_issues_assignee] ON [issues] ([assignee]); CREATE INDEX [idx_issues_user] ON [issues] ([user]);