Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
Merge branch 'main' of https://github.com/IDEMSInternational/epicsawrap

# Conflicts:
#	R/get_end_rains_definitions.R
  • Loading branch information
lilyclements committed Jul 21, 2024
2 parents fc0bad1 + 8798da5 commit 94053ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/get_end_season_definitions.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ get_end_season_definitions <- function(end_season = NULL){
evaporation <- "value"
}
}

# Loop through variables and add to the list if defined
for (variable in variables_list) {
if (exists(variable) && !is.na(get(variable))) {
Expand Down

0 comments on commit 94053ab

Please sign in to comment.