From 3f580d979e0d08fa7805dd2a88c9b347580bbf8d Mon Sep 17 00:00:00 2001 From: fjosw Date: Thu, 27 Jan 2022 11:02:08 +0000 Subject: [PATCH] Documentation updated --- docs/pyerrors/input/hadrons.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pyerrors/input/hadrons.html b/docs/pyerrors/input/hadrons.html index 9e8a4c6c..c33214b7 100644 --- a/docs/pyerrors/input/hadrons.html +++ b/docs/pyerrors/input/hadrons.html @@ -127,7 +127,7 @@ if idl: if Counter(list(idl)) != Counter(cnfg_numbers): - raise Exception("Not all configurations specified in idl found (" + str(list(Counter(list(idl)) - Counter(cnfg_numbers))) + "missing)") + raise Exception("Not all configurations specified in idl found, configurations " + str(list(Counter(list(idl)) - Counter(cnfg_numbers))) + " are missing.") # Check that configurations are evenly spaced dc = np.unique(np.diff(cnfg_numbers))