- Notifications
You must be signed in to change notification settings - Fork441
Fix pzmap grid (matplotlib angle_helper)#456
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
coveralls commentedAug 20, 2020 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
bnavigator commentedAug 20, 2020 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Added unit tests so we don't rely on the examples and coda. Two fixtures Found a copy and paste error in the |
e646370
to6445a6a
CompareLook at that increased coverage :) Found another config/"defaults" handling bug in pzmap through the tests. |
Looks good to me. |
With@roryyorke's approved review and the fact that without this fix current CI runs fail, I fell confident on merging this now. |
CI runs started to fail today with:
Apparently Matplotlib removed the private function
_adjust_extremes
between3.2 and3.3 (I could not find the commit yet. Clicking blame on github doesn't work. Their git history is weird).The specific branch of
pzmap
and this portion ofgrid.py
are not covered by the unit tests. Hence it was not discovered until now, when conda updated matplotlib and it fails in thepvtol-nested.py
example.