Commit 162a24b7 authored by Delaigue Olivier's avatar Delaigue Olivier
Browse files

refactor: change warning message calling in 'CreateInputsModel'

No related merge requests found
Pipeline #57708 passed with stage
in 4 minutes and 43 seconds
Showing with 1 addition and 1 deletion
+1 -1
......@@ -106,7 +106,7 @@ CreateInputsModel <- function(FUN_MOD,
}
if (is.null(HypsoData)) {
if (verbose) {
warning("'HypsoData' is missing: a single layer is used and no extrapolation is made")
warning("'HypsoData' is missing: a single layer is used and no extrapolation is made", call. = FALSE)
}
HypsoData <- as.numeric(rep(NA, 101))
ZInputs <- as.numeric(NA)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment