From e413bcefbc9f7258e6d49d397b01793b4cf59ad5 Mon Sep 17 00:00:00 2001 From: Fabian Joswig Date: Mon, 24 Oct 2022 11:23:25 +0100 Subject: [PATCH] docs: input/hadrons unevenly spaced exception text more detailed. --- pyerrors/input/hadrons.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyerrors/input/hadrons.py b/pyerrors/input/hadrons.py index 359c6930..0f967423 100644 --- a/pyerrors/input/hadrons.py +++ b/pyerrors/input/hadrons.py @@ -50,7 +50,7 @@ def _get_files(path, filestem, idl): idx = idl warnings.warn("Configurations are not evenly spaced.", RuntimeWarning) else: - raise Exception("Configurations are not evenly spaced.") + raise Exception("Configurations are not evenly spaced. Provide an idl if you want to proceed with this set of configurations.") return filtered_files, idx