-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 ⚠️ #5077
Comments
Minimal example: import pandas as pd
import cftime
time_1 = cftime.DatetimeGregorian(2000, 1, 1)
time_2 = cftime.DatetimeProlepticGregorian(2001, 1, 1)
s = pd.Series([time_1, time_2])
s.rank(method="dense", numeric_only=False) Line 96 in 643e89e
xarray/xarray/tests/test_combine.py Line 856 in 643e89e
Edit: To clarify - the example is supposed to raise a |
Thanks for tracking this down @mathause and opening the issue upstream!
It looks like Unidata/cftime#235 may have broken some code in nc-time-axis. I'll open an issue in cftime tomorrow. |
The other issues have to be fixed in cftime, right? |
Yes, they need to be fixed upstream, either in nc-time-axis or cftime. |
As of 3 days ago (April 29th), it appears that there are some outstanding issues with dask that need to be resolved, too 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... |
we should try to resolve this before the release |
This looks like it comes from our xarray/xarray/core/parallel.py Lines 529 to 546 in f455e00
Maybe @crusaderky or @jrbourbeau can tell us what's going wrong? |
Workflow Run URL
Python 3.9 Test Summary Info
The text was updated successfully, but these errors were encountered: