Another convenience PR. If domain IDs change, we get a bunch of key errors when trying to lookup their colors in the DomainModel's loaded from the plot_settings.pkl. The better long-term solution is to provide better detection for the validity of the settings file when starting the plotter, but for now this will at least let one start the plotter without having to remove this file manually.
Another convenience PR. If domain IDs change, we get a bunch of key errors when trying to lookup their colors in the
DomainModel
's loaded from theplot_settings.pkl
. The better long-term solution is to provide better detection for the validity of the settings file when starting the plotter, but for now this will at least let one start the plotter without having to remove this file manually.