Skip to content
Snippets Groups Projects

don't run inbreeding if "start > max_t"

Merged STEVAN Antoine requested to merge fix into main
1 file
+ 6
0
Compare changes
  • Side-by-side
  • Inline
+ 6
0
@@ -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,
Loading