ARM-DOE / pyart

The Python-ARM Radar Toolkit. A data model driven interactive toolkit for working with weather radar data.
https://arm-doe.github.io/pyart/
Other
516 stars 268 forks source link

FIX: Fix for numpy nan calls for 2.0. #1597

Closed zssherman closed 5 months ago

zssherman commented 5 months ago

@mgrover1 Im going to go through this and find all the other issues. Ill ping when ready

zssherman commented 5 months ago

@mgrover1 I got most of the fixes however, trying to figure out why the mdv test is failing due to a value change and why xarray is error for the lon and lat line creation in gridmapdisplay.py

LouisStefanuto commented 4 months ago

for those looking for a temporary fix (until the patch), just force numpy to be < 2.0.0 For instance, I typed the following command to force it using poetry:

poetry add "numpy<2.0.0"