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

Keon Kim notifications at github.com
Wed Jun 8 07:34:31 EDT 2016


> @@ -34,8 +34,8 @@ PROGRAM_INFO("Fast Euclidean Minimum Spanning Tree", "This program can compute "
>      "column corresponds to the distance between the two points.");
>  
>  PARAM_STRING_REQ("input_file", "Data input file.", "i");
> -PARAM_STRING("output_file", "Data output file.  Stored as an edge list.", "o",
> -    "emst_output.csv");
> +PARAM_STRING_REQ("output_file", "Data output file.  Stored as an edge list.",
> +    "o");

@rcurtin I also applied same changes to other files in the following commit 

---
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/92f3cd11d129367ba1b48d79b3081409ae80707a#r66239089
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160608/f4d4df19/attachment.html>


More information about the mlpack-git mailing list