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