Skip to content

Commit

Permalink
Merge pull request #101 from USEPA/fix_maintenance_kmn
Browse files Browse the repository at this point in the history
Fix maintenance: issue with run_fredi line 304
  • Loading branch information
knoiva-indecon authored Oct 18, 2023
2 parents adb7c07 + 98c3dc7 commit 6685eaa
Show file tree
Hide file tree
Showing 65 changed files with 4 additions and 11,703 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_fredi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
save0 <- listResults |> save(file= oPath1 |> file.path("defaultScenarioTotals.rda")) |> try()
### Remove results
rm(results0, test0, listResults)
rm(results0, tests0, listResults)
}
### Create report results
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ createSystemData/inst/extdata/sv/~$*
FrEDI/.Rproj.user/*
FrEDI/.Rproj.user
FrEDI/.Rhistory
# FrEDI/data_tests/report_figures/*



2 changes: 1 addition & 1 deletion FrEDI/R/run_fredi.R
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ run_fredi <- function(
tempInput <- data.frame(year= refYear_temp, temp_C = 0) |> rbind(tempInput)

### Interpolate annual values and then drop region
temp_df <- tempInput (function(x){
temp_df <- tempInput |> (function(x){
minYear_x <- x$year |> min()
interpYrs <- refYear_temp:maxYear
### Interpolate
Expand Down
2 changes: 1 addition & 1 deletion FrEDI/R/utils_create_report_figures.R
Original file line number Diff line number Diff line change
Expand Up @@ -1076,7 +1076,7 @@ create_default_tablePlot <- function(x=1){
returnList[["totals"]] <- totals0
returnList[["plot" ]] <- plot0
### Return
return(x)
return(returnList)
} ### End create_default_tablePlot

###### End File ######
Binary file not shown.
Binary file not shown.
Binary file not shown.
9,089 changes: 0 additions & 9,089 deletions FrEDI/data_tests/report_figures/appendix_figures/gcm_results_byDoW_byType.csv

This file was deleted.

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 not shown.
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 not shown.
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 not shown.
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 not shown.
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 not shown.
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 not shown.
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 not shown.
1,297 changes: 0 additions & 1,297 deletions FrEDI/data_tests/report_figures/appendix_figures/slr_results_byDoW_byType.csv

This file was deleted.

Binary file removed FrEDI/data_tests/report_figures/fig7/GCM_2090.pdf
Binary file not shown.
Binary file removed FrEDI/data_tests/report_figures/fig7/SLR_all.pdf
Binary file not shown.
Binary file not shown.
1,281 changes: 0 additions & 1,281 deletions FrEDI/data_tests/report_figures/fig7/gcm_results_byDoW_totals.csv

This file was deleted.

Binary file not shown.
33 changes: 0 additions & 33 deletions FrEDI/data_tests/report_figures/fig7/slr_results_byDoW_totals.csv

This file was deleted.

Binary file removed FrEDI/data_tests/report_figures/slrScenarios.pdf
Binary file not shown.

0 comments on commit 6685eaa

Please sign in to comment.