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

Fixes zoidberg #3054

Merged
merged 9 commits into from
Jan 9, 2025
Merged

Fixes zoidberg #3054

merged 9 commits into from
Jan 9, 2025

Conversation

dschwoerer
Copy link
Contributor

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.

@dschwoerer
Copy link
Contributor Author

Remaining failure is fixed by #3053

mx, my = c.shape
kx = max(mx - 1, 1)
kx = min(kx, 3)
print(c.shape, kx)
Copy link
Member

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:
Copy link
Member

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

Copy link
Contributor Author

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!

ZedThree
ZedThree previously approved these changes Jan 7, 2025
Copy link
Contributor

@bendudson bendudson left a 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.

@bendudson bendudson merged commit b0fa0b0 into next Jan 9, 2025
24 of 26 checks passed
@bendudson bendudson deleted the fixes-zoidberg branch January 9, 2025 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants