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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
aggregate=True no longer duplicates pane-type results (rerun, image, video). Pane results store file paths that cannot be numerically aggregated, so they now only render in the non-aggregated view.
Line plotter crash when aggregating: plt_cnt_cfg still referenced collapsed dimensions, causing holoviews DataError on missing dimension names. Swapped to post-aggregation config during map_plot_panes calls.
remove_plots no longer raises ValueError when combined with numeric_only.
Changed
Renamed VideoResult to PaneResult to reflect that it handles all pane types (rerun, image, video), not just video.
Added
Image and video aggregate examples (example_result_image_aggregate, example_result_video_aggregate) to exercise and demonstrate pane-result aggregation.
omega_n sweep added to ControlSystemSweep for multi-input rerun testing.