NVlabs / FPSci

Aim Training Experiments
Other
70 stars 23 forks source link

`defaultUser` is removed from user config when written #291

Closed jspjutNV closed 3 years ago

jspjutNV commented 3 years ago

Steps to reproduce:

  1. User config needs a filled in defaultUser
  2. Experiment config needs allowUserAdd = True;
  3. Start FPSci
  4. Add a new user

The defaultUser field will have been removed from the user config.

As far as I can tell the default user continues to exist in memory while FPSci is still running, so additional users added before quitting will continue to copy the default user settings. However, on subsequent start up and runs, the previous default user settings will have been forgotten.