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 build is failing #3473

Open
github-actions bot opened this issue Apr 10, 2024 · 1 comment
Open

Nightly build is failing #3473

github-actions bot opened this issue Apr 10, 2024 · 1 comment
Labels
Type: Maintenance Updates and clean ups (but not wrong)

Comments

@github-actions
Copy link

github-actions bot commented Apr 10, 2024

The Nightly workflow is failing.
The tests failed.
Log:

============================= test session starts ==============================
platform linux -- Python 3.12.3, pytest-8.2.1, pluggy-1.5.0
Matplotlib: 3.9.0
Freetype: 2.6.1
Dep Versions: Cartopy: 0.22.0, Dask: 2024.5.2, Matplotlib: 3.9.0, Numpy: 2.0.0rc2,
	Pandas: 2.2.2, Pint: 0.25.dev2+g5f67733, Pooch: v1.8.2, Pyproj: 3.6.1,
	Scipy: 1.13.1, Shapely: 2.0.4, Traitlets: 5.14.3, Xarray: 2024.5.1.dev30+gcb3663d0
rootdir: /home/runner/work/MetPy/MetPy
configfile: pyproject.toml
plugins: mpl-0.17.0
collected 1531 items

tests/calc/test_basic.py ............................................... [ 3%]
........................................................................ [ 7%]
......................F [ 9%]
tests/calc/test_calc_tools.py .......................................... [ 12%]
........................................................................ [ 16%]
.....................FFFFFFFFFF............ [ 19%]
tests/calc/test_cross_sections.py ............F [ 20%]
tests/calc/test_indices.py ............................ [ 22%]
tests/calc/test_kinematics.py ......................................E... [ 24%]
....................E....EEEEEEEEEE... [ 27%]
tests/calc/test_thermo.py .............................................. [ 30%]
........................................................................ [ 35%]
........................................................................ [ 39%]
........................F. [ 41%]
tests/calc/test_turbulence.py ........................... [ 43%]
tests/interpolate/test_geometry.py ............. [ 44%]
tests/interpolate/test_grid.py ...................................... [ 46%]
tests/interpolate/test_interpolate_tools.py ....... [ 47%]
tests/interpolate/test_one_dimension.py ................... [ 48%]
tests/interpolate/test_points.py ........................ [ 49%]
tests/interpolate/test_slices.py ........ [ 50%]
tests/io/test_gempak.py ................................. [ 52%]
tests/io/test_gini.py .................. [ 53%]
tests/io/test_metar.py ........................................ [ 56%]
tests/io/test_nexrad.py ................................................ [ 59%]
........................................................................ [ 64%]
....................................................... [ 67%]
tests/io/test_station_data.py ...... [ 68%]
tests/io/test_text.py .. [ 68%]
tests/io/test_tools.py .. [ 68%]
tests/plots/test_cartopy_utils.py ....... [ 68%]
tests/plots/test_ctables.py .......... [ 69%]
tests/plots/test_declarative.py .FFFFFFFFFFFFFFFFFFFFFFFFFFF.FFFFFFFFFFF [ 72%]
F...................FF.FFFFF............ [ 74%]
tests/plots/test_mapping.py ........................ [ 76%]
tests/plots/test_mpl.py . [ 76%]
tests/plots/test_patheffects.py ........ [ 76%]
tests/plots/test_plot_areas.py ..... [ 77%]
tests/plots/test_skewt.py .................................... [ 79%]
tests/plots/test_station_plot.py .......................... [ 81%]
tests/plots/test_util.py .............. [ 82%]
tests/plots/test_wx_symbols.py .... [ 82%]
tests/test_cbook.py .. [ 82%]
tests/test_deprecation.py . [ 82%]
tests/test_packaging.py . [ 82%]
tests/test_testing.py ........ [ 83%]
tests/test_xarray.py EEEEEEEEFE.EE.E......EE.....EE..................... [ 86%]
........................................................................ [ 91%]
.....E....FEEEEEEEEEEEEEEEEEEEEEE.E..EEE................................ [ 96%]
..................... [ 97%]
tests/units/test_units.py .....................................x.. [100%]

==================================== ERRORS ====================================
_________________ ERROR at setup of test_advection_4d_vertical _________________

