Skip to content

Commit

Permalink
polish error message
Browse files Browse the repository at this point in the history
  • Loading branch information
TjarkMiener committed Dec 12, 2024
1 parent 3548c09 commit b0c197c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ctapipe/tools/calculate_pixel_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b0c197c

Please sign in to comment.