Apply suggestions from code review
Co-Authored-By: Ryan Curtin <ryan@ratml.org>
This commit is contained in:
committed by
Yashwant
co-authored by
Ryan Curtin
parent
8fe4a5f1ac
commit
ffc409f37d
@@ -344,7 +344,7 @@ std::string ProgramCall(const std::string& programName, Args... args)
|
||||
result = result + oss.str();
|
||||
oss.str(""); // Reset it.
|
||||
|
||||
// Now process each input required parameters.
|
||||
// Now process each required input parameter.
|
||||
oss << PrintInputOptions(args...);
|
||||
std::string input = oss.str();
|
||||
if (input != "")
|
||||
|
||||
@@ -9,7 +9,7 @@ import (
|
||||
|
||||
func TestRunBindingNoFlag(t *testing.T) {
|
||||
t.Log("Test that when we run the binding correctly (with correct",
|
||||
"input parameters), we get the expected output.")
|
||||
" input parameters), we get the expected output.")
|
||||
param := mlpack.InitializeTestGoBinding()
|
||||
d := 4.0
|
||||
i := 12
|
||||
|
||||
Reference in New Issue
Block a user