Closed
Description
=========================== short test summary info ============================
FAILED xarray/tests/test_plot.py::TestCFDatetimePlot::test_cfdatetime_line_plot
FAILED xarray/tests/test_plot.py::TestCFDatetimePlot::test_cfdatetime_pcolormesh_plot
FAILED xarray/tests/test_plot.py::TestCFDatetimePlot::test_cfdatetime_contour_plot
e.g.
=================================== FAILURES ===================================
_________________ TestCFDatetimePlot.test_cfdatetime_line_plot _________________
self = <xarray.tests.test_plot.TestCFDatetimePlot object at 0x7f71d66219d0>
def test_cfdatetime_line_plot(self):
E ValueError: setting an array element with a sequence. The requested array would exceed the maximum number of dimension of 1.
/usr/share/miniconda/envs/xarray-tests/lib/python3.8/site-packages/matplotlib/transforms.py:943: ValueError