Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⚠️ Nightly upstream-dev CI failed ⚠️ #9951

Closed
github-actions bot opened this issue Jan 16, 2025 · 0 comments · Fixed by #9953
Closed

⚠️ Nightly upstream-dev CI failed ⚠️ #9951

github-actions bot opened this issue Jan 16, 2025 · 0 comments · Fixed by #9953
Labels
CI Continuous Integration tools

Comments

@github-actions
Copy link
Contributor

github-actions bot commented Jan 16, 2025

Workflow Run URL

Python 3.12 Test Summary
xarray/tests/test_coding_times.py::test_encode_cf_timedelta_casting_value_error[False]: ValueError: output array is read-only
xarray/tests/test_variable.py::TestVariable::test_index_0d_datetime: AssertionError: assert dtype('<M8[us]') == 'datetime64[ns]'
 +  where dtype('<M8[us]') = np.datetime64('2000-01-01T00:00:00.000000').dtype
xarray/tests/test_variable.py::TestVariable::test_datetime64_conversion[values5-ns]: AssertionError: assert dtype('<M8[us]') == dtype('<M8[ns]')
 +  where dtype('<M8[us]') = <xarray.Variable (t: 3)> Size: 24B\narray(['1970-01-01T00:00:00.000000', '1970-01-02T00:00:00.000000',\n       '1970-01-03T00:00:00.000000'], dtype='datetime64[us]').dtype
 +  and   dtype('<M8[ns]') = <class 'numpy.dtype'>('datetime64[ns]')
 +    where <class 'numpy.dtype'> = np.dtype
xarray/tests/test_variable.py::TestVariable::test_datetime64_conversion_scalar[values1-ns]: AssertionError: assert dtype('<M8[s]') == dtype('<M8[ns]')
 +  where dtype('<M8[s]') = <xarray.Variable ()> Size: 8B\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_datetime64_conversion_scalar[values2-ns]: AssertionError: assert dtype('<M8[us]') == dtype('<M8[ns]')
 +  where dtype('<M8[us]') = <xarray.Variable ()> Size: 8B\narray('2000-01-01T00:00:00.000000', dtype='datetime64[us]').dtype
 +  and   dtype('<M8[ns]') = <class 'numpy.dtype'>('datetime64[ns]')
 +    where <class 'numpy.dtype'> = np.dtype
xarray/tests/test_variable.py::TestVariable::test_0d_datetime: AssertionError: assert dtype('<M8[s]') == dtype('<M8[ns]')
 +  where dtype('<M8[s]') = <xarray.Variable ()> Size: 8B\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::TestVariableWithDask::test_index_0d_datetime: AssertionError: assert dtype('<M8[us]') == 'datetime64[ns]'
 +  where dtype('<M8[us]') = np.datetime64('2000-01-01T00:00:00.000000').dtype
xarray/tests/test_variable.py::TestVariableWithDask::test_datetime64_conversion[values5-ns]: AssertionError: assert dtype('<M8[us]') == dtype('<M8[ns]')
 +  where dtype('<M8[us]') = <xarray.Variable (t: 3)> Size: 24B\ndask.array<array, shape=(3,), dtype=datetime64[us], 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::TestIndexVariable::test_index_0d_datetime: AssertionError: assert dtype('<M8[us]') == 'datetime64[ns]'
 +  where dtype('<M8[us]') = np.datetime64('2000-01-01T00:00:00.000000').dtype
xarray/tests/test_variable.py::TestIndexVariable::test_datetime64_conversion[values5-ns]: AssertionError: assert dtype('<M8[us]') == dtype('<M8[ns]')
 +  where dtype('<M8[us]') = <xarray.IndexVariable 't' (t: 3)> Size: 24B\narray(['1970-01-01T00:00:00.000000', '1970-01-02T00:00:00.000000',\n       '1970-01-03T00:00:00.000000'], dtype='datetime64[us]').dtype
 +  and   dtype('<M8[ns]') = <class 'numpy.dtype'>('datetime64[ns]')
 +    where <class 'numpy.dtype'> = np.dtype
xarray/tests/test_variable.py::TestAsCompatibleData::test_datetime: AssertionError: assert dtype('<M8[ns]') == dtype('<M8[us]')
 +  where dtype('<M8[ns]') = <class 'numpy.dtype'>('datetime64[ns]')
 +    where <class 'numpy.dtype'> = np.dtype
 +  and   dtype('<M8[us]') = array('2000-01-01T00:00:00.000000', dtype='datetime64[us]').dtype
xarray/tests/test_variable.py::test_datetime_conversion[2000-01-01 00:00:00-ns]: AssertionError: assert dtype('<M8[us]') == dtype('<M8[ns]')
 +  where dtype('<M8[us]') = <xarray.Variable ()> Size: 8B\narray('2000-01-01T00:00:00.000000', dtype='datetime64[us]').dtype
 +  and   dtype('<M8[ns]') = <class 'numpy.dtype'>('datetime64[ns]')
 +    where <class 'numpy.dtype'> = np.dtype
xarray/tests/test_variable.py::test_datetime_conversion[[datetime.datetime(2000, 1, 1, 0, 0)]-ns]: AssertionError: assert dtype('<M8[us]') == dtype('<M8[ns]')
 +  where dtype('<M8[us]') = <xarray.Variable (time: 1)> Size: 8B\narray(['2000-01-01T00:00:00.000000'], dtype='datetime64[us]').dtype
 +  and   dtype('<M8[ns]') = <class 'numpy.dtype'>('datetime64[ns]')
 +    where <class 'numpy.dtype'> = np.dtype
@github-actions github-actions bot added the CI Continuous Integration tools label Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration tools
Projects
None yet
Development

Successfully merging a pull request may close this issue.

0 participants