Skip to content

Commit

Permalink
Update test_fredi.yml
Browse files Browse the repository at this point in the history
Changed location of where to save results for Figure H in report figures action
  • Loading branch information
knoiva-indecon committed Feb 1, 2024
1 parent f0f139d commit 93dd655
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_fredi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ 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()
save0 <- write.csv(results0, file=oPath2 |> file.path("FigH_results.csv", row.names=F)) |> try()
}
'
Expand All @@ -163,7 +163,7 @@ jobs:
name: Report Data
path: |
./FrEDI/data_tests/report_figures/
./FrEDI/data_tests/general/FigH_results.csv
# ./FrEDI/data_tests/general/FigH_results.csv
# #
# - name: Commit results
# run: |
Expand Down

0 comments on commit 93dd655

Please sign in to comment.