-
Notifications
You must be signed in to change notification settings - Fork 5
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
Create operator to combine Cubes/CubeList into single CubeList #738
Conversation
This was following the logic of the combine constraint operator, and should be very useful in the YAML files where we want to collect up cubes and combine into a cubelist. The operator makes no attempt to concatenate or merge cubes, other than standard iris operations when adding a cube to a cubelist. |
includes additional test for is_transect for 100% coverage in _utils.py |
26fd0c7
to
80a0b06
Compare
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.
Looks good to me. I've done some revisions, and moved the code into more appropriate sections, as well as sneaking in some test fixture refactoring.
This makes them consistent with the other cube loading fixtures, and removes the need for .copy() calls throughout the tests.
361a93c
to
4c08683
Compare
Ready to merge |
Fixes #654
Contribution checklist
Aim to have all relevant checks ticked off before merging. See the developer's guide for more detail.