[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [sumo-user] duaIterate with MSA
|
Dear Zoltan,
the duaIterate script somehow violates the calling conventions by adding the option "-MSA" (note the single minus at the beginning). Could you please try either adding "-MSA" or the long name "--method-of-successive-average"?
Best regards
Mirko
-----Original-Nachricht-----
Betreff: [sumo-user] duaIterate with MSA
Datum: 2023-11-18T14:03:51+0100
Von: "Zoltán Varga via sumo-user" <sumo-user@xxxxxxxxxxx>
An: "sumo-user@xxxxxxxxxxx" <sumo-user@xxxxxxxxxxx>
Dear Sumo users,
I am just a beginner SUMO user, maybe that is the reason I am not sure how I should create a duaIterate simulation with MSA. My problem is the following: when I call the --MSA the program encounters some kind of problem. Can you give me an example or some explanation of what could be the problem?
python /opt/homebrew/opt/sumo/share/sumo/tools/assign/duaIterate.py -n SUMO/basic/basic.net.xml -r SUMO/basic/test.rou.xml --MSA
Traceback (most recent call last):
File "/opt/homebrew/opt/sumo/share/sumo/tools/assign/duaIterate.py", line 721, in <module>
sys.exit(main())
File "/opt/homebrew/opt/sumo/share/sumo/tools/assign/duaIterate.py", line 521, in main
options = argParser.parse_args(args=args)
File "/opt/homebrew/Cellar/sumo/1.18.0/share/sumo/tools/sumolib/options.py", line 357, in parse_args
return self.parse_known_args(args, namespace, True)[0]
File "/opt/homebrew/Cellar/sumo/1.18.0/share/sumo/tools/sumolib/options.py", line 433, in parse_known_args
unknown_args.insert(1, namespace.remaining_args[0])
IndexError: list index out of range