-
Notifications
You must be signed in to change notification settings - Fork 286
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
Removal of TEST_COMPAT and OLD_XML code #31
Conversation
@iris.tests.skip_data | ||
class TestRegrid(tests.IrisTest): | ||
@staticmethod | ||
def patch_data(cube): |
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.
How were the tests working before this?
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.
There was a function old_style()
that in addition to some TEST_COMPAT
code also removed the surface_altitude
coord and the cube's aux_factory.
Looks good. We all seem to be working on very similar things so were getting quite a few conflict. Hopefully that will die down soon, but as it is, it will need re-basing inorder to merge. My advice would be to wait for #34 to go onto master before doing the rebase. |
Thanks Phil. |
Actually, I'm not sure about this statement anymore. It seems they are pretty independent after all. |
What about all the updated cml results, shouldn't they be bundled in with this work? |
Not sure what you mean? FYI #21 implemented the new xml. |
Ah, yes, um. cough. That's what I thought. |
I've rebased this against upstream/master so it can be automatically merged. |
Removal of TEST_COMPAT and OLD_XML code
Fixes issue #26.
Also converted remaining netcdf_units cml results file to new XML format and changed erroneous .nc file extension to .cml.