Skip to content
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

Remove custom concatenation of derived coords now that bug in iris is fixed #2284

Closed
schlunma opened this issue Dec 19, 2023 · 0 comments · Fixed by #2392
Closed

Remove custom concatenation of derived coords now that bug in iris is fixed #2284

schlunma opened this issue Dec 19, 2023 · 0 comments · Fixed by #2392
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@schlunma
Copy link
Contributor

For at least 6 years, iris dropped derived coordinates (i.e., aux factories) during concatenation (see SciTools/iris#2478). For this reason, we implemented our own custom code to solve this:

def _fix_aux_factories(cube):

Since the issue is solved now since iris 3.5, we can remove our custom code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
1 participant