-
Notifications
You must be signed in to change notification settings - Fork 300
Remove deprecated ignore args #2690
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
|
@lbdreyer you have not updated cube math functionality to match the changes you've made to the analysis/maths API; see cube.py:L3080-L3109. |
DPeterK
left a comment
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.
@lbdreyer there's still a couple of outstanding things to do for this deprecation.
| 'add/subtract. This functionality is now automatic. ' | ||
| 'The provided value to "ignore" has been ignored, ' | ||
| 'and has been automatically calculated.') | ||
| warn_deprecated(msg) |
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.
Now that you've removed this usage of warn_deprecated you'll also need to remove the import on L34.
I had tried grep-ing for usages of add and subtract but clearly didn't find these |
|
@lbdreyer don't worry! I only knew they were there because I was doing some work in that area as part of the dask integration work... |
|
@dkillick I am happy with Laura's changes here, and will merge if you can confirm that the review changes that you requested are now approved. (I have checked them but I don't like to see a big red cross sitting on a PR that I want to merge.) |
|
Build failed due to Travis Python version issue: #2769 (comment) Issue has been resolved, but I am unsure of next steps... |
Fixes #2656
Fixes #2657