Skip to content

Commit

Permalink
fixing style refs #21
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Mar 31, 2024
1 parent 50d9510 commit 2ec4670
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions tools/generateRailSignalConstraints.py
Original file line number Diff line number Diff line change
Expand Up @@ -836,16 +836,16 @@ def updateStartedEnded(options, net, stopEdges, stopRoutes, vehicleStopRoutes):
# marked as inactive because they are causing more
# deadlocks than they solve but might already be usefully (i.e. via TraCI)
fpiConflicts[nSignal].append(Conflict(nTripID, pSignal, pTripID, limit,
# attributes for adding comments
nStopBefore.line,
pStop.line,
nStopBefore.vehID,
pStop.vehID,
"foeEnded=%s " % humanReadableTime(ended),
None, # switch
stop.busStop,
"foeParking",
active=False))
# attributes for adding comments
nStopBefore.line,
pStop.line,
nStopBefore.vehID,
pStop.vehID,
"foeEnded=%s " % humanReadableTime(ended),
None, # switch
stop.busStop,
"foeParking",
active=False))
numConflicts2 += 1

if busStop == options.debugStop and shift > 0:
Expand Down

0 comments on commit 2ec4670

Please sign in to comment.