Skip to content
Snippets Groups Projects

dump inbreeding results raw

Merged STEVAN Antoine requested to merge raw into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -25,7 +25,7 @@ export def main [
let now = date now | format date "%s%f"
for s in $options.strategies {
let output_dir = [ $CACHE, $"($prng_seed)", $now, $"($s)" ] | path join
let output_dir = [ $CACHE, $"($prng_seed)", $now, $options.environment, $"($s)" ] | path join
mkdir $output_dir
print $"data will be dumped to `($output_dir)`"
Loading