FAQ | This is a LIVE service | Changelog

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

fix: Anticipate recent date range naming convention

I think connected to ews-postprocessing or ews-plotting convention.

This may be related to a recent commit.
parent ccfd7462
No related branches found
No related tags found
No related merge requests found
...@@ -632,7 +632,7 @@ class ProcessorEpidemiology(Processor): ...@@ -632,7 +632,7 @@ class ProcessorEpidemiology(Processor):
# check column name is defined as expected # check column name is defined as expected
# from epi start time to forecast start time # from epi start time to forecast start time
column_name = f"X{config['StartTimeShort']}_X{config['StartString']}0000" column_name = f"{config['StartTimeShort']}_{config['StartString']}0000"
assert df_seasonsofar.name == column_name assert df_seasonsofar.name == column_name
# save to csv # save to csv
......
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