removing batchCodeTable from UI

This commit is contained in:
frankknoll
2023-04-13 10:25:16 +02:00
parent 4f0806caf6
commit 5c205acd32
7 changed files with 22 additions and 227 deletions

View File

@@ -22,5 +22,6 @@ def createAndSaveGlobalBatchCodeTable(minADRsForLethality, batchCodeTableFactory
'Severe reports',
'Lethality'
]]
# FK-TODO: remove Global.json
IOUtils.saveDataFrameAsJson(batchCodeTable, '../docs/data/batchCodeTables/Global.json')
return batchCodeTable