Skip to content

lisa.analysis.tasks: Fix plot_tasks_activation() with trace window

FIX

Using a trace window can remove all activations for a given task. That leads to values in dataframes, that bokeh chokes on. Avoid creating such values in the first place fixes that.

Merge request reports