-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
PRIORITYbugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Description
It is known that somehow with the current structure, in SR1 there is a ~10% chance that plugins computed in peaklets level (like veto_interval and peaklets) end up having different length when processing (peaks, peaklet_classification) and (event_info, veto_proximity).
We suspect something tricky happened when combining. To make these runs fail immediately when issues happen, even before we upload their combined peaklets, we want to load test in combine job after computing:
st.get_array(run, ("peaks", "peak_basics", "peak_positions"))
st.get_array(run, ("event_info", "cut_daq_veto"))
Once failed, nothing will be uploaded.
Metadata
Metadata
Assignees
Labels
PRIORITYbugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request