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
5
Compare changes
  • Side-by-side
  • Inline
+ 1
5
@@ -69,11 +69,7 @@ export def main [
}
}
let exp_hash = $options
| reject strategies nb_scenarii measurement_schedule measurement_schedule_start nb_measurements max_t
| sort
| to nuon
| hash sha256
let exp_hash = $options | select nb_bytes k n environment | sort | to nuon | hash sha256
for s in $options.strategies {
let output_dir = [
Loading