Skip to content

Commit

Permalink
Merge pull request #125 from USEPA/state_level_initial
Browse files Browse the repository at this point in the history
State level initial
  • Loading branch information
knoiva-indecon authored Dec 18, 2023
2 parents fbcfe29 + 5cfec3f commit cde739e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test_fredi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@ jobs:
### Test results
if(do_tests){
### Check if path exists and, if not, create it
exists0 <- oPath1 |> dir.exists()
if(!exists0){oPath1 |> dir.create(recursive = TRUE)}
### Run FrEDI
results0 <- run_fredi()
### Run tests
Expand All @@ -119,7 +124,8 @@ jobs:
### Check if path exists and, if not, create it
exists0 <- oPath2 |> dir.exists()
if(!exists0){oPath2 |> dir.create()}
if(!exists0){oPath2 |> dir.create(recursive = TRUE)}
### Create report figures
reports0 <- create_DoW_results(
Expand Down
Binary file modified FrEDI/R/sysdata.rda
Binary file not shown.

0 comments on commit cde739e

Please sign in to comment.