Skip to content

Commit 2595580

Browse files
authored
Merge pull request #43 from epiforecasts/fix-states
OH->MN
2 parents 8c72c31 + 1235e49 commit 2595580

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

input/config/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ nowcast_dates:
3636
- '2025-06-04'
3737
states_for_vis:
3838
- CA
39-
- OH
39+
- MN
4040
- IL
4141
nowcast_date_for_vis: '2025-02-19'
4242
quantiles_to_vis:

targets/config_targets.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ config_targets <- list(
4949
# outputs figures
5050
tar_target(
5151
name = states_for_vis,
52-
command = c("CA", "OH", "IL")
52+
command = c("CA", "MN", "IL")
5353
),
5454
tar_target(
5555
name = nowcast_date_for_vis,

0 commit comments

Comments
 (0)