Skip to content

Commit

Permalink
Update modules/uncertainty/R/ensemble.R
Browse files Browse the repository at this point in the history
  • Loading branch information
dlebauer authored Dec 16, 2024
1 parent af15734 commit 9c6ebe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/uncertainty/R/ensemble.R
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ write.ensemble.configs <- function(defaults, ensemble.samples, settings, model,
# If we fail to connect to DB then we set to NULL
if (inherits(con, "try-error")) {
con <- NULL
PEcAn.logger::logger.warn("We were not able to successfully establish a connection with Bety ")
PEcAn.logger::logger.warn("We were not able to successfully establish a connection with BETYdb ")
}
}
}
Expand Down

0 comments on commit 9c6ebe1

Please sign in to comment.