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
overwriting the same option with a different value in multiple option files is permitted by texttest but trips up config file create (error: option already set)
The text was updated successfully, but these errors were encountered:
extractTest.py sumo/tests/sumo/extended/state/load_and_save_actionStepLength2 still fails to create the mesoconfig with
Error: The parameter '{CLEAR' is not allowed in this context.
Switch or parameter name expected.
Error: A value for the option 'load-state' was already set.
Possible synonymes:
Error: Could not parse commandline options.
Quitting (on error).
{CLEAR -foo 1}
is not supported (only{CLEAR}
)The text was updated successfully, but these errors were encountered: