refactoring

This commit is contained in:
frankknoll
2023-01-29 18:00:55 +01:00
parent b4c01afa76
commit 81d91b6368
2 changed files with 20 additions and 15 deletions

View File

@@ -203,7 +203,10 @@
"metadata": {},
"outputs": [],
"source": [
"createAndSaveBatchCodeTables(internationalVaersCovid19, minADRsForLethality=100)"
"createAndSaveBatchCodeTables(\n",
" internationalVaersCovid19,\n",
" minADRsForLethality = 100,\n",
" onCountryProcessed = display)"
]
}
],