You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there are no changepoints within the xlimits provided by the user, the plotting script produces a traceback:
Traceback (most recent call last):
File "../bin/plot_krun_results", line 1643, in <module>
inset_xlimits=options.inset_xlimits)
File "../bin/plot_krun_results", line 361, in main
core_cycles, cycles_ylimits, inset_xlimits)
File "../bin/plot_krun_results", line 986, in draw_page
p_exec_charts[index].plot_stack()
File "../bin/plot_krun_results", line 523, in plot_stackself.plot_wallclock_times()
File "../bin/plot_krun_results", line 587, in plot_wallclock_timesself._plot_steady_equivalent(self.wallclock_axis)
File "../bin/plot_krun_results", line 672, in _plot_steady_equivalentif (self.segment_means[0] +self.segment_vars[0] >= lower_bound andAttributeError: 'ProcessExecChart' object has no attribute 'segment_vars'
Due to the same bug, when the user has passed in --xlimits and there are no changpoints within the bounds, insets do not correctly plot steady segment equivalent data.
The text was updated successfully, but these errors were encountered:
If there are no changepoints within the
xlimits
provided by the user, the plotting script produces a traceback:Due to the same bug, when the user has passed in
--xlimits
and there are no changpoints within the bounds, insets do not correctly plot steady segment equivalent data.The text was updated successfully, but these errors were encountered: