From 7c2390a44cea45fcbfc9cbfafb49ad4c3995ebee Mon Sep 17 00:00:00 2001 From: Moritz Kern <92092328+Moritz-Alexander-Kern@users.noreply.github.com> Date: Wed, 25 Oct 2023 10:29:18 +0200 Subject: [PATCH] Update elephant/utils.py Co-authored-by: Michael Denker --- elephant/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elephant/utils.py b/elephant/utils.py index 9f3e72599..361a1c103 100644 --- a/elephant/utils.py +++ b/elephant/utils.py @@ -306,7 +306,7 @@ def round_binning_errors(values, tolerance=1e-8): return values.astype(np.int32) if correction_mask: - logger.info('Correcting a rounding error in the calculation ' + logger.warning('Correcting a rounding error in the calculation ' 'of the number of bins by incrementing the value by 1. ' 'You can set tolerance=None to disable this ' 'behaviour.')