-
Notifications
You must be signed in to change notification settings - Fork 438
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Added unit tests so we don't rely on the examples and coda. Two fixtures Found a copy and paste error in the |
e646370
to
6445a6a
Compare
6445a6a
to
2ca5220
Compare
Look at that increased coverage :) Found another config/"defaults" handling bug in pzmap through the tests. |
b292feb
to
5632796
Compare
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
between 3.2 and 3.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.