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