Skip to content

Commit

Permalink
Resolving problem of unit inconsistency nan vs int
Browse files Browse the repository at this point in the history
  • Loading branch information
jstvdk committed Dec 19, 2024
1 parent 81fecaa commit 6140d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ctapipe/containers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 6140d30

Please sign in to comment.