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
Hello developers,
I installed the ipart=3.6.1 using conda under python=3.10,
When I test the functionality of this package using "compute_ivt.py" under the "scripts" directory. The calculation procedure is fine, but it shows the following plotting error:
AttributeError: 'Axes' object has no attribute 'get_geometry'.
The corresponding package version is also attached, cartopy=0.21.1, matplotlib=3.7.2.
I think it may be related to the update of the relevant packages that abort the old use of the "get_geometry" method. Please check it.
The text was updated successfully, but these errors were encountered:
Thanks for reporting this bug. I believe this is because of some API changes in newer versions of matplotlib. I will try to patch it up in a few days.
Before that, you could either delete all the plotting code (starting from Line 51 in compute_ivt.py) and only let the script output the netcdf results, or, downgrade the matplotlib to a lower version, for instance, try conda install matplotlib=3.2.
Hello developers,
I installed the ipart=3.6.1 using conda under python=3.10,
When I test the functionality of this package using "compute_ivt.py" under the "scripts" directory. The calculation procedure is fine, but it shows the following plotting error:
AttributeError: 'Axes' object has no attribute 'get_geometry'.
The corresponding package version is also attached, cartopy=0.21.1, matplotlib=3.7.2.
I think it may be related to the update of the relevant packages that abort the old use of the "get_geometry" method. Please check it.
The text was updated successfully, but these errors were encountered: