From 9425c835dd57f9a946efc1e5e3b9f42c0d5b3ec2 Mon Sep 17 00:00:00 2001 From: Abelardo Moralejo Date: Wed, 15 Jan 2025 11:32:59 +0100 Subject: [PATCH] Remove spaces from logging message --- lstchain/image/cleaning.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lstchain/image/cleaning.py b/lstchain/image/cleaning.py index 1882a6b2e..ba5b023a6 100644 --- a/lstchain/image/cleaning.py +++ b/lstchain/image/cleaning.py @@ -143,7 +143,7 @@ def find_tailcuts(input_dir, run_number): unreliable_pixels = unusable_hg | unusable_lg if unreliable_pixels.sum() > 0: log.info(f' Removed {unreliable_pixels.sum()/unreliable_pixels.size:.2%} of pixels ' - f' due to unreliable calibration!') + f'due to unreliable calibration!') reliable_pixels = ~unreliable_pixels