Skip to content

Remove incompatibility with mpl v3.x #398

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

Merged
merged 1 commit into from
Apr 28, 2018

Conversation

efiring
Copy link
Member

@efiring efiring commented Apr 25, 2018

In mpl v3.x, cbook.is_scalar has been removed. It is used in only
one place in basemap, and in that location it is not actually doing
anything useful.

I made a small reorganization and cleanup in that location in the
interp function to fix another bug in which masked locations were
being inadvertently unmasked without being filled with the mask
value specified in the kwarg.

In mpl v3.x, cbook.is_scalar has been removed.  It is used in only
one place in basemap, and in that location it is not actually doing
anything useful.

I made a small reorganization and cleanup in that location in the
interp function to fix another bug in which masked locations were
being inadvertently unmasked without being filled with the mask
value specified in the kwarg.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants