Skip to content

Commit

Permalink
uncomment the figure H material
Browse files Browse the repository at this point in the history
  • Loading branch information
tonygard-indecon committed Dec 18, 2023
1 parent c8dd251 commit af4a922
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_fredi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,9 @@ jobs:
)
### Figure H results
#results0 <- run_fredi(aggLevels=c("modelaverage", "national"))
#results0 <- results0 |> filter(year %in% seq(2010, 2090, by=5))
#save0 <- write.csv(results0, file=oPath1 |> file.path("FigH_results.csv", row.names=F)) |> try()
results0 <- run_fredi(aggLevels=c("modelaverage", "national"))
results0 <- results0 |> filter(year %in% seq(2010, 2090, by=5))
save0 <- write.csv(results0, file=oPath1 |> file.path("FigH_results.csv", row.names=F)) |> try()
}
'
Expand Down

0 comments on commit af4a922

Please sign in to comment.