Skip to content

Feat: Create option to change path colors into a "debug" version

Jonas Germann requested to merge feature/change-debug-path-coloring into main

By adding a specified argument to the hatch run, an extra folder gets created for debug purposes. This folder contains the same visualisations but with different path colors. Each path gets assigned an unique "debug" color and a list gets created containing all information about the "regular" and the "debug" path color. The colors used for plotting graphs about these paths (plot_prop_params.py) will use this list and assign the plotting colors according to the "debug" colors

Merge request reports

Loading