From 9f001c79d4b643ef54d73446b0832f6de9740749 Mon Sep 17 00:00:00 2001 From: Delaigue Olivier <olivier.delaigue@irstea.fr> Date: Thu, 4 Feb 2021 10:47:52 +0100 Subject: [PATCH] docs(vignette): remove of an empty supernumerary line in param_sets_GR4J --- vignettes/V03_param_sets_GR4J.Rmd | 1 - 1 file changed, 1 deletion(-) diff --git a/vignettes/V03_param_sets_GR4J.Rmd b/vignettes/V03_param_sets_GR4J.Rmd index 0db71855..36eb29c5 100644 --- a/vignettes/V03_param_sets_GR4J.Rmd +++ b/vignettes/V03_param_sets_GR4J.Rmd @@ -70,7 +70,6 @@ The calibration period has been defined from **1990-01-01** to **1990-02-28**, a As a consequence, in this example the calibration period is very short, less than 6 months. ```{r, warning=FALSE, include=TRUE} - ## preparation of the InputsModel object InputsModel <- CreateInputsModel(FUN_MOD = RunModel_GR4J, DatesR = BasinObs$DatesR, Precip = BasinObs$P, PotEvap = BasinObs$E) -- GitLab