Skip to content

Commit

Permalink
adjust line numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
Piyush Sharda authored and Piyush Sharda committed Aug 27, 2024
1 parent 4d65a84 commit e904fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/burn_cell_metal_chem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
run: |
set -e
cd unit_test/burn_cell_metal_chem
line_numbers=(1613 1615 4480 4482 4484 4486 4487 4490 4491 4494 4500 4505)
line_numbers=(1613 1615 4456 4458 4460 4463 4470 4476 4481)
threshold=0.01
error_found=false
for line_number in "${line_numbers[@]}"; do
Expand Down

0 comments on commit e904fe3

Please sign in to comment.