From df8bb787ba7fb42db78b07b81d41df21cda5916c Mon Sep 17 00:00:00 2001 From: Thibault Hallouin <thibault.hallouin@inrae.fr> Date: Thu, 27 Oct 2022 09:45:31 +0200 Subject: [PATCH] remove inline reference (now in online docs) --- src/evalhyd-python.cpp | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/evalhyd-python.cpp b/src/evalhyd-python.cpp index 9a7bb35..8cf2c41 100644 --- a/src/evalhyd-python.cpp +++ b/src/evalhyd-python.cpp @@ -98,9 +98,7 @@ PYBIND11_MODULE(evalhyd, m) function with a negative exponent (since none are defined for 0). If not provided (or set to default value -9), one hundredth of the mean of the streamflow observations - is used as value for epsilon, as recommended by - `Pushpalatha et al. (2012) - <https://doi.org/10.1016/j.jhydrol.2011.11.055>`_. + is used as value for epsilon. t_msk: `numpy.ndarray`, optional 1D array of mask(s) used to generate temporal subsets of @@ -204,9 +202,7 @@ PYBIND11_MODULE(evalhyd, m) function with a negative exponent (since none are defined for 0). If not provided (or set to default value -9), one hundredth of the mean of the streamflow observations - is used as value for epsilon, as recommended by - `Pushpalatha et al. (2012) - <https://doi.org/10.1016/j.jhydrol.2011.11.055>`_. + is used as value for epsilon. t_msk: `numpy.ndarray`, optional 2D array of mask(s) used to generate temporal subsets of -- GitLab