-
Notifications
You must be signed in to change notification settings - Fork 287
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
Cubeprinter adopt #4206
Cubeprinter adopt #4206
Conversation
Surprisingly, this caused no obvious problems. |
22 failures is really not that bad. From discussion with @bjlittle I don't think we need that -- simpler to just change the references. |
I don't understand the latest docstest fail.
For me it's doing that in my test env too, and with older versions of Iris. But in the CI testing it prints out as an ordinary dict. UPDATE:
So, I needed to run |
Yay, done at last. |
lib/iris/tests/unit/experimental/representation/test_CubeRepresentation.py
Show resolved
Hide resolved
Absolutely, yes. |
Thanks for looking @bjlittle 👀 |
1832cf7
to
c13dfcc
Compare
Hit that spurious, intermittent failure of the animation test again. Unfortunately I re-spun it and so have lost the reference. |
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.
@pp-mo Great stuff 👍
Thanks for diligently wading through this unpleasant mire of Cube.summary
refactorisation, the result is a vast improvement IMHO.
Just a couple of minor comments to service, then we can bank it 🍻
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.
@trexfeathers Thanks for nudging this PR across the line, it's really appreciated.
Just one last comment to service, plus could you add a whatsnew
entry too?
Make sure to attribute it to both @pp-mo and yourself for your awesome combined efforts 🍻
Also, since this PR is quite noisy, I'm going to wait until #4276 lands before merging this PR... as #4276 was a tad involved and I think it would be easier for this PR to be rebased than for #4276 to fix merge conflicts.
a671807
to
319963e
Compare
🚀 Pull Request
Description
Followon from #3998
Final small formatting changes
Unsurprisingly, I had to squash + rebase from #3998 to get this testing.
Closes : #4211
Consult Iris pull request check list