You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@olejandro A small follow-up: I was still curious about whether it indeed works as you described, and therefore I now decided to give it a test on my Windows 11 computer. I downloaded the current Master branch version, and extracted it to a local folder. I first tested running xl2times with the original Demo4 model, with the files listed in the command line (and with the regular scenario Scen_Peak_RSV.xlsx at the end). The run seemed to work well, although with some unexpected warnings such as the following:
WARNING : datatypes.Tag has an unknown Tag Tag.comagg not in veda-tags.json
WARNING : Cannot produce table TM_DEFVAL because Attributes does not contain the required columns - tm_defval
Anyway, then I tested with adding a default IE option for COM_PKRSV into SysSettings, and an explicit overriding option for it into Scen_Peak_RSV.xlsx. However, the output only contained the wrong value (the default). The correct option defined in Scen_Peak_RSV.xlsx thus did not make it to the DD file (it was shown in the raw tables, though). I then tested by removing the default option from SysSettings, and only then I got the correct option written out.
Hence, my conclusion from this test is that currently the handling of the IE defaults does not seem to work in the correct way, unless I am doing something wrong? In addition, I would really suggest to implement a list file option, such that one can specify the scenario order there (with scenario names such as base, peak_rsv, and not file names), because listing all the files (apparently now required also with their subfolder paths) in the command line can get quite cumbersome for users, unless I am missing something.
@olejandro A small follow-up: I was still curious about whether it indeed works as you described, and therefore I now decided to give it a test on my Windows 11 computer. I downloaded the current Master branch version, and extracted it to a local folder. I first tested running
xl2times
with the original Demo4 model, with the files listed in the command line (and with the regular scenarioScen_Peak_RSV.xlsx
at the end). The run seemed to work well, although with some unexpected warnings such as the following:WARNING : datatypes.Tag has an unknown Tag Tag.comagg not in veda-tags.json
WARNING : Cannot produce table TM_DEFVAL because Attributes does not contain the required columns - tm_defval
Anyway, then I tested with adding a default IE option for
COM_PKRSV
intoSysSettings
, and an explicit overriding option for it intoScen_Peak_RSV.xlsx
. However, the output only contained the wrong value (the default). The correct option defined inScen_Peak_RSV.xlsx
thus did not make it to the DD file (it was shown in the raw tables, though). I then tested by removing the default option from SysSettings, and only then I got the correct option written out.Hence, my conclusion from this test is that currently the handling of the IE defaults does not seem to work in the correct way, unless I am doing something wrong? In addition, I would really suggest to implement a list file option, such that one can specify the scenario order there (with scenario names such as
base
,peak_rsv
, and not file names), because listing all the files (apparently now required also with their subfolder paths) in the command line can get quite cumbersome for users, unless I am missing something.Originally posted by @Antti-L in #260 (comment)
The text was updated successfully, but these errors were encountered: