From a331aba97fcbfa653ae1e9468f64364e4105a74c Mon Sep 17 00:00:00 2001 From: Juacrumar <juacrumar@lairen.eu> Date: Tue, 29 Sep 2020 10:31:26 +0200 Subject: [PATCH] Update doc/sphinx/source/n3fit/runcard_detailed.rst Co-authored-by: Cameron Voisey <32741139+voisey@users.noreply.github.com> --- doc/sphinx/source/n3fit/runcard_detailed.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sphinx/source/n3fit/runcard_detailed.rst b/doc/sphinx/source/n3fit/runcard_detailed.rst index 3b498ddbd7..5b8b06837a 100644 --- a/doc/sphinx/source/n3fit/runcard_detailed.rst +++ b/doc/sphinx/source/n3fit/runcard_detailed.rst @@ -166,7 +166,7 @@ while the ``multiplier`` will be such that after the last epoch the final Lagran equals the ``poslambda`` defined for the dataset. Finally we have the positivity threshold, which is set to ``1e-6`` by default. -During the fit, the positivity loss will be compared to this value, if it is above +During the fit, the positivity loss will be compared to this value. If it is above it, the positivity won't be considered good (and thus the fit won't stop). If the replica reaches the maximum number of epochs with the positivity loss above this value, it will be tagged as ``POS_VETO`` and the replica removed from postfit. -- GitLab