Currently there are error warnings related to disease health transitions, prevalence and injury data when running SILO --- the latter two datasets in particular are missing for Melbourne, and the health transitions may require updating:
2025-08-11T15:13:11,611 INFO HealthTransitionTableReaderMEL:24 Reading health disease prob table from csv file
2025-08-11T15:13:11,761 WARN HealthTransitionTableReaderMEL:61 No enum constant de.tum.bgu.msm.health.disease.Diseases.all_cause_cancer
2025-08-11T15:13:11,762 INFO HealthTransitionTableReaderMEL:63 Finished reading health disease prob table from csv file.
2025-08-11T15:13:12,045 INFO PrevalenceDataReader:19 Reading prevalence data from ascii file
2025-08-11T15:13:12,048 INFO PrevalenceDataReader:55 Finished reading 0 prevalence data.
2025-08-11T15:13:12,052 INFO InjuryRRTableReader:28 Reading injury RR + fatalities data from ascii file
2025-08-11T15:13:12,055 INFO InjuryRRTableReader:72 Finished reading 0 prevalence data.
2025-08-11T15:13:12,046 FATAL PrevalenceDataReader:52 IO Exception caught reading prevalence data file: D:\projects\jibe\melbourne/input/health/base_prevalence_id_clean.csv
2025-08-11T15:13:12,047 FATAL PrevalenceDataReader:53 recCount = 0, recString = <>
2025-08-11T15:13:12,055 FATAL InjuryRRTableReader:69 IO Exception caught reading prevalence data file: D:\projects\jibe\melbourne/input/accident/injury_relativeRisks.csv
2025-08-11T15:13:12,055 FATAL InjuryRRTableReader:70 recCount = 0, recString = <>
Despite warnings, these errors are not Fatal; processing continues. But ultimately, we'll need to address this.
For now, I will use the Manchester prevalance dataset (dated 2 August 2025) as a placeholder. Manchester doesn't have the injury dataset in its gitlab location, but there is a copy in the JIBE working group folder at manchester/injury/injury_relativeRisks.csv. So that will be used for Melbourne as a placeholder.
Currently there are error warnings related to disease health transitions, prevalence and injury data when running SILO --- the latter two datasets in particular are missing for Melbourne, and the health transitions may require updating:
Despite warnings, these errors are not Fatal; processing continues. But ultimately, we'll need to address this.
all_cause_cancer(or otherwise address that warning)melbourne/input/health/base_prevalence_id_clean.csvmelbourne/input/accident/injury_relativeRisks.csvFor now, I will use the Manchester prevalance dataset (dated 2 August 2025) as a placeholder. Manchester doesn't have the injury dataset in its gitlab location, but there is a copy in the JIBE working group folder at
manchester/injury/injury_relativeRisks.csv. So that will be used for Melbourne as a placeholder.