update Jenkinsfile

This commit is contained in:
dylodylo 2020-04-10 19:14:12 +02:00
parent a04be259c5
commit 5bafb84830
2 changed files with 2 additions and 2 deletions

View File

@ -13,4 +13,4 @@ COUNT_DIFF=$(diff hypothesis.trn reference.trn | grep "^>" | wc -l)
echo $COUNT_DIFF
echo $(echo "$COUNT_DIFF/$COUNT" | bc -l) >> srr_results.txt
echo "$(tail -50 "srr3.txt")" > srr_results.txt
echo "$(tail -50 "srr_results.txt")" > srr_results.txt

View File

@ -27,4 +27,4 @@ with open('wikiniews_results.tsv','r') as f_in:
writer.writerows(result)
file = open("wer_results.txt", "a")
file.write(str(score) + "\n")
#file.write(str(score) + "\n")