Commit a3c00a9b authored by Delaigue Olivier's avatar Delaigue Olivier
Browse files

v1.0.13.5 remove print from ErrorCrit_NSE

Showing with 2 additions and 3 deletions
+2 -3
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")),
......
......@@ -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
......
......@@ -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
}
......
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