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
A related issue: in jsonforms there is, next to 'minimum' and 'maximum' ('formatMinimum' and 'formatMaximum' for date), also 'exclusiveMinimum' and 'exclusiveMaximum' ('formatExclusiveMinimum' and 'formatExclusiveMaximum' for date).
We should also distinguish between greater and greater than.
So the frontend knows to check that
start_time < end_time
for the simulator params_dict.The text was updated successfully, but these errors were encountered: