You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/opt/hostedtoolcache/Python/3.12.6/x64/lib/python3.12/site-packages/metpy/calc/tools.py:1095: in wrapper
grid_deltas = grid_prototype.metpy.grid_deltas
/opt/hostedtoolcache/Python/3.12.6/x64/lib/python3.12/site-packages/metpy/xarray.py:533: in grid_deltas
dx, dy = nominal_lat_lon_grid_deltas(
/opt/hostedtoolcache/Python/3.12.6/x64/lib/python3.12/site-packages/metpy/xarray.py:1327: in wrapper
result = func(*bound_args.args, **bound_args.kwargs)
/opt/hostedtoolcache/Python/3.12.6/x64/lib/python3.12/site-packages/metpy/calc/tools.py:884: in nominal_lat_lon_grid_deltas
forward_az, _, dy = geod.inv(lon_meridian_diff, lat[:-1], lon_meridian_diff, lat[1:],
/opt/hostedtoolcache/Python/3.12.6/x64/lib/python3.12/site-packages/pyproj/geod.py:398: in inv
return self._inv_point(
???
E DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.)
pyproj/_geod.pyx:329: DeprecationWarning
=========================== short test summary info ============================
FAILED tests/calc/test_calc_tools.py::test_parse_grid_arguments_from_dataarray - DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.)
============ 1 failed, 1532 passed, 3 xfailed in 515.47s (0:08:35) =============
The text was updated successfully, but these errors were encountered:
The Nightly workflow is failing.
The tests failed.
Log:
The text was updated successfully, but these errors were encountered: