- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 1.2k
 
Closed
Labels
CIContinuous Integration toolsContinuous Integration tools
Description
Python 3.12 Test Summary
xarray/tests/test_computation.py::test_fix: NotImplementedError: xarray objects are not yet supported in the `out` argument for ufuncs. As an alternative, consider explicitly converting xarray objects to NumPy arrays (e.g., with `.values`).
xarray/tests/test_plot.py::TestPlot::test_contourf_cmap_set_with_bad_under_over: PendingDeprecationWarning: The set_bad function will be deprecated in a future version. Use cmap.with_extremes(bad=...) or Colormap(bad=...) instead.
xarray/tests/test_plot.py::TestDiscreteColorMap::test_discrete_colormap_int_levels: PendingDeprecationWarning: The set_bad function will be deprecated in a future version. Use cmap.with_extremes(bad=...) or Colormap(bad=...) instead.
properties/test_pandas_roundtrip.py::test_roundtrip_1d_pandas_extension_array[False-string]: assert <StringDtype(na_value=<NA>)> == <StringDtype(na_value=nan)>
 +  where <StringDtype(na_value=<NA>)> = 0    a\n1    b\n2    c\nName: arr, dtype: string.dtype
 +  and   <StringDtype(na_value=nan)> = index\n0    a\n1    b\n2    c\nName: arr, dtype: str.dtype
Metadata
Metadata
Assignees
Labels
CIContinuous Integration toolsContinuous Integration tools