Closed zssherman closed 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
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"
@mgrover1 Im going to go through this and find all the other issues. Ill ping when ready