update Jenkinsfile

This commit is contained in:
dylodylo 2020-04-10 19:19:23 +02:00
parent 5bafb84830
commit c1d720ad6a

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")