Skip to content

Commit

Permalink
update ref file lines
Browse files Browse the repository at this point in the history
  • Loading branch information
psharda committed Sep 17, 2024
1 parent 7b6a6af commit ceb00c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/burn_cell_metal_chem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
["Z=1e-3"]="4438 4440 4442 4444 4445 4448 4449 4452 4458 4463"
["Z=1e-4"]="4438 4440 4442 4444 4445 4448 4449 4452 4458 4463"
["Z=1e-5"]="4438 4440 4442 4444 4445 4448 4449 4452 4458 4463"
["Z=1e-6"]="4438 4440 4442 4444 4445 4448 4449 4452 4458 4463"
["Z=1e-6"]="4441 4453 4455 4457 4458 4461 4462 4465 4471 4476"
)
declare -A ref_map=(
Expand Down Expand Up @@ -95,6 +95,8 @@ jobs:
reference_line_number=$((line_number - 4449))
elif [[ "$Z" == "Z=1_z10" ]]; then
reference_line_number=${ref_line_number_z10[$index]}
elif [[ "$Z" == "Z=1e-6" ]]; then
reference_line_number=$((line_number - 4440))
else
reference_line_number=$((line_number - 4437))
fi
Expand Down

0 comments on commit ceb00c0

Please sign in to comment.