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
@@ -69,7 +69,7 @@ export def main [
}
}
let exp_hash = $options | reject strategies | 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