Apply suggestions from code review

Co-Authored-By: Ryan Curtin <ryan@ratml.org>
This commit is contained in:
Yashwant Singh Parihar
2020-06-14 10:15:10 +05:30
committed by Yashwant
co-authored by Ryan Curtin
parent 8fe4a5f1ac
commit ffc409f37d
2 changed files with 2 additions and 2 deletions
@@ -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