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
/home/runner/work/pyart/pyart/pyart/map/gates_to_grid.py:118: 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.)
I think I have a solution for some of these, however would we want a check for when the array has multiple values? I think in rare cases we do for mobile radars and I believe we take a mean in the gridding code.
The text was updated successfully, but these errors were encountered:
Description
/home/runner/work/pyart/pyart/pyart/map/gates_to_grid.py:118: 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.)
I think I have a solution for some of these, however would we want a check for when the array has multiple values? I think in rare cases we do for mobile radars and I believe we take a mean in the gridding code.
The text was updated successfully, but these errors were encountered: