The check on the TimeProfile can be annoying in certain cases, specifically when testing a new Node. It is now possible via a conditional argument check_timeprofiles=true in the create_model and run_model functions.
Setting the value to false will result in a warning, but allow to utilize wrong time structures.
In addition, a bug was fixed when the StrategicProfile was shorter than the used TimeStructure. In this case the checks errored at a point where they should not.
The check on the
TimeProfile
can be annoying in certain cases, specifically when testing a new Node. It is now possible via a conditional argumentcheck_timeprofiles=true
in thecreate_model
andrun_model
functions.Setting the value to
false
will result in a warning, but allow to utilize wrong time structures.In addition, a bug was fixed when the
StrategicProfile
was shorter than the usedTimeStructure
. In this case the checks errored at a point where they should not.