Skip to content

Commit

Permalink
Do not withdraw aggressive merging
Browse files Browse the repository at this point in the history
  • Loading branch information
dachengx committed Feb 6, 2025
1 parent d4858c4 commit fc375f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion straxen/plugins/merged_s2s/merged_s2s.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ class MergedS2s(strax.OverlapWindowPlugin):
)

withdraw_aggressive_merging = straxen.URLConfig(
default=True,
default=False,
type=bool,
help="Whether to withdraw the aggressive merging of the peaklets",
)
Expand Down

0 comments on commit fc375f6

Please sign in to comment.