Skip to content
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

Compatability with ESMValTool #11

Closed
wants to merge 3 commits into from

Conversation

koldunovn
Copy link

This PR adds missing return_object=False in plotting functions and process the case, when timmean get instance of GeoData with another instance of GeoData in the attribute. There is a warning written in large, friendly letters.

@@ -382,12 +382,13 @@ def _draw_cartopy(self, proj_prop=None, vmin_polygons=None, vmax_polygons=None,
else:
self.pax.set_global() # ensure global plot
self.pax.coastlines()

import traceback
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I keep traceback printout for a while (really hard to debug without it). Will remove if you think it should not be in the final version of the code.

@bulli92
Copy link
Contributor

bulli92 commented Mar 20, 2017

Modifications are needed before merge (see comments).
The error was obviously not recognized as a unit test using Basemap is missing. Therefore a PR #12 was created.

@bulli92 bulli92 closed this Mar 20, 2017
@bulli92 bulli92 reopened this Mar 20, 2017
@koldunovn koldunovn closed this Feb 26, 2021
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