From 26110555b63878cea3d330d54fbb2275669d77f4 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 3 Apr 2020 15:00:51 +0200 Subject: [PATCH] jenkinsfile --- createWERandSRRFiles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/createWERandSRRFiles.py b/createWERandSRRFiles.py index b768412..a1d823e 100644 --- a/createWERandSRRFiles.py +++ b/createWERandSRRFiles.py @@ -19,6 +19,6 @@ with open("helper.txt", "r") as f: counter += 1 wer.write(lastId + " = " + str(sum) + "%\n") -wer.write("AVG: " + str(int((globalPercent) / (int(counter) * 100)*100)) + "%") +wer.write("AVG: " + str(float((globalPercent) / (float(counter) * 100)*100)) + "%") wer.close() \ No newline at end of file