-
Notifications
You must be signed in to change notification settings - Fork 13
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
migrate to cirrus-ci and support mpl 3.4.1 #39
Conversation
4718e7a
to
ae83824
Compare
ae83824
to
a980a1b
Compare
The additional image files are a collection of the usual culprits:
Nothing that I'd constitute as a macroscopic visual change i.e., changes the scientific interpretation by the viewer. To the eye, the changes are imperceptible. |
Ping @jamesp |
Go mambaforge! 👍 |
It seems somewhat total overkill for this repo... but, what the heck 😉 It's a reasonable pattern to adopt and borrow from the collaboration with https://github.com/pletzer/mint/blob/master/.cirrus.yml If the glove fits... 😉 |
awesome 🚀 |
I whole-heartedly agree. Was expecting this to a 5min review tops 🙄 |
@trexfeathers My point about overkill, is that the minimum you need to do is quite a lot relative to the content of the repo. I have added extra "goodness", but that is simply plumbing for best practice i.e., |
@jamesp I suggest we bank this as an issue on iris to investigate further - it's clearly a mpl-ism rather than iris. Perhaps a genuine regression, hence the big hamming distance (clearly I was "Accept"-tastic for the tests) That would allow us to move forwards here. What do you think? |
Yes agree, this doesn't seem a blocker to merging. |
Thinking about this it would be nice to capture or integrate the output of I'll have a think... 🤔 |
1 similar comment
Thinking about this it would be nice to capture or integrate the output of I'll have a think... 🤔 |
@bjlittle @trexfeathers To be clear, I'm happy for this to be merged, but currently am not marked as a reviewer nor repo owner so cannot press the button |
@jamesp I've added the You should now be good to go 👍 |
@jamesp Awesome, thanks 🥳 |
The PR migrates the repo from
travis-ci
tocirrus-ci
.Additionally, it also:
pre-commit
git hookrequirements.yml
i.e., generally shows some love to
test-iris-imagehash
👍