-
Notifications
You must be signed in to change notification settings - Fork 95
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
[ENH] Add diagonal reference line to kappa/rho plot #625
Conversation
Hi @notZaki ! Thanks so much for opening this PR. Would you mind mentioning the differences in results as an issue, since you've already started looking into it? I'll follow up with you there! |
This addition looks great @notZaki. Thank you. While I think the change itself is straightforward (even knowing little about @jbteves do you have any ideas what could be happening? |
I'm as confused as you are @tsalo. This is basically the same behavior we see with the all contributors bot, but that shouldn't apply here because it's a code change and there's no [skip-ci] tag. Sometimes pushing an empty commit correctly triggers things (which is annoying, but we could try it, especially since we usually squash and merge anyway). |
Thanks @jbteves. Tagging @ME-ICA/tedana-devs then. Hopefully someone on the team will have some insight. EDIT: Sorry, or we could ask for an empty commit. |
Let's try the empty commit first, just because it's easy. Would you mind either pushing an empty commit or okaying one of us to do so @notZaki ? |
I tried making an empty commit. Doesn't seem like it made a difference---except the docs got built this time. If someone else wants to push an empty commit, then feel free to do so. I'll add that I did fiddle with my circle-ci settings some time ago. Though I wouldn't expect my mangled circle-ci configuration to affect the PR. |
I feel like it shouldn't affect things, since you haven't modified the CircleCI config in your PR, and it should trigger the |
It may be related to the CircleCI settings on your end @notZaki It could be the case that it's running the tests on your fork and not on the ME-ICA repo. Could you please share a screenshot of your CircleCI settings? |
c70125a
to
9f2babb
Compare
@eurunuela Looks like you got it right---the test were trying to run on my fork so the configuration on my end was the issue. I deactivated/reactivated the project on my circle-ci to reset it, and looks like it's working now. |
I'm glad it works now. From my experience, ideally, your CircleCI should not have the notZaki/tedana project (I think CircleCI uses the "follow"/"unfollow" terms). This way, it would only run tests on the PRs in ME-ICA/tedana and that would avoid any issue like the one we've just had. 😉 |
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.
Tests are now passing (thank you everyone for figuring it out and fixing it) and the resulting reports look good to me. Approving.
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.
LGTM. Amazing, thanks @notZaki !
@all-contributors please add @notZaki for code. |
I've put up a pull request to add @notZaki! 🎉 |
Closes #582.
Changes proposed in this pull request:
Other notes: