Hello,

When running ml_ops.sh to kick of spot-ml, in order to use MAXRESULTS instead 
of TOL to adjust the amount of output you must specify both.
for example:

`ml_ops.sh 20160127 flow 1e-6 1000`

In the usage example the order of TOL and MAXRESULTS are swapped.

My question is, 

Rather than just fixing the order should we provide argument parsing in the 
bash script using CASE for example:

`ml_ops.sh -d 20160127 -t flow —max-results 1000 —tol 1e-6`

I would prefer this approach but I also don’t want to overcomplicate things.

- Nathanael

Reply via email to