Skip to content
Snippets Groups Projects

fix experiment hash by not hashing _measurement schedule_

Merged STEVAN Antoine requested to merge fix-experiment-hash into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -70,7 +70,7 @@ export def main [
}
let exp_hash = $options
| reject strategies nb_scenarii measurement_schedule measurement_schedule_start nb_measurements
| reject strategies nb_scenarii measurement_schedule measurement_schedule_start nb_measurements max_t
| sort
| to nuon
| hash sha256
Loading