formating

This commit is contained in:
frankknoll
2023-02-07 19:52:23 +01:00
parent ed5894157f
commit f809f09a14

View File

@@ -15,7 +15,7 @@ class SymptomByBatchcodeTableFactoryTest(unittest.TestCase):
['COVID19', 'PFIZER\BIONTECH', '1808982', '1']], ['COVID19', 'PFIZER\BIONTECH', '1808982', '1']],
index = pd.Index( index = pd.Index(
name = 'VAERS_ID', name = 'VAERS_ID',
data=[ data = [
2547730, 2547730,
2547730]), 2547730]),
dtypes = { dtypes = {
@@ -28,7 +28,7 @@ class SymptomByBatchcodeTableFactoryTest(unittest.TestCase):
['SARS-CoV-2 test positive', 'Unresponsive to stimuli', 'X-ray', np.nan, np.nan]], ['SARS-CoV-2 test positive', 'Unresponsive to stimuli', 'X-ray', np.nan, np.nan]],
index = pd.Index( index = pd.Index(
name = 'VAERS_ID', name = 'VAERS_ID',
data=[ data = [
2547730, 2547730,
2547730, 2547730,
2547730])) 2547730]))
@@ -66,7 +66,7 @@ class SymptomByBatchcodeTableFactoryTest(unittest.TestCase):
['COVID19', 'JANSSEN', 'EW0175', '1']], ['COVID19', 'JANSSEN', 'EW0175', '1']],
index = pd.Index( index = pd.Index(
name = 'VAERS_ID', name = 'VAERS_ID',
data=[ data = [
2547730, 2547730,
2547731]), 2547731]),
dtypes = { dtypes = {
@@ -78,7 +78,7 @@ class SymptomByBatchcodeTableFactoryTest(unittest.TestCase):
['Blood pressure orthostatic abnormal', np.nan, np.nan, np.nan, np.nan]], ['Blood pressure orthostatic abnormal', np.nan, np.nan, np.nan, np.nan]],
index = pd.Index( index = pd.Index(
name = 'VAERS_ID', name = 'VAERS_ID',
data=[ data = [
2547730, 2547730,
2547731])) 2547731]))
@@ -108,7 +108,7 @@ class SymptomByBatchcodeTableFactoryTest(unittest.TestCase):
['COVID19', 'PFIZER\BIONTECH', 'EW0167', '2']], ['COVID19', 'PFIZER\BIONTECH', 'EW0167', '2']],
index = pd.Index( index = pd.Index(
name = 'VAERS_ID', name = 'VAERS_ID',
data=[ data = [
2547730, 2547730,
2547730, 2547730,
2547744, 2547744,
@@ -125,7 +125,7 @@ class SymptomByBatchcodeTableFactoryTest(unittest.TestCase):
['Lumbar puncture', 'Magnetic resonance imaging head', 'Pain', 'Swelling', 'Vision blurred']], ['Lumbar puncture', 'Magnetic resonance imaging head', 'Pain', 'Swelling', 'Vision blurred']],
index = pd.Index( index = pd.Index(
name = 'VAERS_ID', name = 'VAERS_ID',
data=[ data = [
2547730, 2547730,
2547730, 2547730,
2547730, 2547730,