Skip to content

Commit

Permalink
Merge pull request #35 from USEPA/feature_newScalarTests
Browse files Browse the repository at this point in the history
Fixes to new scalar tests
  • Loading branch information
knoiva-indecon authored Oct 18, 2023
2 parents 13e3940 + 673ae65 commit 2409b41
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
^.*\.Rproj$
^\.Rproj\.user$
2 changes: 1 addition & 1 deletion .github/workflows/compile_main_fredi_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
Rscript -e '
projectDir <- "."
scriptDir <- projectDir |> file.path("scripts")
scriptDir |> file.path("configureFrediData") |> source()
scriptDir |> file.path("configureFrediData.R") |> source()
test0 <- projectDir |> configureFrediData(save=T)
"./data_tests/" |> list.files() |> print()
"./data/" |> list.files() |> print()
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/update_svImpacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ jobs:
run: |
Rscript -e '
source("./scripts/update_svImpactLists.R")
fpath1 <- getwd()
fpath1 <- "."
fpath1 |> print()
sectors1 <- c("${{ github.event.inputs.svSectors }}")
list1 <- update_svImpactLists(
fpath0 = fpath1,
Expand Down

0 comments on commit 2409b41

Please sign in to comment.