From a3c00a9b165c802296870eaee5d01ce8307afb2c Mon Sep 17 00:00:00 2001 From: Delaigue Olivier <olivier.delaigue@irstea.priv> Date: Wed, 29 Aug 2018 17:29:04 +0200 Subject: [PATCH] v1.0.13.5 remove print from ErrorCrit_NSE --- DESCRIPTION | 2 +- NEWS.rmd | 2 +- R/ErrorCrit_NSE.R | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 7aa7e061..8a4e4779 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: airGR Type: Package Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling -Version: 1.0.13.4 +Version: 1.0.13.5 Date: 2018-08-29 Authors@R: c( person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")), diff --git a/NEWS.rmd b/NEWS.rmd index d0031bae..8dda1d5f 100644 --- a/NEWS.rmd +++ b/NEWS.rmd @@ -14,7 +14,7 @@ output: -### 1.0.13.4 Release Notes (2018-08-29) +### 1.0.13.5 Release Notes (2018-08-29) #### Deprectated and defunct diff --git a/R/ErrorCrit_NSE.R b/R/ErrorCrit_NSE.R index d41e0d2c..3a79ad3d 100644 --- a/R/ErrorCrit_NSE.R +++ b/R/ErrorCrit_NSE.R @@ -44,7 +44,6 @@ ErrorCrit_NSE <- function(InputsCrit, OutputsModel, warnings = TRUE, verbose = T ##Data_transformation if ("Ind_zeroes" %in% names(InputsCrit) & "epsilon" %in% names(InputsCrit)) { if (length(InputsCrit$Ind_zeroes) > 0) { - print(typeof(InputsCrit$epsilon)) VarObs <- VarObs + InputsCrit$epsilon VarSim <- VarSim + InputsCrit$epsilon } -- GitLab