home / github / issues

Menu
  • Search all tables
  • GraphQL API

issues: 1410693563

This data as json

id node_id number title user state locked assignee milestone comments created_at updated_at closed_at author_association active_lock_reason draft pull_request body reactions performed_via_github_app state_reason repo type
1410693563 I_kwDOAMm_X85UFXm7 7175 ⚠️ Nightly upstream-dev CI failed ⚠️ 41898282 closed 0     3 2022-10-17T00:33:50Z 2022-10-26T16:00:34Z 2022-10-26T16:00:34Z CONTRIBUTOR      

Workflow Run URL

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 13221727 issue

Links from other tables

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