Skip to content
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

Travis testing #49

Merged
merged 17 commits into from
Jul 8, 2018
Merged

Travis testing #49

merged 17 commits into from
Jul 8, 2018

Conversation

yangryan0
Copy link
Collaborator

No description provided.

model_lock.lock();
auto avg_loss = check_error(model.get(), dataset);
model_lock.unlock();
if (avg_loss <= 0.15) {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This value doesn't seem correct. Will check later.

@@ -0,0 +1,88 @@
#include <unistd.h>
Copy link
Owner

@jcarreira jcarreira Jul 6, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file should be in the tests folder (and the binary too)

@jcarreira
Copy link
Owner

jcarreira commented Jul 7, 2018

We have a cirrus/tests folder for tests. Why don't we put the tests code there?

@jcarreira jcarreira merged commit fd8f1e2 into jcarreira:master Jul 8, 2018
andrewmzhang pushed a commit to andrewmzhang/cirrus-1 that referenced this pull request Oct 27, 2018
andrewmzhang pushed a commit to andrewmzhang/cirrus-1 that referenced this pull request Oct 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants