Skip to content

Commit

Permalink
patching expected results refs #21
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Feb 12, 2025
1 parent 2b8bbb7 commit b6204db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/complex/traci/connection/tracing/log.complex
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
traci.start([PATH_TO_SUMO, '-c', 'sumo.sumocfg'], port=None, label='default')
import traci
traci.start(['/scr1/sumo/bin/sumo', '-c', 'sumo.sumocfg'], port=None, label='default')
traci.simulation.getTime()
traci.simulationStep()
traci.vehicle.getParameter('veh0', 'foo')
Expand Down

0 comments on commit b6204db

Please sign in to comment.