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 ⚠️ #6716

Closed
github-actions bot opened this issue Jun 23, 2022 · 5 comments
Closed

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

github-actions bot opened this issue Jun 23, 2022 · 5 comments
Labels
CI Continuous Integration tools

Comments

@github-actions
Copy link
Contributor

github-actions bot commented Jun 23, 2022

Workflow Run URL

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.
@github-actions github-actions bot added the CI Continuous Integration tools label Jun 23, 2022
@spencerkclark
Copy link
Member

I will investigate these cftime failures more in a bit, but I suspect they may be related to these recent PRs in pandas. It appears they are working towards adding support for non-nanosecond-precision datetimes, which is quite an interesting development.

@keewis
Copy link
Collaborator

keewis commented Jun 23, 2022

@dcherian, do you have an idea about where the IntervalIndex failures could come from? pandas-dev/pandas#47365, maybe?

@spencerkclark
Copy link
Member

#6717 should fix the time decoding errors.

@dcherian
Copy link
Contributor

dcherian commented Jun 23, 2022

@keewis yes that's it! I saw it on flox and thought some default changed and hope they would fix it :)

We definitely depend on the default creating non-overlapping intervals.

@dcherian
Copy link
Contributor

dcherian commented Jul 6, 2022

Should be fixed on upstream pandas: pandas-dev/pandas#47367

@dcherian dcherian closed this as completed Jul 6, 2022
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

No branches or pull requests

3 participants