FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 39461c45 authored by J.W. Smith's avatar J.W. Smith
Browse files

chore: Reflect epi model bug fix

See ews-epidemiology commit 922332e.
parent 33e9dffd
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ from rasterio import open as rio_open
# TODO: Package these projects so they are robust for importing
from EpiModel import ( # created by rs481
EpiAnalysis,
EpiModel,
model,
plotRaster
)
from EpiModel.EpiPrep import prep
......@@ -560,7 +560,7 @@ class ProcessorEpidemiology(Processor):
try:
EpiModel.run_epi_model(f"{case_specific_path}/{config_filename}.json")
model.run_epi_model(f"{case_specific_path}/{config_filename}.json")
except:
self.logger.exception('Unexpected error in EpiModel')
raise
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment