-
Notifications
You must be signed in to change notification settings - Fork 2
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
Upgrade hetmatpy with p-value imprecision fix #15
Conversation
@dongbohu where is CI? I don't see any CI being performed on this PR either via #15 or https://circleci.com/gh/greenelab/hetmech-backend. Sid note: we should add a CI badge to README. |
CircleCI is only enabled in greenelab/hetmech-backend (including all
branches). You have to enable it in your own fork too.
…On Mon, Feb 4, 2019 at 6:50 PM Daniel Himmelstein ***@***.***> wrote:
@dongbohu <https://github.com/dongbohu> where is CI?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#15 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AObqRa1CYu_Y5bHljhXjopcpcc5ScDQPks5vKMdXgaJpZM4aiOPD>
.
|
I just switched this "advanced" CircleCI setting on:
IMO the most important purpose of CI is to build pull requests such that we don't end up merging faulty code. I am shocked this feature is not enabled by default. |
@dhimmel : do you store any secrets in environment variables / etc that could get written out? Some CI services expose that to the build environment that runs PRs. That means anyone who files a PR could extract those secrets. I'm not sure 1) if this repo uses anything like that to automate deployment; 2) Circle CI has protection for this. |
PR builds now seem to be working. Although it looks like it's just building the commit rather than the commit merged into the current master (which IMO is slightly preferable).
I don't think so. We define public secrets for CircleCI. Of course, secrets shouldn't be available to PR builds. Haven't checked CircleCI's behavior here. |
After deleting and recreating the
@ben-heil reports the zero p-values due to imprecision are no longer in the database. Will merge this PR. |
Refs greenelab/connectivity-search-analyses#153