Skip to content

Vectorize check_betsee_output.py

Karol Krizka requested to merge kk_veccheck into main

The check_betsee_output.py script is now vectorized. Meaning that all operations to check for errors are done using broadcast operations.

Other changes:

  • Add typ field to abcrr and hccrr to indicate the typ found in the packet.
  • Check for empty responses. The way any subsequent checks are done also skips empty packets (ie: check for ABC typ when no response is seen does not count as an error).
  • Check for too many responses. Subsequent checks use the first response.
  • Make it possible to run via vscode notebook.

Merge request reports