Skip to content

Commit

Permalink
moved commit_hash in front of run_name to maintain order (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdenhof authored Nov 22, 2024
1 parent f05869e commit 47dec50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run-compare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ do
run_name=$(basename "$file" .yaml)

if [ "$commit_hash" != "" ]; then
run_name="${run_name}.${commit_hash}"
run_name="${commit_hash}.${run_name}"
fi

ran_dirs=$(ls -d "$root_dir/$experiment/$run_name"* 2>/dev/null)
Expand Down

0 comments on commit 47dec50

Please sign in to comment.