Fix KeyError on config upload
Summary of Changes
This adds defaults when loading new parameters from the config file. This should allow you to upload configs from older versions of the GUI.
It also includes some changes that should hopefully speed up the launch time, though I'm not sure yet how much of an impact these changes will make.
Checklist
-
The MR has a clear and concise title -
Code is self-documented and follows style guidelines. -
Automated tests are written and pass successfully. -
Regression tests (e.g. manually triggered system tests, manual GUI/tool tests, ...) are performed to make sure the MR does not break anything (when applicable) -
Readme file is present and up-to-date.
Documentation Updates
Additional Notes
Closes #29 (closed) Closes #30 (closed)