@ -7,7 +7,7 @@ all=$(cat clear.txt | wc -l)
echo "$srr_matching"
echo "$all"
srr=$((srr_matching/all))
srr=$(echo "$srr_matching/$all" | bc -l)
echo "Medium WER: $avg" >> clear.txt
echo "SRR: $srr" >> clear.txt
The note is not visible to the blocked user.