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

Closed
github-actions bot opened this issue Jul 7, 2022 · 1 comment
Closed

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

github-actions bot opened this issue Jul 7, 2022 · 1 comment
Labels
CI Continuous Integration tools

Comments

@github-actions
Copy link
Contributor

github-actions bot commented Jul 7, 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 Jul 7, 2022
@keewis
Copy link
Collaborator

keewis commented Jul 7, 2022

apparently we closed #6698 a bit too early, the pandas wheel including the fix had not been created yet for this run of our CI.

@keewis keewis closed this as completed Jul 7, 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

1 participant