If the sequencer script fails, most of the time it means that we need to manually modify the CSV data.
Add some comments to each failing mode on how to deal with it.
Something like:
pl.Config.set_tbl_rows(-1)
html = '<div style="display:flex">'
html += '<div style="margin-right: 2em">'
html += seq_df._repr_html_()
html += '</div>'
html += '<div style="margin-right: 2em">'
html += cb_df.filter(board=seq_running.board, channel=seq_running.channel)._repr_html_()
html += '</div>'
html += '</div>'
could be helpful to e.g. inspect manually which extra hits have to be removed by hand, etc.
If the sequencer script fails, most of the time it means that we need to manually modify the CSV data.
Add some comments to each failing mode on how to deal with it.
Something like:
could be helpful to e.g. inspect manually which extra hits have to be removed by hand, etc.