From cc6e95e7a9160b15987a5efe36b65811557b7d2f Mon Sep 17 00:00:00 2001 From: Fabian Joswig Date: Tue, 29 Nov 2022 13:58:58 +0000 Subject: [PATCH] fix: removed misleading warning in input.hadrons functions. --- pyerrors/input/hadrons.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pyerrors/input/hadrons.py b/pyerrors/input/hadrons.py index 3d7ab99b..0c8dc11d 100644 --- a/pyerrors/input/hadrons.py +++ b/pyerrors/input/hadrons.py @@ -48,7 +48,6 @@ def _get_files(path, filestem, idl): idx = range(cnfg_numbers[0], cnfg_numbers[-1] + dc[0], dc[0]) elif idl: idx = idl - warnings.warn("Configurations are not evenly spaced.", RuntimeWarning) else: raise Exception("Configurations are not evenly spaced. Provide an idl if you want to proceed with this set of configurations.")