Skip to content

Commit

Permalink
patching expected netedit results refs #21
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Mar 11, 2024
1 parent b29ef46 commit cf23bf6
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +0,0 @@
Error: A stop must be placed on a busStop, a chargingStation, an overheadWireSegment, a containerStop, a parkingArea, an edge or a lane in container 'c_0'.
Quitting (on error).

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>

<!-- generated on 2023-11-16 08:36:24 by Eclipse SUMO netedit Version v1_19_0+0186-4470c33a83d
<!-- generated on 2024-03-11 09:14:35 by Eclipse SUMO netedit Version v1_19_0+1216-a22ee8bf50e
-->

<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<!-- Vehicles, persons and containers (sorted by depart) -->
<container id="c_0" depart="0.00">
<stop fromContainerStop="containerStopA" duration="60.00"/>
<stop containerStop="containerStopA" duration="60.00"/>
</container>
</routes>
Original file line number Diff line number Diff line change
@@ -1,2 +0,0 @@
Error: A stop must be placed on a busStop, a chargingStation, an overheadWireSegment, a containerStop, a parkingArea, an edge or a lane in container 'cf_0'.
Quitting (on error).

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>

<!-- generated on 2023-11-16 08:36:33 by Eclipse SUMO netedit Version v1_19_0+0186-4470c33a83d
<!-- generated on 2024-03-11 09:19:18 by Eclipse SUMO netedit Version v1_19_0+1216-a22ee8bf50e
-->

<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<!-- Vehicles, persons and containers (sorted by depart) -->
<containerFlow id="cf_0" begin="0.00" end="3600.00" containersPerHour="1800">
<stop fromContainerStop="containerStopA" duration="60.00"/>
<stop containerStop="containerStopA" duration="60.00"/>
</containerFlow>
</routes>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ Warning: Vehicle 'flow.0' ignores container triggered stop on lane 'Edge2_1' due
Warning: Vehicle 'flow.1' ignores container triggered stop on lane 'Edge2_1' due to capacity constraints.
Warning: Vehicle 'flow.2' ignores container triggered stop on lane 'Edge2_1' due to capacity constraints.
Warning: Vehicle 'flow.3' ignores container triggered stop on lane 'Edge2_1' due to capacity constraints.
Warning: Vehicle 'flow.4' ignores container triggered stop on lane 'Edge2_1' due to capacity constraints.
Warning: Teleporting vehicle 'flow.4'; waited too long (jam), lane='Edge2_1', time=640.00.
Warning: Vehicle 'flow.4' teleports beyond arrival edge 'Edge2', time=640.00.
Warning: Vehicle 'flow.4' skips stop on lane 'Edge2_1' time=640.00.
Warning: Vehicle 'flow.4' skips stop on lane 'Edge2_1' time=640.00.
Warning: Vehicle 'flow.4' skips stop on lane 'Edge2_1' time=640.00.
Warning: Vehicle 'flow.5' ignores container triggered stop on lane 'Edge2_1' due to capacity constraints.
Warning: Vehicle 'flow.6' ignores container triggered stop on lane 'Edge2_1' due to capacity constraints.
Warning: Vehicle 'flow.7' ignores container triggered stop on lane 'Edge2_1' due to capacity constraints.
Expand All @@ -13,6 +17,10 @@ Warning: Vehicle 'flow.11' ignores container triggered stop on lane 'Edge2_1' du
Warning: Vehicle 'flow.12' ignores container triggered stop on lane 'Edge2_1' due to capacity constraints.
Warning: Vehicle 'flow.13' ignores container triggered stop on lane 'Edge2_1' due to capacity constraints.
Warning: Vehicle 'flow.14' ignores container triggered stop on lane 'Edge2_1' due to capacity constraints.
Warning: Vehicle 'flow.15' ignores container triggered stop on lane 'Edge2_1' due to capacity constraints.
Warning: Teleporting vehicle 'flow.15'; waited too long (jam), lane='Edge2_1', time=1846.00.
Warning: Vehicle 'flow.15' teleports beyond arrival edge 'Edge2', time=1846.00.
Warning: Vehicle 'flow.15' skips stop on lane 'Edge2_1' time=1846.00.
Warning: Vehicle 'flow.15' skips stop on lane 'Edge2_1' time=1846.00.
Warning: Vehicle 'flow.15' skips stop on lane 'Edge2_1' time=1846.00.
Warning: Vehicle 'flow.16' ignores container triggered stop on lane 'Edge2_1' due to capacity constraints.
Warning: Vehicle 'flow.17' ignores container triggered stop on lane 'Edge2_1' due to capacity constraints.

0 comments on commit cf23bf6

Please sign in to comment.