-
Notifications
You must be signed in to change notification settings - Fork 9
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
Travis testing #49
Conversation
model_lock.lock(); | ||
auto avg_loss = check_error(model.get(), dataset); | ||
model_lock.unlock(); | ||
if (avg_loss <= 0.15) { |
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.
This value doesn't seem correct. Will check later.
@@ -0,0 +1,88 @@ | |||
#include <unistd.h> |
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.
This file should be in the tests folder (and the binary too)
We have a cirrus/tests folder for tests. Why don't we put the tests code there? |
Travis testing
Travis testing
No description provided.