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 functionality was planned at some stage and I just wanted to check if it's in the plan.
A major issue in SpineOpt is that some parameters need to be a specific type. However, we have no current way to enforce this in toolbox. Duration parameters like minimum_up_time are an example. Time and again, users get caught out by either entering a scalar value for these parameters or typing in a duration value like "1h" that gets stored as a string rather than a duration. The user will then get an error in SpineOpt and the cause is not easily identified for a new user.
Toolbox supports timeseries, time pattern, scalar and map parameters but in the parameter definiition we need to be able to enforce a specific subset of these for individual parameters.
I think it would be a very valuable functionality that we've needed for a long time. I see it's tagged wit the V0.8 milestone. It would be nice if it could get done somehow
This functionality was planned at some stage and I just wanted to check if it's in the plan.
A major issue in SpineOpt is that some parameters need to be a specific type. However, we have no current way to enforce this in toolbox. Duration parameters like
minimum_up_time
are an example. Time and again, users get caught out by either entering a scalar value for these parameters or typing in a duration value like "1h" that gets stored as a string rather than a duration. The user will then get an error in SpineOpt and the cause is not easily identified for a new user.Toolbox supports timeseries, time pattern, scalar and map parameters but in the parameter definiition we need to be able to enforce a specific subset of these for individual parameters.
I have a couple of questions:
@jkiviluo @manuelma ?
The text was updated successfully, but these errors were encountered: