-
Notifications
You must be signed in to change notification settings - Fork 96
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
Fixes zoidberg #3054
Fixes zoidberg #3054
Conversation
Remaining failure is fixed by #3053 |
tests/MMS/spatial/fci/runtest
Outdated
mx, my = c.shape | ||
kx = max(mx - 1, 1) | ||
kx = min(kx, 3) | ||
print(c.shape, kx) |
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.
Left-in debugging?
xbwd = grid.read("backward_xt_prime")[1:-1] | ||
try: | ||
MXG = grid.read("MXG") | ||
except: |
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.
Should have explicit exception to catch
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.
Thanks for the review - all fixed!
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.
Thanks, @dschwoerer ! Happy new year.
Fixes #3050 and enables zoidberg based tests for more CI runs.
Also allow more recent versions. We probably always want the latest in CI, so that we can adopt if things break. Limiting that would only make sense if we know that there is a limitation and do not have time to adopt.