Skip to content

Commit

Permalink
doc(README): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
breakthewall committed Mar 7, 2024
1 parent d4ad8f7 commit 8f6e504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icfree/sampler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ python -m icfree.sampler <input_file.tsv>
<li><code>--nb-samples</code>: Number of samples to generate for all factors when performing the sampling (default: <code>100</code>)</li>
<li><code>--method {lhs, random, all, auto}</code>: sampling method (default: <code>auto</code>)</li>
<li><code>--nb-bins</code>: number of values for all factors when performing the sampling</li>
<li><code>--ratios</code>: ratios for creating discrete ranges, e.g. if <code>maxValue</code> is <code>100</code> and ratios is set to <code>0 0.1 0.3 0.5 1</code>, available values will be $0 10 30 50 100$; must be a list of floats between $0.0$ and $1.0$ (separated by blanks)</li>
<li><code>--ratios</code>: ratios for creating discrete ranges, e.g. if <code>maxValue</code> is <code>100</code> and ratios is set to <code>0 0.1 0.3 0.5 1</code>, available values will be $0, 10, 30, 50, 100$; must be a list of floats between $0.0$ and $1.0$ (separated by blanks)</li>
<li><code>--seed</code>: seed to reproduce results (same seed number = same results)</li>
</ul>

Expand Down

0 comments on commit 8f6e504

Please sign in to comment.