SPF-OST / pytrnsys_gui

Graphical user interface for pytrnsys
https://pytrnsys.readthedocs.io
GNU Lesser General Public License v3.0
3 stars 4 forks source link

The "run simulation" button overwrites the config using all existing ddcks. #488

Open ahobeost opened 7 months ago

ahobeost commented 7 months ago

As a User, I would like to have different versions of ddcks in the folders, e.g. for parametric studies. Then, after adjusting a run.config, I would like to use that exact version from the GUI.

Currently, all ddcks are added to the run.config when exporting the config file. This step also seems to occur when using the "run simulation" button, thus overwriting the existing run.config file.

This breaks the functionality of using multiple ddcks in the folders. In my opinion, the "run simulation" button should never have anything to do with run.config. If a run.config is missing, it should throw an error to that effect.

ahobeost commented 7 months ago

Also see #145