Why we can not remove data_top
or data_start
from _temp_event_data_type
#1448
Labels
data_top
or data_start
from _temp_event_data_type
#1448
To Reproduce
If you remove
data_top
ordata_start
from_temp_event_data_type
instraxen/plugins/events_nv/event_waveform_nv.py
. Then runyou will see error like:
This should not happen in principle, because this calling https://github.com/AxFoundation/strax/blob/a528e4b9b7d452c6c0a654692ed6fb688b4e3aae/strax/processing/peak_building.py#L243 should have used default arguments
store_in_data_top=False, store_waveform_start=False
.There is an expedient to fix this but we'd better understand why this happens: #1447
The text was updated successfully, but these errors were encountered: