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
This does not work because it must be warmup_period.
Additionally, it would be good to document that this does also rest the state of the model and that both arguments are required.
Are there actually default values for this?
The text was updated successfully, but these errors were encountered:
Thanks for reporting! We will make the fix in the documentation.
When the test case is first deployed it initializes with a default start_time = 0 and warmup_time = 0. But there are no defaults for when a user calls /initialize. When a user calls /scenario with a particular "time_period" specification, there are defaults that BOPTEST uses according to that specification to put the test case at the start of the scenario time period with consistent initial conditions.
HI,
Initialize simulation to a start time using a warmup period in seconds.
According to the docs one should use the following for this:
This does not work because it must be
warmup_period
.Additionally, it would be good to document that this does also rest the state of the model and that both arguments are required.
Are there actually default values for this?
The text was updated successfully, but these errors were encountered: