adding some TODOs
This commit is contained in:
@@ -215,12 +215,16 @@
|
||||
" downloadDir = \"/home/frankknoll/Dokumente/Corona/projects/HowBadIsMyBatch/src/VAERS/tmp\"\n",
|
||||
" driver = getWebDriver(downloadDir, isHeadless = False)\n",
|
||||
" driver.get('https://vaers.hhs.gov/eSubDownload/index.jsp?fn=' + file)\n",
|
||||
" absoluteFile = downloadDir + \"/\" + file\n",
|
||||
" isFileDownloaded = downloadFile(\n",
|
||||
" file = downloadDir + \"/\" + file,\n",
|
||||
" file = absoluteFile,\n",
|
||||
" driver = driver,\n",
|
||||
" maxTries = 2)\n",
|
||||
" maxTries = 1)\n",
|
||||
" driver.quit()\n",
|
||||
" return isFileDownloaded"
|
||||
" if isFileDownloaded:\n",
|
||||
" return absoluteFile\n",
|
||||
" else:\n",
|
||||
" return None"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -230,7 +234,11 @@
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"downloadVAERSFile('2022VAERSData.zip')"
|
||||
"if needsUpdate:\n",
|
||||
" # FK-TODO: downloadVAERSFile('NonDomesticVAERSData.zip')\n",
|
||||
" file = downloadVAERSFile('2022VAERSData.zip')\n",
|
||||
" display('file: ', file)\n",
|
||||
" # FK-TODO: 2022VAERSData.zip und NonDomesticVAERSData.zip an der richtigen Stelle auspacken"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -1171,6 +1179,24 @@
|
||||
" country = 'Global',\n",
|
||||
" minADRsForLethality = minADRsForLethality)"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": null,
|
||||
"id": "fa282035",
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"# FK-TODO: wie in Intensivstationen.ipynb publishGitHubPages() aufrufen"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"id": "daea54d8",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"### see https://knollfrank.github.io/HowBadIsMyBatch/batchCodeTable.html"
|
||||
]
|
||||
}
|
||||
],
|
||||
"metadata": {
|
||||
|
||||
Reference in New Issue
Block a user