From b0c197c7513d2f2d027e2f1382bde31746c744ad Mon Sep 17 00:00:00 2001 From: TjarkMiener Date: Thu, 14 Nov 2024 14:30:00 +0100 Subject: [PATCH] polish error message --- src/ctapipe/tools/calculate_pixel_stats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ctapipe/tools/calculate_pixel_stats.py b/src/ctapipe/tools/calculate_pixel_stats.py index aff8b32e417..aa8b15629f3 100644 --- a/src/ctapipe/tools/calculate_pixel_stats.py +++ b/src/ctapipe/tools/calculate_pixel_stats.py @@ -127,7 +127,7 @@ def start(self): ].chunk_size > len(dl1_table): raise ToolConfigurationError( f"Change --StatisticsAggregator.chunk_size to decrease the chunk size " - f"of the aggregation to at least '{len(dl1_table)}' (table length of the " + f"of the aggregation to a maximum of '{len(dl1_table)}' (table length of the " f"input data for telescope 'tel_id={tel_id}')." ) # Check if the input column name is in the table