Closed kylejgillett closed 1 year ago
@kylejgillett Thanks for letting us know! I am unable to reproduce this error - can you run a conda list
command to double check with versions of packages are being used here?
@kylejgillett, were you still encountering this issue?
Hey! Apologies for the delayed response. I had to completely rebuild my conda environment a while back and since then, I am no longer running into this issue, so I assume it was something related to out-of-sync versions of various packages.
@kylejgillett No worries at all! And sounds good, glad to hear you got it working! I'll close the issue for now.
Description
Since recently updating pyart, I am getting the attribute error "
QuadMesh.set()
got an unexpected keyword argument 'add_grid_lines
'" when trying to use the sameplot_ppi_map()
I had been using prior to updating. I am attempting to setadd_grid_lines
to false.Just a side note, I have also been making updates to other packages recently too, not sure if that would be involved.
I see in the traceback that
add_grid_lines
is not included in the kwargs, but it's still up on the docs: https://arm-doe.github.io/pyart/API/generated/pyart.graph.RadarMapDisplay.plot_ppi_map.html#pyart.graph.RadarMapDisplay.plot_ppi_mapWhat I Did
CODE:
TRACEBACK: