Skip to content
Snippets Groups Projects
Commit ac90901b authored by STEVAN Antoine's avatar STEVAN Antoine :crab:
Browse files

don't run inbreeding if "start > max_t" (dragoon/komodo!114)

parent 2b2783f3
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,12 @@ export def main [
>,
--prng-seed: int = 0,
] {
if $options.measurement_schedule_start > $options.max_t {
error make --unspanned {
msg: $"measurement schedule will start after the max t, ($options.measurement_schedule_start) > ($options.max_t)"
}
}
if $baseline {
^$BIN ...[
$options.nb_bytes,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment