From fc375f6c1f998bab6e2a4c487da75000eae4b908 Mon Sep 17 00:00:00 2001 From: dachengx Date: Thu, 6 Feb 2025 02:55:59 -0600 Subject: [PATCH] Do not withdraw aggressive merging --- straxen/plugins/merged_s2s/merged_s2s.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/straxen/plugins/merged_s2s/merged_s2s.py b/straxen/plugins/merged_s2s/merged_s2s.py index 4462aa9b9..16c47ad54 100644 --- a/straxen/plugins/merged_s2s/merged_s2s.py +++ b/straxen/plugins/merged_s2s/merged_s2s.py @@ -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", )