From 6140d3006fc6d0ae6600a5e93e3039164038dcad Mon Sep 17 00:00:00 2001 From: Vadym Voitsekhovskyi Date: Thu, 19 Dec 2024 14:28:36 +0100 Subject: [PATCH] Resolving problem of unit inconsistency nan vs int --- src/ctapipe/containers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ctapipe/containers.py b/src/ctapipe/containers.py index ce4cc51fc7c..831ca92ebd5 100644 --- a/src/ctapipe/containers.py +++ b/src/ctapipe/containers.py @@ -1194,7 +1194,7 @@ class MuonParametersContainer(Container): ) intensity_outside_ring = Field(nan, "Sum of the pixel charges outside the ring") n_pixels_in_ring = Field( - nan, + -1, "Number of pixels inside the ring integration area that passed the cleaning", ) mean_intensity_outside_ring = Field(