From a029614802394f4d26a88c56b84846540125f274 Mon Sep 17 00:00:00 2001 From: frankknoll Date: Sun, 2 Apr 2023 23:49:59 +0200 Subject: [PATCH] making BatchCodeTableFactoryTest pass again --- src/BatchCodeTableFactoryTest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BatchCodeTableFactoryTest.py b/src/BatchCodeTableFactoryTest.py index 684f31ba7d1..a77f1353b6b 100644 --- a/src/BatchCodeTableFactoryTest.py +++ b/src/BatchCodeTableFactoryTest.py @@ -66,7 +66,7 @@ class BatchCodeTableFactoryTest(unittest.TestCase): TestHelper.createDataFrame( columns = ['Adverse Reaction Reports', 'Deaths', 'Disabilities', 'Life Threatening Illnesses', 'Company', 'Severe reports', 'Lethality'], data = [ [1, 1, 0, 0, 'PFIZER\BIONTECH', 1/1 * 100, 1/1 * 100], - [2, 1, 2, 2, 'MODERNA', 1/2 * 100], + [2, 1, 2, 2, 'MODERNA', 2/2 * 100, 1/2 * 100], [1, 0, 0, 0, 'MODERNA', 0/1 * 100, 0/1 * 100]], index = pd.Index( [