-
Notifications
You must be signed in to change notification settings - Fork 30
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
Adf Percent Change Plot Panels #339
Conversation
added 'transform_first=True' to img3 contourf calls to prevent random polygon errors.
Made a few additional fixes to plotting_functions.py to get the checks to pass. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@shawnusaf This all looks good, sorry for all the comments about commented code, if you could just go through and remove those lines I think we are good to merge this in!
Removed 2 commented out percent change lines containing old code.
Removed old percent change calcluations that were commented out.
Removed commented out lines of code that didn't need to be there any longer.
I think I should have all of the commented lines removed. |
@shawnusaf Thanks for the updates, this is now merged in. |
Pull request adds/addresses the following:
Item 1 addresses #331.
-Shawn