Skip to content
Snippets Groups Projects

complete experiment dump paths with k, n, ...

Merged STEVAN Antoine requested to merge complete-experiment-path into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -28,7 +28,7 @@ export def main [
let output_dir = [
$consts.CACHE,
$"($prng_seed)",
([$now, $options.environment, $"($s)", $options.k, $options.n, $options.nb_bytes] | str join '-')
([$now, $options.environment, $s, $options.k, $options.n, $options.nb_bytes] | str join '-')
] | path join
mkdir $output_dir
print $"data will be dumped to `($output_dir)`"
Loading