Skip to content

Commit

Permalink
fix typo and elses
Browse files Browse the repository at this point in the history
  • Loading branch information
tonygard-indecon committed Jan 7, 2025
1 parent 9d4f67d commit 71de6cc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/2c_run_report_scenarios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,9 @@ jobs:
doAll <- "all" %in% sectorsLC0
doGcm <- "gcm" %in% sectorsLC0
doSlr <- "slr" %in% sectorsLC0
if (doAll) sectors <- NULL
else if(doGcm) sectors <- FrEDI::get_sectorInfo(gcmOnly=T)
else if(doSlr) sectors <- FrEDI::get_sectorInfo(slrOnly=T)
else sectors <- sectors0
if (doAll) sectors <- NULL else if (doGcm) sectors <- FrEDI::get_sectorInfo(gcmOnly=T) else if
(doSlr) sectors <- FrEDI::get_sectorInfo(slrOnly=T) else
sectors <- sectors0
sectors |> print()
### Which years to report on for GCM, SLR sectors
Expand Down

0 comments on commit 71de6cc

Please sign in to comment.