From 6576cf8d70291c04e91ac41db85fb44bcbdd54a6 Mon Sep 17 00:00:00 2001 From: fjosw Date: Mon, 24 Oct 2022 10:25:06 +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 ea68c338..46a934a0 100644 --- a/docs/pyerrors/input/hadrons.html +++ b/docs/pyerrors/input/hadrons.html @@ -147,7 +147,7 @@ 50 idx = idl 51 warnings.warn("Configurations are not evenly spaced.", RuntimeWarning) 52 else: - 53 raise Exception("Configurations are not evenly spaced.") + 53 raise Exception("Configurations are not evenly spaced. Provide an idl if you want to proceed with this set of configurations.") 54 55 return filtered_files, idx 56