-
Notifications
You must be signed in to change notification settings - Fork 52
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 bug in SST bias plots #57
Conversation
@vanroekel, @xylar and @milenaveneziani I'm wondering if we shouldn't merge the other PRs first because this will not be BFB and we should keep our testing process as clean as possible. |
@vanroekel, I agree this is the only place I saw any vertical indexing of this type, so I would expect it to be the only location of the bug. @pwolfram, yes, I think we should test this on alpha7 and alpha8 to make sure it doesn't do anything crazy, and merge it before the other pending PRs. |
I did both an alpha7 and and alpha8 test. Everything is unchanged except the sst images, as expected. Here are the alpha7 results to complement @vanroekel's results from alpha8: and without Differences are very subtle but they're there if you zoom in. |
I'm going to go ahead and merge. |
@vanroekel, don't forget to delete your remote branch, since I don't have permission. |
@xylar I am not sure why you do not have this permission. You are on the "ocean maintainer" team. Maybe this is something particular to the the MPAS-Analysis repo. Let me know how I can help fix this. |
@toddringler and @xylar, I just confirmed that all "ocean maintainers" have full admin access. I did not make any changes. My understanding is that @xylar is on this team so that this is strange. My best guess is that perhaps the repo was forked prior to us applying these settings and this is a side-effect of that process chain. |
Doug had explained to me a while back that, because this repo is public, anyone can create a fork. But it doesn't follow that anyone's fork can be edited by the maintainers of the original repo. (You can imagine that wouldn't be desirable in a lot of open repos.) So for any public repo, each person is fully responsible for maintaining their own fork, including deleting branches that have been merged into the main repo. |
Presumably, we could manually add everyone else we want to be able to delete branches as collaborators on our forks. Maybe worth a try. |
this fixes the inconsistency in the 0-index python. I have looked through the other files and the bug only appears here.