diff --git a/workflow/src/legendsimflow/hpge_pars.py b/workflow/src/legendsimflow/hpge_pars.py index 07449ba..066f78d 100644 --- a/workflow/src/legendsimflow/hpge_pars.py +++ b/workflow/src/legendsimflow/hpge_pars.py @@ -68,11 +68,6 @@ def lookup_currmod_fit_data( energies.append(energy[idx]) dts.append(dt_eff[idx]) - n = sum(len(d) for d in dts) - - if n > 500: - break - # now chose the best index (closest to median) if len(dts) == 0: msg = "no data found in the considered hit files"