Skip to content

Fixes zoidberg#3054

Merged
bendudson merged 9 commits intonextfrom
fixes-zoidberg
Jan 9, 2025
Merged

Fixes zoidberg#3054
bendudson merged 9 commits intonextfrom
fixes-zoidberg

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
23 of 25 checks passed
@bendudson bendudson deleted the fixes-zoidberg branch January 9, 2025 19:01
@dschwoerer dschwoerer mentioned this pull request Feb 19, 2025
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