Conversation
|
This looks good to go to me. The behaviour change is one I support, the deprecation warning is in place and the messages are clear. I recommend this gets merged in time for iris 1.8 |
There was a problem hiding this comment.
It doesn't mention that it's for saving netCDF files. (And it doesn't scan particularly well either.)
|
Thanks @rhattersley I'm on it |
|
I have pushed up another commit, reflecting the changes requested. |
There was a problem hiding this comment.
This is fine 👍 ... but it also needs to be defined on the top-level save function in this module.
|
I have added both the warning and the added deprecation message to the top level save function as requested. However, I should note that the side effect of this is that we now get two warning messages if we go through |
You can prevent this by having the top-level save function always passing an explicit value to the underlying method. |
Sorry I don't understand, what value to what method? |
|
Since a pre-release has been tagged I'm assuming this has now missed the boat? |
|
Closed by #1607 |
Closes #1452, replaces #1600