Closed blakecaldwell closed 3 years ago
This is deep in the plotting code. Basically checking what data exists before laying out the Qt dialog appropriately. Going to merge now. Comments should be sufficient for others to piece together what's going on.
Check that sim_data['spec'] has valid for each trial. Previously only checked the length was > 0, but when there is a failure loading spec data, there is a list of None. Need to check that data for each trial isn't None.
Fixes #290