Skip to content

Commit

Permalink
Shorten line
Browse files Browse the repository at this point in the history
  • Loading branch information
Hckjs committed Feb 16, 2024
1 parent d2c0cef commit 7d3ebea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ctapipe/image/reducer.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@ class TailCutsDataVolumeReducer(DataVolumeReducer):

min_picture_neighbors = IntTelescopeParameter(
default_value=2,
help="Minimum number of neighbors above threshold to consider for ``tailcuts_clean``",
help="Minimum number of neighbors above threshold to consider"
"for ``tailcuts_clean``",
).tag(config=True)

keep_isolated_pixels = BoolTelescopeParameter(
Expand Down

0 comments on commit 7d3ebea

Please sign in to comment.