-
Notifications
You must be signed in to change notification settings - Fork 39
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
Development multi model statistics bugfix #267
Development multi model statistics bugfix #267
Conversation
While we're at it, we should probably replace the hard-wired calls to |
Hey, can anyone have a look at this please? (@valeriupredoi?) It's only a few lines and it fixes a bug in the multi model statistics. |
Sure, cheers man, will have a look in a jiffy, sorry been totally occupied
by Met Office code lately 🍺
Dr Valeriu Predoi.
Computational scientist
NCAS-CMS
University of Reading
Department of Meteorology
Reading RG6 6BB
United Kingdom
…On Tue, 24 Sep 2019, 09:40 Lee de Mora, ***@***.***> wrote:
Hey, can anyone have a look at this please? ***@***.***
<https://github.com/valeriupredoi>?) It's only a few lines and it fixes a
bug in the multi model statistics.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#267?email_source=notifications&email_token=AG5EFI5BNXOQ2VWMOMNLN4DQLHHADA5CNFSM4IYVH77KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD7NSSMA#issuecomment-534456624>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AG5EFI6CJ64HPFZNCPHS5HDQLHHADANCNFSM4IYVH77A>
.
|
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.
all dandy 🍺
Cheers @valeriupredoi ! |
Minor change to address the bug highlighted in #266. (The
multi_model_statistics
preprocessor still assumes that all cubes have latitude and longitude components and this PR hides the loading oflats
andlons
arrays behind an if statement.