@pytest.fixture
def data_4d():
    """Define 4D data (extracted from Irma GFS example) for testing kinematics functions."""
  data = xr.open_dataset(get_test_data('irma_gfs_example.nc', False))

tests/calc/test_kinematics.py:1303:


/opt/hostedtoolcache/Python/3.12.3/x64/lib/python3.12/site-packages/xarray/backends/api.py:571: in open_dataset
backend_ds = backend.open_dataset(
/opt/hostedtoolcache/Python/3.12.3/x64/lib/python3.12/site-packages/xarray/backends/netCDF4_.py:646: in open_dataset
store = NetCDF4DataStore.open(
/opt/hostedtoolcache/Python/3.12.3/x64/lib/python3.12/site-packages/xarray/backends/netCDF4_.py:376: in open
import netCDF4
/opt/hostedtoolcache/Python/3.12.3/x64/lib/python3.12/site-packages/netCDF4/init.py:3: in
from ._netCDF4 import *


???
E ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject

src/netCDF4/_netCDF4.pyx:1: ValueError
___________ ERROR at setup of test_potential_vorticity_baroclinic_4d ___________

@pytest.fixture
def data_4d():
    """Define 4D data (extracted from Irma GFS example) for testing kinematics functions."""
  data = xr.open_dataset(get_test_data('irma_gfs_example.nc', False))

tests/calc/test_kinematics.py:1303:


/opt/hostedtoolcache/Python/3.12.3/x64/lib/python3.12/site-packages/xarray/backends/api.py:571: in open_dataset
backend_ds = backend.open_dataset(
/opt/hostedtoolcache/Python/3.12.3/x64/lib/python3.12/site-packages/xarray/backends/netCDF4_.py:646: in open_dataset
store = NetCDF4DataStore.open(
/opt/hostedtoolcache/Python/3.12.3/x64/lib/python3.12/site-packages/xarray/backends/netCDF4_.py:376: in open
import netCDF4
/opt/hostedtoolcache/Python/3.12.3/x64/lib/python3.12/site-packages/netCDF4/init.py:3: in
from ._netCDF4 import *


???
E ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject

src/netCDF4/_netCDF4.pyx:1: ValueError
_____________________ ERROR at setup of test_vorticity_4d ______________________

@pytest.fixture
def data_4d():
    """Define 4D data (extracted from Irma GFS example) for testing kinematics functions."""
  data = xr.open_dataset(get_test_data('irma_gfs_example.nc', False))

tests/calc/test_kinematics.py:1303:


/opt/hostedtoolcache/Python/3.12.3/x64/lib/python3.12/site-packages/xarray/backends/api.py:571: in open_dataset
backend_ds = backend.open_dataset(
/opt/hostedtoolcache/Python/3.12.3/x64/lib/python3.12/site-packages/xarray/backends/netCDF4_.py:646: in open_dataset
store = NetCDF4DataStore.open(
/opt/hostedtoolcache/Python/3.12.3/x64/lib/python3.12/site-packages/xarray/backends/netCDF4_.py:376: in open
import netCDF4
/opt/hostedtoolcache/Python/3.12.3/x64/lib/python3.12/site-packages/netCDF4/init.py:3: in
from ._netCDF4 import *


???
E ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject

src/netCDF4/_netCDF4.pyx:1: ValueError
_________________ ERROR at setup of test_absolute_vorticity_4d _________________

@pytest.fixture
def data_4d():
    """Define 4D data (extracted from Irma GFS example) for testing kinematics functions."""
  data = xr.open_dataset(get_test_data('irma_gfs_example.nc', False))

tests/calc/test_kinematics.py:1303:


/opt/hostedtoolcache/Python/3.12.3/x64/lib/python3.12/site-packages/xarray/backends/api.py:571: in open_dataset
backend_ds = backend.open_dataset(
/opt/hostedtoolcache/Python/3.12.3/x64/lib/python3.12/site-packages/xarray/backends/netCDF4_.py:646: in open_dataset
store = NetCDF4DataStore.open(
/opt/hostedtoolcache/Python/3.12.3/x64/lib/python3.12/site-packages/xarray/backends/netCDF4_.py:376: in open
import netCDF4
/opt/hostedtoolcache/Python/3.12.3/x64/lib/python3.12/site-packages/netCDF4/init.py:3: in
from ._netCDF4 import *


???
E ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject

src/netCDF4/_netCDF4.pyx:1: ValueError
_____________________ ERROR at setup of test_divergence_4d _____________________

@pytest.fixture
def data_4d():
    """Define 4D data (extracted from Irma GFS example) for testing kinematics functions."""
  data = xr.open_dataset(get_test_data('irma_gfs_example.nc', False))

tests/calc/test_kinematics.py:1303:


/opt/hostedtoolcache/Python/3.12.3/x64/lib/python3.12/site-packages/xarray/backends/api.py:571: in open_dataset
backend_ds = backend.open_dataset(
/opt/hostedtoolcache/Python/3.12.3/x64/lib/python3.12/site-packages/xarray/backends/netCDF4_.py:646: in open_dataset
store = NetCDF4DataStore.open(
/opt/hostedtoolcache/Python/3.12.3/x64/lib/python3.12/site-packages/xarray/backends/netCDF4_.py:376: in open
import netCDF4
/opt/hostedtoolcache/Python/3.12.3/x64/lib/python3.12/site-packages/netCDF4/init.py:3: in
from ._netCDF4 import *


???
E ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject

src/netCDF4/_netCDF4.pyx:1: ValueError
________________ ERROR at setup of test_shearing_deformation_4d ________________

@pytest.fixture
def data_4d():
    """Define 4D data (extracted from Irma GFS example) for testing kinematics functions."""
  data = xr.open_dataset(get_test_data('irma_gfs_example.nc', False))

tests/calc/test_kinematics.py:1303:


/opt/hostedtoolcache/Python/3.12.3/x64/lib/python3.12/site-packages/xarray/backends/api.py:571: in open_dataset
backend_ds = backend.open_dataset(
/opt/hostedtoolcache/Python/3.12.3/x64/lib/python3.12/site-packages/xarray/backends/netCDF4_.py:646: in open_dataset
store = NetCDF4DataStore.open(
/opt/hostedtoolcache/Python/3.12.3/x64/lib/python3.12/site-packages/xarray/backends/netCDF4_.py:376: in open
import netCDF4
/opt/hostedtoolcache/Python/3.12.3/x64/lib/python3.12/site-packages/netCDF4/init.py:3: in
from ._netCDF4 import *


???
E ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject

src/netCDF4/_netCDF4.pyx:1: ValueError
_______________ ERROR at setup of test_stretching_deformation_4d _______________

@pytest.fixture
def data_4d():
    """Define 4D data (extracted from Irma GFS example) for testing kinematics functions."""
  data = xr.open_dataset(get_test_data('irma_gfs_example.nc', False))

tests/calc/test_kinematics.py:1303:


/opt/hostedtoolcache/Python/3.12.3/x64/lib/python3.12/site-packages/xarray/backends/api.py:571: in open_dataset
backend_ds = backend.open_dataset(
/opt/hostedtoolcache/Python/3.12.3/x64/lib/python3.12/site-packages/xarray/backends/netCDF4_.py:646: in open_dataset
store = NetCDF4DataStore.open(
/opt/hostedtoolcache/Python/3.12.3/x64/lib/python3.12/site-packages/xarray/backends/netCDF4_.py:376: in open
import netCDF4
/opt/hostedtoolcache/Python/3.12.3/x64/lib/python3.12/site-packages/netCDF4/init.py:3: in
from ._netCDF4 import *


???
E ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject

src/netCDF4/_netCDF4.pyx:1: ValueError
_________________ ERROR at setup of test_total_deformation_4d __________________

@pytest.fixture
def data_4d():
    """Define 4D data (extracted from Irma GFS example) for testing kinematics functions."""
  data = xr.open_dataset(get_test_data('irma_gfs_example.nc', False))

tests/calc/test_kinematics.py:1303:


/opt/hostedtoolcache/Python/3.12.3/x64/lib/python3.12/site-packages/xarray/backends/api.py:571: in open_dataset
backend_ds = backend.open_dataset(
/opt/hostedtoolcache/Python/3.12.3/x64/lib/python3.12/site-packages/xarray/backends/netCDF4_.py:646: in open_dataset
store = NetCDF4DataStore.open(
/opt/hostedtoolcache/Python/3.12.3/x64/lib/python3.12/site-packages/xarray/backends/netCDF4_.py:376: in open
import netCDF4
/opt/hostedtoolcache/Python/3.12.3/x64/lib/python3.12/site-packages/netCDF4/init.py:3: in
from ._netCDF4 import *


???
E ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject

src/netCDF4/_netCDF4.pyx:1: ValueError
___________________ ERROR at setup of test_frontogenesis_4d ____________________

@pytest.fixture
def data_4d():
    """Define 4D data (extracted from Irma GFS example) for testing kinematics functions."""
  data = xr.open_dataset(get_test_data('irma_gfs_example.nc', False))

tests/calc/test_kinematics.py:1303:


/opt/hostedtoolcache/Python/3.12.3/x64/lib/python3.12/site-packages/xarray/backends/api.py:571: in open_dataset
backend_ds = backend.open_dataset(
/opt/hostedtoolcache/Python/3.12.3/x64/lib/python3.12/site-packages/xarray/backends/netCDF4_.py:646: in open_dataset
store = NetCDF4DataStore.open(
/opt/hostedtoolcache/Python/3.12.3/x64/lib/python3.12/site-packages/xarray/backends/netCDF4_.py:376: in open
import netCDF4
/opt/hostedtoolcache/Python/3.12.3/x64/lib/python3.12/site-packages/netCDF4/init.py:3: in
from ._netCDF4 import *


???
E ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject

src/netCDF4/_netCDF4.pyx:1: ValueError
__________________ ERROR at setup of test_geostrophic_wind_4d __________________

@pytest.fixture
def data_4d():
    """Define 4D data (extracted from Irma GFS example) for testing kinematics functions."""
  data = xr.open_dataset(get_test_data('irma_gfs_example.nc', False))

tests/calc/test_kinematics.py:1303:


/opt/hostedtoolcache/Python/3.12.3/x64/lib/python3.12/site-packages/xarray/backends/api.py:571: in open_dataset
backend_ds = backend.open_dataset(
/opt/hostedtoolcache/Python/3.12.3/x64/lib/python3.12/site-packages/xarray/backends/netCDF4_.py:646: in open_dataset
store = NetCDF4DataStore.open(
/opt/hostedtoolcache/Python/3.12.3/x64/lib/python3.12/site-packages/xarray/backends/netCDF4_.py:376: in open
import netCDF4
/opt/hostedtoolcache/Python/3.12.3/x64/lib/python3.12/site-packages/netCDF4/init.py:3: in
from ._netCDF4 import *


???
E ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject

src/netCDF4/_netCDF4.pyx:1: ValueError
______________ ERROR at setup of test_inertial_advective_wind_4d _______________

@pytest.fixture
def data_4d():
    """Define 4D data (extracted from Irma GFS example) for testing kinematics functions."""
  data = xr.open_dataset(get_test_data('irma_gfs_example.nc', False))

tests/calc/test_kinematics.py:1303:


/opt/hostedtoolcache/Python/3.12.3/x64/lib/python3.12/site-packages/xarray/backends/api.py:571: in open_dataset
backend_ds = backend.open_dataset(
/opt/hostedtoolcache/Python/3.12.3/x64/lib/python3.12/site-packages/xarray/backends/netCDF4_.py:646: in open_dataset
store = NetCDF4DataStore.open(
/opt/hostedtoolcache/Python/3.12.3/x64/lib/python3.12/site-packages/xarray/backends/netCDF4_.py:376: in open
import netCDF4
/opt/hostedtoolcache/Python/3.12.3/x64/lib/python3.12/site-packages/netCDF4/init.py:3: in
from ._netCDF4 import *


???
E ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject

src/netCDF4/_netCDF4.pyx:1: ValueError
______________________ ERROR at setup of test_q_vector_4d ______________________

@pytest.fixture
def data_4d():
    """Define 4D data (extracted from Irma GFS example) for testing kinematics functions."""
  data = xr.open_dataset(get_test_data('irma_gfs_example.nc', False))

tests/calc/test_kinematics.py:1303:


/opt/hostedtoolcache/Python/3.12.3/x64/lib/python3.12/site-packages/xarray/backends/api.py:571: in open_dataset
backend_ds = backend.open_dataset(
/opt/hostedtoolcache/Python/3.12.3/x64/lib/python3.12/site-packages/xarray/backends/netCDF4_.py:646: in open_dataset
store = NetCDF4DataStore.open(
/opt/hostedtoolcache/Python/3.12.3/x64/lib/python3.12/site-packages/xarray/backends/netCDF4_.py:376: in open
import netCDF4
/opt/hostedtoolcache/Python/3.12.3/x64/lib/python3.12/site-packages/netCDF4/init.py:3: in
from ._netCDF4 import *


???
E ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject

src/netCDF4/_netCDF4.pyx:1: ValueError
______________________ ERROR at setup of test_projection _______________________

@pytest.fixture
def test_ds():
    """Provide an xarray dataset for testing."""
  return xr.open_dataset(get_test_data('narr_example.nc', as_file_obj=False))

tests/test_xarray.py:24:


/opt/hostedtoolcache/Python/3.12.3/x64/lib/python3.12/site-packages/xarray/backends/api.py:571: in open_dataset
backend_ds = backend.open_dataset(
/opt/hostedtoolcache/Python/3.12.3/x64/lib/python3.12/site-packages/xarray/backends/netCDF4_.py:646: in open_dataset
store = NetCDF4DataStore.open(
/opt/hostedtoolcache/Python/3.12.3/x64/lib/python3.12/site-packages/xarray/backends/netCDF4_.py:376: in open
import netCDF4
/opt/hostedtoolcache/Python/3.12.3/x64/lib/python3.12/site-packages/netCDF4/init.py:3: in
from ._netCDF4 import *


???
E ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject

src/netCDF4/_netCDF4.pyx:1: ValueError
___________________ ERROR at setup of test_pyproj_projection ___________________

@pytest.fixture
def test_ds():
    """Provide an xarray dataset for testing."""
  return xr.open_dataset(get_test_data('narr_example.nc', as_file_obj=False))

tests/test_xarray.py:24:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

The documentation build failed.
Log:

python override_check.py
Override check successful.
Running Sphinx v7.3.7
making output directory... done
Using Sphinx-Gallery to convert rst text blocks to markdown for .ipynb files.
[autosummary] generating autosummary for: api/index.rst, api/references.rst, devel/CONTRIBUTING.md, devel/index.rst, devel/infrastructureguide.rst, devel/roadmap.rst, index.rst, userguide/SUPPORT.md, userguide/apichange.rst, userguide/citing.rst, userguide/gempak.rst, userguide/index.rst, userguide/installguide.rst, userguide/media.rst, userguide/startingguide.rst, userguide/upgradeguide.rst
[autosummary] generating autosummary for: /home/runner/work/MetPy/MetPy/docs/api/generated/metpy.calc.rst, /home/runner/work/MetPy/MetPy/docs/api/generated/metpy.constants.rst, /home/runner/work/MetPy/MetPy/docs/api/generated/metpy.interpolate.rst, /home/runner/work/MetPy/MetPy/docs/api/generated/metpy.io.rst, /home/runner/work/MetPy/MetPy/docs/api/generated/metpy.plots.ctables.rst, /home/runner/work/MetPy/MetPy/docs/api/generated/metpy.plots.rst, /home/runner/work/MetPy/MetPy/docs/api/generated/metpy.units.rst, /home/runner/work/MetPy/MetPy/docs/api/generated/metpy.xarray.rst
[autosummary] generating autosummary for: /home/runner/work/MetPy/MetPy/docs/api/generated/metpy.calc.absolute_momentum.rst, /home/runner/work/MetPy/MetPy/docs/api/generated/metpy.calc.absolute_vorticity.rst, /home/runner/work/MetPy/MetPy/docs/api/generated/metpy.calc.add_height_to_pressure.rst, /home/runner/work/MetPy/MetPy/docs/api/generated/metpy.calc.add_pressure_to_height.rst, /home/runner/work/MetPy/MetPy/docs/api/generated/metpy.calc.advection.rst, /home/runner/work/MetPy/MetPy/docs/api/generated/metpy.calc.ageostrophic_wind.rst, /home/runner/work/MetPy/MetPy/docs/api/generated/metpy.calc.altimeter_to_sea_level_pressure.rst, /home/runner/work/MetPy/MetPy/docs/api/generated/metpy.calc.altimeter_to_station_pressure.rst, /home/runner/work/MetPy/MetPy/docs/api/generated/metpy.calc.angle_to_direction.rst, /home/runner/work/MetPy/MetPy/docs/api/generated/metpy.calc.apparent_temperature.rst, ..., /home/runner/work/MetPy/MetPy/docs/api/generated/metpy.plots.convert_gempak_color.rst, /home/runner/work/MetPy/MetPy/docs/api/generated/metpy.plots.ctables.ColortableRegistry.rst, /home/runner/work/MetPy/MetPy/docs/api/generated/metpy.plots.ctables.colortables.rst, /home/runner/work/MetPy/MetPy/docs/api/generated/metpy.plots.ctables.convert_gempak_table.rst, /home/runner/work/MetPy/MetPy/docs/api/generated/metpy.plots.ctables.read_colortable.rst, /home/runner/work/MetPy/MetPy/docs/api/generated/metpy.plots.read_colortable.rst, /home/runner/work/MetPy/MetPy/docs/api/generated/metpy.plots.wx_code_to_numeric.rst, /home/runner/work/MetPy/MetPy/docs/api/generated/metpy.units.pandas_dataframe_to_unit_arrays.rst, /home/runner/work/MetPy/MetPy/docs/api/generated/metpy.units.setup_registry.rst, /home/runner/work/MetPy/MetPy/docs/api/generated/metpy.xarray.grid_deltas_from_dataarray.rst
loading intersphinx inventory from https://scitools.org.uk/cartopy/docs/latest/objects.inv...
loading intersphinx inventory from https://matplotlib.org/stable/objects.inv...
loading intersphinx inventory from https://numpy.org/doc/stable/objects.inv...
loading intersphinx inventory from https://pandas.pydata.org/docs/objects.inv...
loading intersphinx inventory from https://pint.readthedocs.io/en/stable/objects.inv...
loading intersphinx inventory from https://pyproj4.github.io/pyproj/stable/objects.inv...
loading intersphinx inventory from https://docs.python.org/3/objects.inv...
loading intersphinx inventory from https://docs.scipy.org/doc/scipy/objects.inv...
loading intersphinx inventory from https://docs.xarray.dev/en/stable/objects.inv...
generating gallery...
generating gallery for examples... [ 12%] XArray_Projections.py

Warning, treated as error:

../examples/XArray_Projections.py unexpectedly failed to execute correctly:

Traceback (most recent call last):
  File "/home/runner/work/MetPy/MetPy/examples/XArray_Projections.py", line 19, in <module>
    ds = xr.open_dataset(get_test_data('narr_example.nc', as_file_obj=False))
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/hostedtoolcache/Python/3.12.3/x64/lib/python3.12/site-packages/xarray/backends/api.py", line 571, in open_dataset
    backend_ds = backend.open_dataset(
                 ^^^^^^^^^^^^^^^^^^^^^
  File "/opt/hostedtoolcache/Python/3.12.3/x64/lib/python3.12/site-packages/xarray/backends/netCDF4_.py", line 646, in open_dataset
    store = NetCDF4DataStore.open(
            ^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/hostedtoolcache/Python/3.12.3/x64/lib/python3.12/site-packages/xarray/backends/netCDF4_.py", line 376, in open
    import netCDF4
  File "/opt/hostedtoolcache/Python/3.12.3/x64/lib/python3.12/site-packages/netCDF4/__init__.py", line 3, in <module>
    from ._netCDF4 import *
  File "src/netCDF4/_netCDF4.pyx", line 1, in init netCDF4._netCDF4
ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject

make: *** [Makefile:34: html] Error 2


Linkchecker output:

@github-actions github-actions bot added the Type: Maintenance Updates and clean ups (but not wrong) label Apr 10, 2024
@dopplershift
Copy link
Member

Just minor differences in the underlying image edges in test_declarative_events with Matplotlib 3.9.0rc2. Diff:

result-failed-diff

Probably should just regenerate for Matplotlib 3.9, set a higher threshold for older versions. Unfortunately, Matplotlib 3.9 is requiring Numpy >=2.0.0rc1 to build, so we're not getting conda-forge packages any time soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Maintenance Updates and clean ups (but not wrong)
Projects
None yet
Development

No branches or pull requests

1 participant