chengyuan / reago-1.1

19 stars 12 forks source link

Error correction range #1

Open bebatut opened 9 years ago

bebatut commented 9 years ago

Hi,

I pulled the code and I tried to run reago.py by setting -e 0.05, which is defined as te default error. And, I have an error:

Error: Invalid value for -e
valid range: [1, inf)

I look at the code. It seems that there is an incoherence for error correction between the range of value and the default value. What is correct? The default value or the range of value?

Thanks

Bérénice

chengyuan commented 9 years ago

Bérénice,

Thanks for your interest in REAGO! I will look into the problem. For the time being, you can just use the default value by not providing value for 'e'. In general, tuning the parameters won't change much on the results.

Thanks, Cheng

On Tue, Sep 22, 2015 at 12:53 AM, Bérénice Batut notifications@github.com wrote:

Hi,

I pulled the code and I tried to run reago.py by setting -e 0.05, which is defined as te default error. And, I have an error:

Error: Invalid value for -e valid range: [1, inf)

I look at the code. It seems that there is an incoherence for error correction between the range of value and the default value. What is correct? The default value or the range of value?

Thanks

Bérénice

— Reply to this email directly or view it on GitHub https://github.com/chengyuan/reago-1.1/issues/1.