Skip to content

Commit 4e973f1

Browse files
Piyush ShardaPiyush Sharda
Piyush Sharda
authored and
Piyush Sharda
committed
initialize index
1 parent 3f1ea68 commit 4e973f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/burn_cell_metal_chem.yml

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
7171
ref_file="${ref_map[$Z]}"
7272
7373
error_found=false
74+
index = 0
7475
for line_number in $line_numbers; do
7576
value1=$(awk 'NR=='"$line_number"' {match($0, /[+-]?[0-9]+([.][0-9]+)?[eE]?[+-]?[0-9]+/); if (RSTART) print substr($0, RSTART, RLENGTH); else print 0}' $output_file)
7677

0 commit comments

Comments
 (0)