"python-package/vscode:/vscode.git/clone" did not exist on "4a9c6e0d5bc47536f85499b85d7f1ea60b0305d0"
Commit 728e50a9 authored by Guolin Ke's avatar Guolin Ke Committed by GitHub
Browse files

quick fix for #144

parent d800a4e3
......@@ -174,7 +174,6 @@ public:
}
std::vector<double> Predict(const std::vector<std::pair<int, double>>& features) {
std::lock_guard<std::mutex> lock(mutex_);
return predictor_->GetPredictFunction()(features);
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment