SPF-OST / pytrnsys

Package that provides functionality to run and process, plot and report TRNSYS simulations
https://pytrnsys.readthedocs.io
GNU General Public License v3.0
11 stars 8 forks source link

[run.config] `assign` does not work with `variation`. #162

Open zuckerruebe opened 1 year ago

zuckerruebe commented 1 year ago

It seems that if there is a variation in a config file, then an assign in the same file doesn't do anything.

(This is different from https://github.com/SPF-OST/pytrnsys/issues/161, as in the current issue I don't want to change the assign in each variation, but rather change it once, for the master/template .dck file, before I base the variations off that one.)