Skip to content

Commit

Permalink
update line numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
Piyush Sharda authored and Piyush Sharda committed Sep 18, 2024
1 parent 11f83e5 commit 74956d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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"]="4451 4453 4455 4457 4458 4461 4462 4465 4471 4476"
["Z=1e-6"]="4463 4465 4467 4469 4470 4473 4474 4477 4483 4488"
)
declare -A ref_map=(
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
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 - 4450))
reference_line_number=$((line_number - 4462))
else
reference_line_number=$((line_number - 4437))
fi
Expand Down

0 comments on commit 74956d9

Please sign in to comment.