Skip to content

Commit

Permalink
Merge pull request #243 from benfred/develop
Browse files Browse the repository at this point in the history
Fix lshkit for newer logging format
  • Loading branch information
Leonid Boytsov authored and GitHub committed Nov 5, 2017
2 parents be517c5 + 57b9d3b commit 9f5c025
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ std::string FitData(const FloatMatrix& data,
unsigned F // divide the sample to F folds
)
{
LOG(LIB_INFO) << "started running FitData" << std::endl;
LOG(LIB_INFO) << "started running FitData";

std::vector<unsigned> idx(data.getSize());
for (size_t i = 0; i < idx.size(); ++i) idx[i] = i;
Expand Down

0 comments on commit 9f5c025

Please sign in to comment.