[mlpack-git] [mlpack/mlpack] fix default output problem and some styles (#680)

Keon Kim notifications at github.com
Wed Jun 15 00:11:02 EDT 2016


> @@ -72,6 +73,10 @@ int main(int argc, char** argv)
>    // Parse command line options.
>    CLI::ParseCommandLine(argc, argv);
>  
> +  if (CLI::HasParam("output_file"))
> +    Log::Warn << "--output_file (-o) is not specified;"
> +      << "no results will be saved!" << endl;

@rcurtin I updated it :)

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/pull/680/files/8ebabddf829267008c22393820e07dc753d289c7#r67097094
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160614/ee020e38/attachment.html>


More information about the mlpack-git mailing list