Skip to content

LisaTest: Add get_trace method

Darryl Green requested to merge github/fork/bjackman/lisatest-get-trace into master

Created by: bjackman

It's a good idea to unify the creation of Traces in one place, because passing a different sent of events will result in different time indexes due to the time normalization being based on the time of the first event.

This is also a nice convenience method.

Merge request reports