Skip to content

Sequencer debug help #17

@DJDuque

Description

@DJDuque

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions