Skip to content

Commit

Permalink
fix(tools): doe_synbio, add default value to not block shed_update
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-gricourt committed Sep 17, 2024
1 parent 3215d5c commit 5a5b175
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/doe_synbio/sampler.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
]]></command>
<inputs>
<param name="input_file" type="data" format="tabular" label="Input file with components and their max values." />
<param name="num_samples" type="integer" min="1" label="Number of samples to generate" />
<param name="num_samples" type="integer" value="1" min="1" label="Number of samples to generate" />
<section name="adv" title="Advanced Options" expanded="false">
<!-- Range -->
<conditional name="range_cond">
<param name="range_param" type="select" label="Seed" help="How to create the discrete range">
<param name="range_param" type="select" label="Discrete range" help="How to create the discrete range">
<option value="step" selected="true">step</option>
<option value="ratios">ratios</option>
</param>
Expand Down

0 comments on commit 5a5b175

Please sign in to comment.