-
Notifications
You must be signed in to change notification settings - Fork 434
Fix the CreateDiagTest function #7558
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
Conversation
It was dropping additional arguments [BFB]
Dang, it looks like the np>1 tests do not work! |
You mean they do NOT pass, but they do work, right? And yep, that's precisely why we need those tests, because some of these diags are rank sensitive and can easily break ;)
|
If you prefer, we can disable the np>1 tests for zonal_avg and make an issue to reenable them later. They never worked before. I do intend to introduce np>1 tests for other diagnostics (e.g., #7551). I can also take a look into the zonal_avg fails later (no rush to fix them right away) |
Actually, it shouldn't be a hard fix. Should I push? I think the scaled area inside zonal avg needs a comm-wide call for a sum to rescale it. (See horiz_avg for an example of how to do that) |
@mahf708 , yes, plz push a fix if you have one. |
I take it back... I don't have an immediate fix, but I will look harder... |
@cjvogl , I don't want to have to remember to re-enable something, so if you can migrate the fix (assuming it's small) that would be great. |
Thanks, @cjvogl ! |
Fix the CreateDiagTest function It was dropping additional arguments Fixes #7554 [BFB]
Thanks for catching the CreateDiagTest bug! |
It was dropping additional arguments
Fixes #7554
[BFB]