Skip to content

Commit

Permalink
removed unnecessary restriction on options. refs #14588
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Mar 25, 2024
1 parent 18f96bd commit 64ac1a6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/assign/duaIterate.py
Original file line number Diff line number Diff line change
Expand Up @@ -530,8 +530,6 @@ def main(args=None):
"Either --trips, --flows, or --routes have to be given!")
duaBinary = sumolib.checkBinary("duarouter", options.path)
sumoBinary = sumolib.checkBinary("sumo", options.path)
if options.addweights and options.weightmemory:
argParser.error("Options --addweights and --weight-memory are mutually exclusive.")
if options.marginal_cost and not options.logit:
print("Warning! --marginal-cost works best with --logit.", file=sys.stderr)

Expand Down

0 comments on commit 64ac1a6

Please sign in to comment.