poprawki do obliczania metryk 24

This commit is contained in:
alicja.m.musial 2020-04-03 17:23:53 +02:00
parent 8a6ae6da48
commit d31c196edc
2 changed files with 3 additions and 3 deletions

3
Jenkinsfile vendored
View File

@ -29,10 +29,7 @@ pipeline {
}
stage('Archive artifacts') {
steps {
archiveArtifacts 'wynik.txt'
archiveArtifacts 'wynik2.txt'
archiveArtifacts 'wer.txt'
archiveArtifacts 'werFinish.txt'
archiveArtifacts 'srr.txt'
archiveArtifacts 'wikiniews_results.tsv'
}

View File

@ -12,3 +12,6 @@ python3 WERcreator.py
paste wikiniews_results.tsv wer.txt > new.txt && mv new.txt wikiniews_results.tsv
python3 werAvCounter.py
rm wer.txt
mv werFinish.txt wer.txt