-
Notifications
You must be signed in to change notification settings - Fork 38
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
Preprocessor multimodel_statistics
fails when data have no horizontal dimension
#891
Comments
you mean vertical dimension, right? Yeah, this has been a long-standing issue that I somehow never managed to proper fix-fix, see also #687 - I'll see if I can just nip it in the bud and fix it this week, good find while doing real-data tests, mate! 🍺 |
Hi @valeriupredoi , I meant horizontal dimension (notice that the last 2 dimensions are reduced to 0). There is also a big PR to refactor and simplify the multimodel stats here: #685 . We are hoping that once we have a better grip on testing the multimodel stats that we can move forward with that one. |
oh yeah forgot about that PR - good call, we should accelerate the merge of that one, I'd be happy to see it in before the 2.2 release 👍 |
@valeriupredoi See #41 for a description of the problem, I think that e.g. the ocean variable |
@stefsmeets @Peter9192 Can this issue be closed, now that #1150 has been merged? |
We implemented a test for this case, so that will tell you if this can be closed or not 😁
|
Describe the bug
Hi all, I'm developing some tests for the multimodel statistics using real data (#856), and I'm coming accross this bug:
Running multimodel statistics with a list of cubes with no horizontal dimension, will result in
iris.exceptions.CoordinateNotFoundError: 'Expected to find exactly 1 depth coordinate, but found none.'
The bug can be reproduced by:
See the full stack trace below.
The text was updated successfully, but these errors were encountered: