Skip to content

lisa.trace: Fix Trace.add_events_deltas() on empty dataframe

Douglas Raillard requested to merge github/fork/douglas-raillard-arm/_pr169 into master

Make sure to always add the delta column, even on empty dataframe. The caller can then manipulate the dataframe in the same way wether empty or not, and only operations like plotting will fail, with an explicit error.

Merge request reports