Skip to content
Snippets Groups Projects
Verified Commit 8800404c authored by STEVAN Antoine's avatar STEVAN Antoine :crab:
Browse files

add the environment to the dump directory

parent ded5cd19
No related branches found
No related tags found
1 merge request!115dump inbreeding results raw
Pipeline #5260 passed
...@@ -25,7 +25,7 @@ export def main [ ...@@ -25,7 +25,7 @@ export def main [
let now = date now | format date "%s%f" let now = date now | format date "%s%f"
for s in $options.strategies { 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 mkdir $output_dir
print $"data will be dumped to `($output_dir)`" print $"data will be dumped to `($output_dir)`"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment