Skip to content

Commit

Permalink
Merge branch 'state_level_initial_addSectors' into state_level_initia…
Browse files Browse the repository at this point in the history
…l_mergeAddSectors
  • Loading branch information
knoiva-indecon committed Feb 13, 2024
2 parents 4f7e588 + 740c895 commit 29d9d1c
Show file tree
Hide file tree
Showing 13 changed files 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 <- run_fredi(aggLevels=c("modelaverage", "national", "impactYear"))
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 <- results0 |> write.csv(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
Binary file modified FrEDI/R/sysdata.rda
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified FrEDI/inst/extdata/sv/impactLists/impactsList_extremeTemp.rds
Binary file not shown.
Binary file modified FrEDI/inst/extdata/sv/impactLists/impactsList_htf_withAdapt.rds
Binary file not shown.
Binary file not shown.
Binary file modified FrEDI/inst/extdata/sv/impactLists/impactsList_labor.rds
Binary file not shown.
Binary file modified FrEDI/inst/extdata/sv/impactLists/impactsList_roads_noAdapt.rds
Binary file not shown.
Binary file not shown.

0 comments on commit 29d9d1c

Please sign in to comment.