PORTAL-CEOS / ANHALYZE

Python support for ANHA research at CEOS.
6 stars 1 forks source link

Plotting map failing. #24

Closed jeenriquez closed 2 months ago

jeenriquez commented 2 months ago

I tried the standard example

aa = ah.AnhaDataset('./Test_Data/ANHA4-EPM111_y1998m08d03_gridT.nc')
aaa = aa.sel([65,50],[-93,-75],[0,300])
aaa.show_var_data_map('votemper')

and I get this error: "TypeError: Got both 'linewidths' and 'linewidth', which are aliases of one another" But it is not pointing at anything in the code. I'm wondering if it is the library versions. Could you check if you don't get the same error?

Originally posted by @jeenriquez in https://github.com/PORTAL-CEOS/ANHALYZE/pull/22#pullrequestreview-2249636289

jeenriquez commented 2 months ago

Issue happens after attempting to fix failed merging process in this commit: 0d7e4646ae869b492395c6408a38bc13fcfeb9a4.