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

Ryan Curtin notifications at github.com
Tue Jun 7 23:34:22 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");

We shouldn't require the user to specify and output file, but we should print a warning ("output will not be saved", I think mlpack_knn does this) if they don't specify -o.

---
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#r66188192
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160607/8ce2eecb/attachment.html>


More information about the mlpack-git mailing list