texttest -a tools -d /Users/sumo/clangMacOS/sumo/tests -reconnect /Users/sumo/clangMacOS/texttesttmp/clangMacOS.31Dec001236.97503 -g
texttest -a tools -d /Users/sumo/clangMacOS/sumo/tests
---------- Differences in errors ---------- 0a1,10 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/assign/Assignment.py", line 36, in <module> > from network import Net, DistrictsReader, ExtraSignalInformationReader > File "/Users/sumo/clangMacOS/sumo/tools/assign/network.py", line 28, in <module> > from elements import Predecessor, Vertex, Edge, Path, TLJunction, Signalphase > File "/Users/sumo/clangMacOS/sumo/tools/assign/elements.py", line 31, in <module> > import sumolib.net # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,69d0 < Usage: Assignment.py [options] < < Options: < -h, --help show this help message and exit < -m FILE, --matrix-file=FILE < read OD matrix for passenger vehicles from FILE < (mandatory) < -G FILE, --globalmatrix-file=FILE < read daily OD matrix for passenger vehicles from FILE < (mandatory) < -n FILE, --net-file=FILE < read SUMO network from FILE (mandatory) < -d FILE, --district-file=FILE < read OD Zones from FILE (mandatory) < -s FILE, --extrasignal-file=FILE < read extra/updated signal timing plans from FILE < -u FILE, --crCurve-file=FILE < read parameters used in cost functions from FILE < -k KPATHS, --k-shortest-paths=KPATHS < number of the paths should be found at the first < iteration < -i MAXITERATION, --max-sue-iteration=MAXITERATION < maximum number of the assignment iterations < -t SUETOLERANCE, --sue-tolerance=SUETOLERANCE < difference tolerance for the convergence in the < c-logit model < -a ALPHA, --alpha=ALPHA < alpha value to determine the commonality factor < -g GAMMA, --gamma=GAMMA <truncated after showing first 30 lines>
---------- Differences in errors ---------- 0a1,10 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/assign/Assignment.py", line 36, in <module> > from network import Net, DistrictsReader, ExtraSignalInformationReader > File "/Users/sumo/clangMacOS/sumo/tools/assign/network.py", line 28, in <module> > from elements import Predecessor, Vertex, Edge, Path, TLJunction, Signalphase > File "/Users/sumo/clangMacOS/sumo/tools/assign/elements.py", line 31, in <module> > import sumolib.net # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,4d0 < net file: input_net.net.xml < begin the clogit assignment! < done with the assignment < Total number of the assigned trips: 1000.0
---------- Differences in errors ---------- 0a1,10 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/assign/cadytsIterate.py", line 30, in <module> > from duaIterate import call, writeSUMOConf, addGenericOptions > File "/Users/sumo/clangMacOS/sumo/tools/assign/duaIterate.py", line 32, in <module> > from costMemory import CostMemory > File "/Users/sumo/clangMacOS/sumo/tools/assign/costMemory.py", line 24, in <module> > from sumolib.net import readNet # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,100d0 < calibration step: 0 < >> Running simulation < << < ------------------ < < calibration step: 1 < >> Running simulation < << < ------------------ < < calibration step: 2 < >> Running simulation < << < ------------------ < < calibration step: 3 < >> Running simulation < << < ------------------ < < calibration step: 4 < >> Running simulation < << < ------------------ < < calibration step: 5 < >> Running simulation < << < ------------------ <truncated after showing first 30 lines>assign calibration 2ndTestNetwork_sumoFormat ( Last six runs Dec2018 )
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/assign/costFunctionChecker.py", line 26, in <module> > import sumolib # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,350d0 < > Executing step 0 < >> Running router with input_flows.flows.xml < << < >> Generating weights < << < ------------------ < < > Executing step 1 < >> Running router with input_flows_0.rou.alt.xml < << < >> Generating weights < << < ------------------ < < > Executing step 2 < >> Running router with input_flows_1.rou.alt.xml < << < >> Generating weights < << < ------------------ < < > Executing step 3 < >> Running router with input_flows_2.rou.alt.xml < << < >> Generating weights < << < ------------------ < < > Executing step 4 <truncated after showing first 30 lines>
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/assign/costFunctionChecker.py", line 26, in <module> > import sumolib # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,350d0 < > Executing step 0 < >> Running router with input_trips.trips.xml < << < >> Generating weights < << < ------------------ < < > Executing step 1 < >> Running router with input_trips_0.rou.alt.xml < << < >> Generating weights < << < ------------------ < < > Executing step 2 < >> Running router with input_trips_1.rou.alt.xml < << < >> Generating weights < << < ------------------ < < > Executing step 3 < >> Running router with input_trips_2.rou.alt.xml < << < >> Generating weights < << < ------------------ < < > Executing step 4 <truncated after showing first 30 lines>assign costFunctionChecker identity ( Last six runs Dec2018 )
---------- Differences in errors ---------- 0a1,8 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/assign/duaIterate.py", line 32, in <module> > from costMemory import CostMemory > File "/Users/sumo/clangMacOS/sumo/tools/assign/costMemory.py", line 24, in <module> > from sumolib.net import readNet # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,40d0 < Loading configuration... done. < > Executing step 0 < >> Running router on input_trips.trips.xml < << < >> Running simulation < << < ------------------ < < Loading configuration... done. < > Executing step 1 < >> Running router on input_trips_000.rou.alt.sbx < << < >> Running simulation < << < ------------------ < < Loading configuration... done. < > Executing step 2 < >> Running router on input_trips_001.rou.alt.sbx < << < >> Running simulation < << < ------------------ < < Loading configuration... done. < > Executing step 3 < >> Running router on input_trips_002.rou.alt.sbx < << < >> Running simulation <truncated after showing first 30 lines>
---------- Differences in errors ---------- 0a1,8 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/assign/duaIterate.py", line 32, in <module> > from costMemory import CostMemory > File "/Users/sumo/clangMacOS/sumo/tools/assign/costMemory.py", line 24, in <module> > from sumolib.net import readNet # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,99d0 < Loading configuration... done. < > Executing step 0 < >> Running router on input_trips.trips.xml < << < >> Running simulation < << < < relative travel time deviation in the last 1 steps: 0.00000 < ------------------ < < Loading configuration... done. < > Executing step 1 < >> Running router on input_trips_000.rou.alt.xml < << < >> Running simulation < << < < relative travel time deviation in the last 2 steps: 0.00795 < ------------------ < < Loading configuration... done. < > Executing step 2 < >> Running router on input_trips_001.rou.alt.xml < << < >> Running simulation < << < < relative travel time deviation in the last 3 steps: 0.00752 < ------------------ < < Loading configuration... done. < > Executing step 3 <truncated after showing first 30 lines>
---------- Differences in errors ---------- 0a1,8 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/assign/duaIterate.py", line 32, in <module> > from costMemory import CostMemory > File "/Users/sumo/clangMacOS/sumo/tools/assign/costMemory.py", line 24, in <module> > from sumolib.net import readNet # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,119d0 < Loading configuration... done. < use externalgawron < > Executing step 0 < >> Running router on input_trips.trips.xml < << < basename input_trips < >> Running simulation < << < >> Smoothing edge weights < >>> Updated 4 edges < >>> Decayed 0 unseen edges < >>> Error avg:0 mean:0 < >>> Absolute Error avg:0 mean:0 < ------------------ < < Loading configuration... done. < > Executing step 1 < >> Running router on input_trips_000.rou.alt.xml < << < basename input_trips < step: 1 < get externalgawron < run getRouteChoices < ecoMeasure: None < prefix: input_trips_001 < parse network file < could not parse weights file: None < parse dumpfile < dump_000_900.xml <truncated after showing first 30 lines>
---------- Differences in errors ---------- 0a1,8 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/assign/duaIterate.py", line 32, in <module> > from costMemory import CostMemory > File "/Users/sumo/clangMacOS/sumo/tools/assign/costMemory.py", line 24, in <module> > from sumolib.net import readNet # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,40d0 < Loading configuration... done. < > Executing step 0 < >> Running router on input_trips.trips.xml < << < >> Running simulation < << < ------------------ < < Loading configuration... done. < > Executing step 1 < >> Running router on input_trips_000.rou.alt.xml < << < >> Running simulation < << < ------------------ < < Loading configuration... done. < > Executing step 2 < >> Running router on input_trips_001.rou.alt.xml < << < >> Running simulation < << < ------------------ < < Loading configuration... done. < > Executing step 3 < >> Running router on input_trips_002.rou.alt.xml < << < >> Running simulation <truncated after showing first 30 lines>assign dua-iterate filtered_tripinfo ( Last six runs Dec2018 )
---------- Differences in errors ---------- 1c1,8 < Execution of <path-to>duarouter'] failed. Look into dua.log for details. --- > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/assign/duaIterate.py", line 32, in <module> > from costMemory import CostMemory > File "/Users/sumo/clangMacOS/sumo/tools/assign/costMemory.py", line 24, in <module> > from sumolib.net import readNet # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,3d0 < Loading configuration... done. < > Executing step 0 < >> Running router on input_trips.trips.xml
---------- Differences in errors ---------- 0a1,8 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/assign/duaIterate.py", line 32, in <module> > from costMemory import CostMemory > File "/Users/sumo/clangMacOS/sumo/tools/assign/costMemory.py", line 24, in <module> > from sumolib.net import readNet # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,40d0 < Loading configuration... done. < > Executing step 0 < >> Running router on input_routes.rou.xml < << < >> Running simulation < << < ------------------ < < Loading configuration... done. < > Executing step 1 < >> Running router on input_routes_000.rou.alt.xml < << < >> Running simulation < << < ------------------ < < Loading configuration... done. < > Executing step 2 < >> Running router on input_routes_001.rou.alt.xml < << < >> Running simulation < << < ------------------ < < Loading configuration... done. < > Executing step 3 < >> Running router on input_routes_002.rou.alt.xml < << < >> Running simulation <truncated after showing first 30 lines>
---------- Differences in errors ---------- 0a1,8 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/assign/duaIterate.py", line 32, in <module> > from costMemory import CostMemory > File "/Users/sumo/clangMacOS/sumo/tools/assign/costMemory.py", line 24, in <module> > from sumolib.net import readNet # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,65d0 < Loading configuration... done. < > Executing step 0 < >> Running router on input_trips.trips.xml < << < >> Running simulation < << < >> Smoothing edge weights < >>> Updated 4 edges < >>> Decayed 0 unseen edges < >>> Error avg:0 mean:0 < >>> Absolute Error avg:0 mean:0 < ------------------ < < Loading configuration... done. < > Executing step 1 < >> Running router on input_trips_000.rou.alt.xml < << < >> Running simulation < << < >> Smoothing edge weights < >>> Updated 7 edges < >>> Decayed 0 unseen edges < >>> Error avg:0.148571428571 mean:0 < >>> Absolute Error avg:0.202857142857 mean:0.02 < ------------------ < < Loading configuration... done. < > Executing step 2 < >> Running router on input_trips_001.rou.alt.xml <truncated after showing first 30 lines>
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/assign/one-shot.py", line 26, in <module> > import sumolib # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,12d0 < > Running simulation with update frequency -1 < ------------------ < < > Running simulation with update frequency 1800 < ------------------ < < > Running simulation with update frequency 300 < ------------------ < < > Running simulation with update frequency 15 < ------------------ <
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/build/buildHTMLDocs.py", line 59, in <module> > from sumolib.miscutils import working_dir # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1d0 < Fetching SUMO
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/detector/flowFromEdgeData.py", line 30, in <module> > import sumolib # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,29d0 < Reading flows < Reading edgeData < # detNames RouteFlow DetFlow ratio < 1 26.0 26.0 0.0 < 13;46 64.0 64.0 0.0 < 15 47.0 47.0 0.0 < 17 2.0 26.0 -0.9230769230769231 < 19;48 493.0 493.0 0.0 < 2 16.0 16.0 0.0 < 21;49 311.0 311.0 0.0 < 23;54 0.0 0.0 0 < 25 204.0 204.0 0.0 < 28;57 1.0 1.0 0.0 < 32;63 350.0 350.0 0.0 < 33;60;61 95.0 95.0 0.0 < 34;66 0.0 0.0 0 < 35;65 3.0 3.0 0.0 < 36;62 346.0 346.0 0.0 < 39 76.0 76.0 0.0 < 4 15.0 15.0 0.0 < 47 97.0 97.0 0.0 < 5 141.0 141.0 0.0 < 53 2.0 2.0 0.0 < 6 57.0 61.0 -0.06557377049180328 < 64 56.0 56.0 0.0 < 9 249.0 249.0 0.0 < # interval 0 < # avgRouteFlow avgDetFlow avgDev RMSE RMSPE < # 115.26086956521739 116.47826086956522 1.2173913043478262 5.073374659413851 0.19295988829554497 <truncated after showing first 30 lines>
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/detector/flowFromEdgeData.py", line 30, in <module> > import sumolib # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,29d0 < Reading flows < Reading edgeData < # detNames RouteFlow DetFlow ratio < 1 26.0 26.0 0.0 < 13;46 64.0 64.0 0.0 < 15 47.0 47.0 0.0 < 17 2.0 26.0 -0.9230769230769231 < 19;48 493.0 493.0 0.0 < 2 16.0 16.0 0.0 < 21;49 311.0 311.0 0.0 < 25 204.0 204.0 0.0 < 28;57 1.0 1.0 0.0 < 32;63 350.0 350.0 0.0 < 33;60;61 95.0 95.0 0.0 < 35;65 3.0 3.0 0.0 < 36;62 346.0 346.0 0.0 < 39 76.0 76.0 0.0 < 4 15.0 15.0 0.0 < 47 97.0 97.0 0.0 < 5 141.0 141.0 0.0 < 53 2.0 2.0 0.0 < 6 57.0 61.0 -0.06557377049180328 < 64 56.0 56.0 0.0 < 9 249.0 249.0 0.0 < # interval 0 < # avgRouteFlow avgDetFlow avgDev RMSE RMSPE < # 126.23809523809524 127.57142857142857 1.3333333333333333 5.309470424672897 0.20193951537806365 < Reading flows < Reading edgeData <truncated after showing first 30 lines>
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/detector/flowFromEdgeData.py", line 30, in <module> > import sumolib # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,44d0 < Reading flows < Reading edgeData < # detNames RouteFlow DetFlow ratio < A 700.0 700.0 0.0 < # interval 0 < # avgRouteFlow avgDetFlow avgDev RMSE RMSPE < # 700.0 700.0 0.0 0.0 0.0 < Reading flows < Reading edgeData < # detNames RouteFlow DetFlow ratio < A 600.0 500.0 0.2 < # interval 60 < # avgRouteFlow avgDetFlow avgDev RMSE RMSPE < # 600.0 500.0 100.0 100.0 0.2 < Reading flows < Reading edgeData < # detNames RouteFlow DetFlow ratio < A 2200.0 2700.0 -0.18518518518518517 < # interval 120 < # avgRouteFlow avgDetFlow avgDev RMSE RMSPE < # 2200.0 2700.0 500.0 500.0 0.18518518518518517 < Reading flows < Reading edgeData < # detNames RouteFlow DetFlow ratio < A 2500.0 2500.0 0.0 < # interval 180 < # avgRouteFlow avgDetFlow avgDev RMSE RMSPE < # 2500.0 2500.0 0.0 0.0 0.0 < Reading flows <truncated after showing first 30 lines>
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/detector/flowFromEdgeData.py", line 30, in <module> > import sumolib # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,7d0 < Reading flows < Reading edgeData < # detNames RouteFlow DetFlow ratio < A 700.0 700.0 0.0 < # interval 0 < # avgRouteFlow avgDetFlow avgDev RMSE RMSPE < # 700.0 700.0 0.0 0.0 0.0
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/detector/flowFromEdgeData.py", line 30, in <module> > import sumolib # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,23d0 < Reading flows < Reading edgeData < # detNames RouteFlow DetFlow ratio < A 1300.0 1200.0 0.08333333333333333 < # interval 0 < # avgRouteFlow avgDetFlow avgDev RMSE RMSPE < # 1300.0 1200.0 100.0 100.0 0.08333333333333334 < Reading flows < Reading edgeData < # detNames RouteFlow DetFlow ratio < A 4700.0 5200.0 -0.09615384615384616 < # interval 120 < # avgRouteFlow avgDetFlow avgDev RMSE RMSPE < # 4700.0 5200.0 500.0 500.0 0.09615384615384616 < Reading flows < Reading edgeData < # detNames RouteFlow DetFlow ratio < A 0 3000.0 -1.0 < # interval 240 < # avgRouteFlow avgDetFlow avgDev RMSE RMSPE < # 0 3000.0 3000.0 3000.0 1.0 < Reading flows < Reading edgeData
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/detector/flowFromEdgeData.py", line 30, in <module> > import sumolib # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,12d0 < Reading flows < Reading edgeData < # detNames RouteFlow DetFlow ratio < -1_0 999.7222993612885 1000.0 -0.000277700638711508 < -2_0 999.7222993612885 1000.0 -0.000277700638711508 < 1_0 999.7222993612885 1000.0 -0.000277700638711508 < 2_0 999.7222993612885 1000.0 -0.000277700638711508 < # interval 0 < # avgRouteFlow avgDetFlow avgDev RMSE RMSPE < # 999.7222993612885 1000.0 0.27770063871150796 0.27770063871150796 0.000277700638711508 < Reading flows < Reading edgeData
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/detector/flowFromEdgeData.py", line 30, in <module> > import sumolib # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,10d0 < Reading flows < Reading edgeData < # detNames RouteFlow DetFlow ratio < beg 875.0607681088965 1000.0 -0.12493923189110354 < end 875.0607681088965 1000.0 -0.12493923189110354 < # interval 0 < # avgRouteFlow avgDetFlow avgDev RMSE RMSPE < # 875.0607681088965 1000.0 124.93923189110353 124.93923189110353 0.12493923189110354 < Reading flows < Reading edgeData
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/detector/flowFromEdgeData.py", line 30, in <module> > import sumolib # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,10d0 < Reading flows < Reading edgeData < # detNames RouteFlow DetFlow ratio < 1_ 900.0 900.0 0.0 < 2_ 900.0 900.0 0.0 < # interval 0 < # avgRouteFlow avgDetFlow avgDev RMSE RMSPE < # 900.0 900.0 0.0 0.0 0.0 < Reading flows < Reading edgeData
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/detector/flowFromEdgeData.py", line 30, in <module> > import sumolib # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,18d0 < Reading flows < Reading edgeData < # detNames RouteFlow DetFlow ratio < 1_ 448.81562543288544 600.0 -0.2519739576118576 < 2_ 448.81562543288544 600.0 -0.2519739576118576 < # interval 0 < # avgRouteFlow avgDetFlow avgDev RMSE RMSPE < # 448.81562543288544 600.0 151.18437456711456 151.18437456711456 0.2519739576118576 < Reading flows < Reading edgeData < # detNames RouteFlow DetFlow ratio < 1_ 448.81562543288544 300.0 0.4960520847762848 < 2_ 448.81562543288544 300.0 0.4960520847762848 < # interval 60 < # avgRouteFlow avgDetFlow avgDev RMSE RMSPE < # 448.81562543288544 300.0 148.81562543288544 148.81562543288544 0.49605208477628476 < Reading flows < Reading edgeData
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/detector/flowFromEdgeData.py", line 30, in <module> > import sumolib # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,10d0 < Reading flows < Reading edgeData < # detNames RouteFlow DetFlow ratio < 1_ 100.0 100.0 0.0 < 2_ 100.0 100.0 0.0 < # interval 0 < # avgRouteFlow avgDetFlow avgDev RMSE RMSPE < # 100.0 100.0 0.0 0.0 0.0 < Reading flows < Reading edgeData
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/detector/flowFromEdgeData.py", line 30, in <module> > import sumolib # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,10d0 < Reading flows < Reading edgeData < # detNames RouteFlow DetFlow ratio < 1_ 149.60520847762848 300.0 -0.5013159717412384 < 2_ 149.60520847762848 300.0 -0.5013159717412384 < # interval 60 < # avgRouteFlow avgDetFlow avgDev RMSE RMSPE < # 149.60520847762848 300.0 150.39479152237152 150.39479152237152 0.5013159717412384 < Reading flows < Reading edgeData
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/detector/flowFromEdgeData.py", line 30, in <module> > import sumolib # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,12d0 < Reading flows < Reading edgeData < # detNames RouteFlow DetFlow ratio < 1_ 2000.0 2000.0 0.0 < 9_ 2000.0 2000.0 0.0 < off3 500.0 500.0 0.0 < on3 500.0 500.0 0.0 < # interval 0 < # avgRouteFlow avgDetFlow avgDev RMSE RMSPE < # 1250.0 1250.0 0.0 0.0 0.0 < Reading flows < Reading edgeData
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/detector/flowFromEdgeData.py", line 30, in <module> > import sumolib # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,12d0 < Reading flows < Reading edgeData < # detNames RouteFlow DetFlow ratio < 1_ 1985.1116625310174 2000.0 -0.007444168734491313 < 9_ 1985.1116625310174 2000.0 -0.007444168734491313 < off3 496.27791563275434 500.0 -0.007444168734491313 < on3 496.27791563275434 500.0 -0.007444168734491313 < # interval 0 < # avgRouteFlow avgDetFlow avgDev RMSE RMSPE < # 1240.6947890818858 1250.0 9.305210918114142 10.851647446982566 0.007444168734491313 < Reading flows < Reading edgeDatadetector flowFromEdgeData motorway_ramps ambiguous_restrict ( Last six runs Dec2018 )
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/detector/flowFromEdgeData.py", line 30, in <module> > import sumolib # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,10d0 < Reading flows < Reading edgeData < # detNames RouteFlow DetFlow ratio < 2_ 1000.0 1000.0 0.0 < 4_ 2000.0 2000.0 0.0 < # interval 0 < # avgRouteFlow avgDetFlow avgDev RMSE RMSPE < # 1500.0 1500.0 0.0 0.0 0.0 < Reading flows < Reading edgeData
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/detector/flowFromEdgeData.py", line 30, in <module> > import sumolib # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,12d0 < Reading flows < Reading edgeData < # detNames RouteFlow DetFlow ratio < 1_ 2000.0 2000.0 0.0 < 9_ 1985.0 2000.0 -0.0075 < off3 515.0 500.0 0.03 < on3 500.0 500.0 0.0 < # interval 0 < # avgRouteFlow avgDetFlow avgDev RMSE RMSPE < # 1250.0 1250.0 7.5 10.606601717798213 0.015461646096066227 < Reading flows < Reading edgeData
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/detector/flowFromEdgeData.py", line 30, in <module> > import sumolib # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,12d0 < Reading flows < Reading edgeData < # detNames RouteFlow DetFlow ratio < 1_ 1984.0176357123173 2000.0 -0.007991182143841343 < 9_ 1984.0176357123173 2000.0 -0.007991182143841343 < off3 99.20088178561586 500.0 -0.8015982364287683 < on3 496.00440892807933 500.0 -0.007991182143841343 < # interval 0 < # avgRouteFlow avgDetFlow avgDev RMSE RMSPE < # 1140.8101405345824 1250.0 109.18985946541754 200.72790653387625 0.400858862201486 < Reading flows < Reading edgeData
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/detector/flowFromEdgeData.py", line 30, in <module> > import sumolib # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,13d0 < Reading flows < Reading edgeData < # detNames RouteFlow DetFlow ratio < 1_ 2000.0 2000.0 0.0 < 5_ 2000.0 2500.0 -0.2 < 9_ 2000.0 2000.0 0.0 < off3 500.0 500.0 0.0 < on3 500.0 500.0 0.0 < # interval 0 < # avgRouteFlow avgDetFlow avgDev RMSE RMSPE < # 1400.0 1500.0 100.0 223.60679774997897 0.08944271909999159 < Reading flows < Reading edgeData
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/detector/flowFromRoutes.py", line 30, in <module> > from sumolib.miscutils import uMin, uMax # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,30d0 < Reading detectors < Reading routes < Reading emitters < Reading flows < Detector;RouteFlow;DetFlow;ratio < 1;26.0;26.0;0.0 < 13|46;64.0;64.0;0.0 < 15;47.0;47.0;0.0 < 17;2.0;26.0;-0.9230769230769231 < 19|48;493.0;493.0;0.0 < 2;16.0;16.0;0.0 < 21|49;311.0;311.0;0.0 < 23|54;0;0.0;0 < 25;204.0;204.0;0.0 < 28|57;1.0;1.0;0.0 < 32|63;350.0;350.0;0.0 < 33|60|61;95.0;95.0;0.0 < 34|66;0;0.0;0 < 35|65;3.0;3.0;0.0 < 36|62;346.0;346.0;0.0 < 39;76.0;76.0;0.0 < 4;15.0;15.0;0.0 < 47;97.0;97.0;0.0 < 5;141.0;141.0;0.0 < 53;2.0;2.0;0.0 < 6;57.0;61.0;-0.06557377049180328 < 64;56.0;56.0;0.0 < 9;249.0;249.0;0.0 < #;avgRouteFlow;avgDetFlow;avgDev;RMSE;RMSPE;GEH;GEH% <truncated after showing first 30 lines>
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/detector/flowFromRoutes.py", line 30, in <module> > from sumolib.miscutils import uMin, uMax # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,30d0 < Reading detectors < Reading routes < Reading emitters < Reading flows < Detector;Time;RouteFlow;DetFlow;ratio < 1;0;26.0;26.0;0.0 < 13;0;64.0;64.0;0.0 < 15;0;47.0;47.0;0.0 < 17;0;2.0;26.0;-0.9230769230769231 < 19;0;493.0;493.0;0.0 < 2;0;16.0;16.0;0.0 < 21;0;311.0;311.0;0.0 < 23;0;0;0.0;0 < 25;0;204.0;204.0;0.0 < 28;0;1.0;1.0;0.0 < 32;0;350.0;350.0;0.0 < 33;0;95.0;95.0;0.0 < 34;0;0;0.0;0 < 35;0;3.0;3.0;0.0 < 36;0;346.0;346.0;0.0 < 39;0;76.0;76.0;0.0 < 4;0;15.0;15.0;0.0 < 47;0;97.0;97.0;0.0 < 50;0;141.0;141.0;0.0 < 53;0;2.0;2.0;0.0 < 6;0;57.0;61.0;-0.06557377049180328 < 64;0;56.0;56.0;0.0 < 9;0;249.0;249.0;0.0 < #;avgRouteFlow;avgDetFlow;avgDev;RMSE;RMSPE;GEH;GEH% <truncated after showing first 30 lines>
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/detector/flowFromRoutes.py", line 30, in <module> > from sumolib.miscutils import uMin, uMax # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,30d0 < Reading detectors < Reading routes < Reading emitters < Reading flows < Detector;RouteFlow;DetFlow;GEH < 1;26.0;26.0;0.0 < 13|46;64.0;64.0;0.0 < 15;47.0;47.0;0.0 < 17;2.0;26.0;6.4142698058981855 < 19|48;493.0;493.0;0.0 < 2;16.0;16.0;0.0 < 21|49;311.0;311.0;0.0 < 23|54;0;0.0;0 < 25;204.0;204.0;0.0 < 28|57;1.0;1.0;0.0 < 32|63;350.0;350.0;0.0 < 33|60|61;95.0;95.0;0.0 < 34|66;0;0.0;0 < 35|65;3.0;3.0;0.0 < 36|62;346.0;346.0;0.0 < 39;76.0;76.0;0.0 < 4;15.0;15.0;0.0 < 47;97.0;97.0;0.0 < 5;141.0;141.0;0.0 < 53;2.0;2.0;0.0 < 6;57.0;61.0;0.5207556439232954 < 64;56.0;56.0;0.0 < 9;249.0;249.0;0.0 < #;avgRouteFlow;avgDetFlow;avgDev;RMSE;RMSPE;GEH;GEH% <truncated after showing first 30 lines>
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/detector/flowFromRoutes.py", line 30, in <module> > from sumolib.miscutils import uMin, uMax # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,28d0 < Reading detectors < Reading routes < Reading emitters < Reading flows < Detector;RouteFlow;DetFlow;ratio < 1;26.0;26.0;0.0 < 13|46;49.0;64.0;-0.234375 < 15;47.0;47.0;0.0 < 17;26.0;26.0;0.0 < 19|48;493.0;493.0;0.0 < 2;51.0;16.0;2.1875 < 21|49;311.0;311.0;0.0 < 25;204.0;204.0;0.0 < 28|57;1.0;1.0;0.0 < 32|63;350.0;350.0;0.0 < 33|60|61;95.0;95.0;0.0 < 35|65;3.0;3.0;0.0 < 36|62;315.0;346.0;-0.08959537572254335 < 39;76.0;76.0;0.0 < 4;15.0;15.0;0.0 < 47;283.0;97.0;1.9175257731958764 < 5;141.0;141.0;0.0 < 53;26.0;2.0;12.0 < 6;61.0;61.0;0.0 < 64;70.0;56.0;0.25 < 9;249.0;249.0;0.0 < #;avgRouteFlow;avgDetFlow;avgDev;RMSE;RMSPE;GEH;GEH% < #;137.71428571428572;127.57142857142857;14.523809523809524;42.41462012089699;2.695565320271394;1.4961816221393058;85.71428571428571
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/detector/flowFromRoutes.py", line 30, in <module> > from sumolib.miscutils import uMin, uMax # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,15d0 < Reading detectors < Reading routes < Reading emitters < Reading flows < Detector;RouteFlow;DetFlow;ratio < -1_0;1000.0;1000.0;0.0 < -2_0;1000.0;1000.0;0.0 < 1_0;1000.0;1000.0;0.0 < 2_0;1000.0;1000.0;0.0 < #;interval;0 < #;avgRouteFlow;avgDetFlow;avgDev;RMSE;RMSPE;GEH;GEH% < #;1000.0;1000.0;0.0;0.0;0.0;0.0;100.0 < Reading routes < Reading emitters < Reading flows
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/detector/flowFromRoutes.py", line 30, in <module> > from sumolib.miscutils import uMin, uMax # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,13d0 < Reading detectors < Reading routes < Reading emitters < Reading flows < Detector;RouteFlow;DetFlow;ratio < beg;1000.0;1000.0;0.0 < end;1000.0;1000.0;0.0 < #;interval;0 < #;avgRouteFlow;avgDetFlow;avgDev;RMSE;RMSPE;GEH;GEH% < #;1000.0;1000.0;0.0;0.0;0.0;0.0;100.0 < Reading routes < Reading emitters < Reading flows
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/detector/flowFromRoutes.py", line 30, in <module> > from sumolib.miscutils import uMin, uMax # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,9d0 < Reading detectors < Reading routes < Reading emitters < Reading flows < Detector;RouteFlow;DetFlow;ratio < 1_;900.0;900.0;0.0 < 2_;900.0;900.0;0.0 < #;avgRouteFlow;avgDetFlow;avgDev;RMSE;RMSPE;GEH;GEH% < #;900.0;900.0;0.0;0.0;0.0;0.0;100.0
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/detector/flowFromRoutes.py", line 30, in <module> > from sumolib.miscutils import uMin, uMax # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,22d0 < Reading detectors < Reading routes < Reading emitters < Reading flows < Detector;RouteFlow;DetFlow;ratio < 1_;600.0;600.0;0.0 < 2_;600.0;600.0;0.0 < #;interval;0 < #;avgRouteFlow;avgDetFlow;avgDev;RMSE;RMSPE;GEH;GEH% < #;600.0;600.0;0.0;0.0;0.0;0.0;100.0 < Reading routes < Reading emitters < Reading flows < Detector;RouteFlow;DetFlow;ratio < 1_;300.0;300.0;0.0 < 2_;300.0;300.0;0.0 < #;interval;3600 < #;avgRouteFlow;avgDetFlow;avgDev;RMSE;RMSPE;GEH;GEH% < #;300.0;300.0;0.0;0.0;0.0;0.0;100.0 < Reading routes < Reading emitters < Reading flows
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/detector/flowFromRoutes.py", line 30, in <module> > from sumolib.miscutils import uMin, uMax # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,13d0 < Reading detectors < Reading routes < Reading emitters < Reading flows < Detector;RouteFlow;DetFlow;ratio < 1_;100.0;100.0;0.0 < 2_;100.0;100.0;0.0 < #;interval;0 < #;avgRouteFlow;avgDetFlow;avgDev;RMSE;RMSPE;GEH;GEH% < #;100.0;100.0;0.0;0.0;0.0;0.0;100.0 < Reading routes < Reading emitters < Reading flows
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/detector/flowFromRoutes.py", line 30, in <module> > from sumolib.miscutils import uMin, uMax # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,4d0 < Reading detectors < Reading routes < Reading emitters < Reading flows
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/detector/flowFromRoutes.py", line 30, in <module> > from sumolib.miscutils import uMin, uMax # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,15d0 < Reading detectors < Reading routes < Reading emitters < Reading flows < Detector;RouteFlow;DetFlow;ratio < 1_;2000.0;2000.0;0.0 < 9_;2000.0;2000.0;0.0 < off3;500.0;500.0;0.0 < on3;500.0;500.0;0.0 < #;interval;0 < #;avgRouteFlow;avgDetFlow;avgDev;RMSE;RMSPE;GEH;GEH% < #;1250.0;1250.0;0.0;0.0;0.0;0.0;100.0 < Reading routes < Reading emitters < Reading flowsdetector flowFromRoutes motorway_ramps ambiguous ( Last six runs Dec2018 )
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/detector/flowFromRoutes.py", line 30, in <module> > from sumolib.miscutils import uMin, uMax # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,9d0 < Reading detectors < Reading routes < Reading emitters < Reading flows < Detector;RouteFlow;DetFlow;ratio < 1_;0;900.0;-1.0 < 2_;0;900.0;-1.0 < #;avgRouteFlow;avgDetFlow;avgDev;RMSE;RMSPE;GEH;GEH% < #;0;900.0;900.0;900.0;1.0;42.42640687119285;0.0
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/detector/flowFromRoutes.py", line 30, in <module> > from sumolib.miscutils import uMin, uMax # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,9d0 < Reading detectors < Reading routes < Reading emitters < Reading flows < Detector;RouteFlow;DetFlow;ratio < 2_;1000.0;1000.0;0.0 < 4_;2000.0;2000.0;0.0 < #;avgRouteFlow;avgDetFlow;avgDev;RMSE;RMSPE;GEH;GEH% < #;1500.0;1500.0;0.0;0.0;0.0;0.0;100.0
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/detector/flowFromRoutes.py", line 30, in <module> > from sumolib.miscutils import uMin, uMax # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,15d0 < Reading detectors < Reading routes < Reading emitters < Reading flows < Detector;RouteFlow;DetFlow;ratio < 1_;2000.0;2000.0;0.0 < 9_;2000.0;2000.0;0.0 < off3;100.0;500.0;-0.8 < on3;500.0;500.0;0.0 < #;interval;0 < #;avgRouteFlow;avgDetFlow;avgDev;RMSE;RMSPE;GEH;GEH% < #;1150.0;1250.0;100.0;200.0;0.4;5.773502691896258;75.0 < Reading routes < Reading emitters < Reading flows
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/detector/flowFromRoutes.py", line 30, in <module> > from sumolib.miscutils import uMin, uMax # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,16d0 < Reading detectors < Reading routes < Reading emitters < Reading flows < Detector;RouteFlow;DetFlow;ratio < 1_;2000.0;2000.0;0.0 < 5_;2000.0;2500.0;-0.2 < 9_;2000.0;2000.0;0.0 < off3;500.0;500.0;0.0 < on3;500.0;500.0;0.0 < #;interval;0 < #;avgRouteFlow;avgDetFlow;avgDev;RMSE;RMSPE;GEH;GEH% < #;1400.0;1500.0;100.0;223.60679774997897;0.08944271909999159;2.1081851067789197;80.0 < Reading routes < Reading emitters < Reading flows
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/detector/flowrouter.py", line 34, in <module> > import sumolib # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,36d0 < Reading net < 66 edges read < Reading detectors < Loaded 0 sources and 0 sinks from detector file. Added 25 sources and 13 sinks from the network < Reading flows < Calculating routes < 25 sources, 4 unlimited < 13 sinks, 12 unlimited < 21 * [10_0, 9_0, 5_0, 3_0] < 2 * [17_0, 53_52_0, 16_0, 11_47_0, 9_0, 5_0, 3_0] < 24 * [17_0, 53_52_1, 22_64_0, 40_0] < 226 * [19_48_1, 16_0, 11_47_0, 9_0, 5_0, 3_0] < 55 * [19_48_1, 16_0, 11_47_1, 14_58_1, 39_0] < 15 * [1_0, 6_0, 38_0] < 11 * [1_0, 6_0, 8_0, 14_58_0, 37_0] < 1 * [28_57_0, 26_55_0, 24_0] < 212 * [29_0, 26_55_1, 19_48_0, 18_0] < 13 * [32_63_1, 40_0] < 61 * [33_60_61_0, 32_63_0, 21_49_0, 20_0, 25_56_0, 30_0] < 8 * [33_60_61_0, 32_63_0, 41_0] < 21 * [33_60_61_1, 46_13_1, 44_0] < 5 * [33_60_61_2, 37_0] < 1 * [35_65_0, 21_49_0, 20_0, 25_56_0, 30_0] < 2 * [35_65_1, 31_59_1, 39_0] < 249 * [36_62_0, 32_63_0, 21_49_1, 18_0] < 19 * [36_62_0, 32_63_0, 41_0] < 19 * [36_62_0, 39_0] < 28 * [36_62_1, 46_13_1, 44_0] < 35 * [45_2_0, 6_0, 38_0] <truncated after showing first 30 lines>
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/detector/flowrouter.py", line 34, in <module> > import sumolib # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,29d0 < Reading net < 46 edges read < Reading detectors < Loaded 0 sources and 0 sinks from detector file. Added 14 sources and 13 sinks from the network < Reading flows < Calculating routes < 14 sources, 5 unlimited < 13 sinks, 12 unlimited < 26 * [1, 6, 38] < 249 * [10, 9, 5, 3] < 2 * [17, 53_52, 16, 11_47, 14_58, 37] < 95 * [23_54, 19_48, 16, 11_47, 14_58, 37] < 398 * [23_54, 19_48, 18] < 119 * [23_54, 25_56, 27] < 1 * [28_57, 26_55, 24] < 95 * [33_60_61, 32_63, 40] < 197 * [34_66, 21_49, 18] < 3 * [35_65, 21_49, 18] < 111 * [36_62, 32_63, 21_49, 18] < 95 * [36_62, 32_63, 41] < 76 * [36_62, 39] < 47 * [36_62, 46_13, 12, 15, 20, 24] < 17 * [36_62, 46_13, 44] < 15 * [4, 6, 38] < 16 * [45_2, 6, 38] < 85 * [51_50, 20, 25_56, 30] < 56 * [51_50, 22_64, 40] < 26 * [7, 5, 3] < total flow: 1729 <truncated after showing first 30 lines>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/detector/flowrouter.py", line 34, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,10d0
< Reading net
< 46 edges read
< Reading detectors
< Loaded 0 sources and 0 sinks from detector file. Added 14 sources and 13 sinks from the network
< Reading flows
< Calculating routes
< 14 sources, 3 unlimited
< 13 sinks, 12 unlimited
< Writing 1483 vehicles from 12 sources between time 0 and 60 (minutes)
< unused sources: 23_54 34_66
---------- Missing result in flows ----------
<additional>
<flow id="1_38.qPKW" departSpeed="max" departPos="last" departLane="best" route="1_38.qPKW" number="26" begin="0" end="3600"/>
<flow id="10_3.qPKW" departSpeed="max" departPos="last" departLane="best" route="10_3.qPKW" number="152" begin="0" end="3600"/>
<flow id="17_40.qPKW" departSpeed="max" departPos="last" departLane="best" route="17_40.qPKW" number="2" begin="0" end="3600"/>
<flow id="28_57_30.qPKW" departSpeed="max" departPos="last" departLane="best" route="28_57_30.qPKW" number="1" begin="0" end="3600"/>
<flow id="29_3.qPKW" departSpeed="max" departPos="last" departLane="best" route="29_3.qPKW" number="97" begin="0" end="3600"/>
<flow id="29_18.qPKW" departSpeed="max" departPos="last" departLane="best" route="29_18.qPKW" number="396" begin="0" end="3600"/>
<flow id="33_60_61_24.qPKW" departSpeed="max" departPos="last" departLane="best" route="33_60_61_24.qPKW" number="68" begin="0" end="3600"/>
<flow id="33_60_61_37.qPKW" departSpeed="max" departPos="last" departLane="best" route="33_60_61_37.qPKW" number="27" begin="0" end="3600"/>
<flow id="35_65_18.qPKW" departSpeed="max" departPos="last" departLane="best" route="35_65_18.qPKW" number="2" begin="0" end="3600"/>
<flow id="35_65_40.qPKW" departSpeed="max" departPos="last" departLane="best" route="35_65_40.qPKW" number="1" begin="0" end="3600"/>
<flow id="36_62_18.qPKW" departSpeed="max" departPos="last" departLane="best" route="36_62_18.qPKW" number="95" begin="0" end="3600"/>
<flow id="36_62_24.qPKW" departSpeed="max" departPos="last" departLane="best" route="36_62_24.qPKW" number="76" begin="0" end="3600"/>
<flow id="36_62_27.qPKW" departSpeed="max" departPos="last" departLane="best" route="36_62_27.qPKW" number="7" begin="0" end="3600"/>
<flow id="36_62_30.qPKW" departSpeed="max" departPos="last" departLane="best" route="36_62_30.qPKW" number="63" begin="0" end="3600"/>
<flow id="36_62_40.qPKW" departSpeed="max" departPos="last" departLane="best" route="36_62_40.qPKW" number="34" begin="0" end="3600"/>
<flow id="36_62_41.qPKW" departSpeed="max" departPos="last" departLane="best" route="36_62_41.qPKW" number="7" begin="0" end="3600"/>
<flow id="36_62_44.qPKW" departSpeed="max" departPos="last" departLane="best" route="36_62_44.qPKW" number="64" begin="0" end="3600"/>
<flow id="4_38.qPKW" departSpeed="max" departPos="last" departLane="best" route="4_38.qPKW" number="15" begin="0" end="3600"/>
<flow id="45_2_38.qPKW" departSpeed="max" departPos="last" departLane="best" route="45_2_38.qPKW" number="16" begin="0" end="3600"/>
<flow id="51_50_27.qPKW" departSpeed="max" departPos="last" departLane="best" route="51_50_27.qPKW" number="134" begin="0" end="3600"/>
<flow id="51_50_40.qPKW" departSpeed="max" departPos="last" departLane="best" route="51_50_40.qPKW" number="7" begin="0" end="3600"/>
<flow id="7_40.qPKW" departSpeed="max" departPos="last" departLane="best" route="7_40.qPKW" number="47" begin="0" end="3600"/>
<flow id="7_37.qPKW" departSpeed="max" departPos="last" departLane="best" route="7_37.qPKW" number="70" begin="0" end="3600"/>
<flow id="7_39.qPKW" departSpeed="max" departPos="last" departLane="best" route="7_39.qPKW" number="76" begin="0" end="3600"/>
</additional>
---------- Missing result in routes ----------
<routes>
<route id="1_38.qPKW" edges="1 6 38"/>
<route id="10_3.qPKW" edges="10 9 5 3"/>
<route id="17_40.qPKW" edges="17 53_52 22_64 40"/>
<route id="28_57_30.qPKW" edges="28_57 30"/>
<route id="29_3.qPKW" edges="29 26_55 19_48 16 11_47 9 5 3"/>
<route id="29_18.qPKW" edges="29 26_55 19_48 18"/>
<route id="33_60_61_24.qPKW" edges="33_60_61 32_63 21_49 20 24"/>
<route id="33_60_61_37.qPKW" edges="33_60_61 37"/>
<route id="35_65_18.qPKW" edges="35_65 21_49 18"/>
<route id="35_65_40.qPKW" edges="35_65 40"/>
<route id="36_62_18.qPKW" edges="36_62 32_63 21_49 18"/>
<route id="36_62_24.qPKW" edges="36_62 32_63 21_49 20 24"/>
<route id="36_62_27.qPKW" edges="36_62 32_63 21_49 20 25_56 27"/>
<route id="36_62_30.qPKW" edges="36_62 32_63 21_49 20 25_56 30"/>
<route id="36_62_40.qPKW" edges="36_62 32_63 40"/>
<route id="36_62_41.qPKW" edges="36_62 32_63 41"/>
<route id="36_62_44.qPKW" edges="36_62 46_13 44"/>
<route id="4_38.qPKW" edges="4 6 38"/>
<route id="45_2_38.qPKW" edges="45_2 6 38"/>
<route id="51_50_27.qPKW" edges="51_50 20 25_56 27"/>
<route id="51_50_40.qPKW" edges="51_50 22_64 40"/>
<route id="7_40.qPKW" edges="7 8 12 15 22_64 40"/>
<route id="7_37.qPKW" edges="7 8 14_58 37"/>
<route id="7_39.qPKW" edges="7 8 14_58 39"/>
</routes>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/detector/flowrouter.py", line 34, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,10d0
< Reading net
< 66 edges read
< Reading detectors
< Loaded 0 sources and 0 sinks from detector file. Added 25 sources and 13 sinks from the network
< Reading flows
< Calculating routes
< 25 sources, 4 unlimited
< 13 sinks, 12 unlimited
< Writing 1247 vehicles from 20 sources between time 0 and 60 (minutes)
< unused sources: 23_54_0 23_54_1 28_57_1 34_66_0 34_66_1
---------- Missing result in flows ----------
<additional>
<flow id="10_0_3_0.qPKW" departSpeed="max" departPos="last" departLane="best" route="10_0_3_0.qPKW" number="21" begin="0" end="3600"/>
<flow id="17_0_3_0.qPKW" departSpeed="max" departPos="last" departLane="best" route="17_0_3_0.qPKW" number="2" begin="0" end="3600"/>
<flow id="17_0_40_0.qPKW" departSpeed="max" departPos="last" departLane="best" route="17_0_40_0.qPKW" number="24" begin="0" end="3600"/>
<flow id="19_48_1_3_0.qPKW" departSpeed="max" departPos="last" departLane="best" route="19_48_1_3_0.qPKW" number="226" begin="0" end="3600"/>
<flow id="19_48_1_39_0.qPKW" departSpeed="max" departPos="last" departLane="best" route="19_48_1_39_0.qPKW" number="55" begin="0" end="3600"/>
<flow id="1_0_38_0.qPKW" departSpeed="max" departPos="last" departLane="best" route="1_0_38_0.qPKW" number="15" begin="0" end="3600"/>
<flow id="1_0_37_0.qPKW" departSpeed="max" departPos="last" departLane="best" route="1_0_37_0.qPKW" number="11" begin="0" end="3600"/>
<flow id="28_57_0_24_0.qPKW" departSpeed="max" departPos="last" departLane="best" route="28_57_0_24_0.qPKW" number="1" begin="0" end="3600"/>
<flow id="29_0_18_0.qPKW" departSpeed="max" departPos="last" departLane="best" route="29_0_18_0.qPKW" number="212" begin="0" end="3600"/>
<flow id="32_63_1_40_0.qPKW" departSpeed="max" departPos="last" departLane="best" route="32_63_1_40_0.qPKW" number="13" begin="0" end="3600"/>
<flow id="33_60_61_0_30_0.qPKW" departSpeed="max" departPos="last" departLane="best" route="33_60_61_0_30_0.qPKW" number="61" begin="0" end="3600"/>
<flow id="33_60_61_0_41_0.qPKW" departSpeed="max" departPos="last" departLane="best" route="33_60_61_0_41_0.qPKW" number="8" begin="0" end="3600"/>
<flow id="33_60_61_1_44_0.qPKW" departSpeed="max" departPos="last" departLane="best" route="33_60_61_1_44_0.qPKW" number="21" begin="0" end="3600"/>
<flow id="33_60_61_2_37_0.qPKW" departSpeed="max" departPos="last" departLane="best" route="33_60_61_2_37_0.qPKW" number="5" begin="0" end="3600"/>
<flow id="35_65_0_30_0.qPKW" departSpeed="max" departPos="last" departLane="best" route="35_65_0_30_0.qPKW" number="1" begin="0" end="3600"/>
<flow id="35_65_1_39_0.qPKW" departSpeed="max" departPos="last" departLane="best" route="35_65_1_39_0.qPKW" number="2" begin="0" end="3600"/>
<flow id="36_62_0_18_0.qPKW" departSpeed="max" departPos="last" departLane="best" route="36_62_0_18_0.qPKW" number="249" begin="0" end="3600"/>
<flow id="36_62_0_41_0.qPKW" departSpeed="max" departPos="last" departLane="best" route="36_62_0_41_0.qPKW" number="19" begin="0" end="3600"/>
<flow id="36_62_0_39_0.qPKW" departSpeed="max" departPos="last" departLane="best" route="36_62_0_39_0.qPKW" number="19" begin="0" end="3600"/>
<flow id="36_62_1_44_0.qPKW" departSpeed="max" departPos="last" departLane="best" route="36_62_1_44_0.qPKW" number="28" begin="0" end="3600"/>
<flow id="45_2_0_38_0.qPKW" departSpeed="max" departPos="last" departLane="best" route="45_2_0_38_0.qPKW" number="35" begin="0" end="3600"/>
<flow id="45_2_1_43_0.qPKW" departSpeed="max" departPos="last" departLane="best" route="45_2_1_43_0.qPKW" number="16" begin="0" end="3600"/>
<flow id="4_0_42_0.qPKW" departSpeed="max" departPos="last" departLane="best" route="4_0_42_0.qPKW" number="15" begin="0" end="3600"/>
<flow id="51_50_0_40_0.qPKW" departSpeed="max" departPos="last" departLane="best" route="51_50_0_40_0.qPKW" number="22" begin="0" end="3600"/>
<flow id="51_50_1_30_0.qPKW" departSpeed="max" departPos="last" departLane="best" route="51_50_1_30_0.qPKW" number="119" begin="0" end="3600"/>
<flow id="7_0_30_0.qPKW" departSpeed="max" departPos="last" departLane="best" route="7_0_30_0.qPKW" number="23" begin="0" end="3600"/>
<flow id="7_0_40_0.qPKW" departSpeed="max" departPos="last" departLane="best" route="7_0_40_0.qPKW" number="24" begin="0" end="3600"/>
</additional>
---------- Missing result in routes ----------
<routes>
<route id="10_0_3_0.qPKW" edges="10 9 5 3"/>
<route id="17_0_3_0.qPKW" edges="17 53_52 16 11_47 9 5 3"/>
<route id="17_0_40_0.qPKW" edges="17 53_52 22_64 40"/>
<route id="19_48_1_3_0.qPKW" edges="19_48 16 11_47 9 5 3"/>
<route id="19_48_1_39_0.qPKW" edges="19_48 16 11_47 14_58 39"/>
<route id="1_0_38_0.qPKW" edges="1 6 38"/>
<route id="1_0_37_0.qPKW" edges="1 6 8 14_58 37"/>
<route id="28_57_0_24_0.qPKW" edges="28_57 26_55 24"/>
<route id="29_0_18_0.qPKW" edges="29 26_55 19_48 18"/>
<route id="32_63_1_40_0.qPKW" edges="32_63 40"/>
<route id="33_60_61_0_30_0.qPKW" edges="33_60_61 32_63 21_49 20 25_56 30"/>
<route id="33_60_61_0_41_0.qPKW" edges="33_60_61 32_63 41"/>
<route id="33_60_61_1_44_0.qPKW" edges="33_60_61 46_13 44"/>
<route id="33_60_61_2_37_0.qPKW" edges="33_60_61 37"/>
<route id="35_65_0_30_0.qPKW" edges="35_65 21_49 20 25_56 30"/>
<route id="35_65_1_39_0.qPKW" edges="35_65 31_59 39"/>
<route id="36_62_0_18_0.qPKW" edges="36_62 32_63 21_49 18"/>
<route id="36_62_0_41_0.qPKW" edges="36_62 32_63 41"/>
<route id="36_62_0_39_0.qPKW" edges="36_62 39"/>
<route id="36_62_1_44_0.qPKW" edges="36_62 46_13 44"/>
<route id="45_2_0_38_0.qPKW" edges="45_2 6 38"/>
<route id="45_2_1_43_0.qPKW" edges="45_2 43"/>
<route id="4_0_42_0.qPKW" edges="4 42"/>
<route id="51_50_0_40_0.qPKW" edges="51_50 22_64 40"/>
<route id="51_50_1_30_0.qPKW" edges="51_50 20 25_56 30"/>
<route id="7_0_30_0.qPKW" edges="7 8 12 15 20 25_56 30"/>
<route id="7_0_40_0.qPKW" edges="7 8 12 15 22_64 40"/>
</routes>
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/detector/flowrouter.py", line 34, in <module> > import sumolib # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,33d0 < Reading net < 46 edges read < Reading detectors < Loaded 0 sources and 0 sinks from detector file. Added 14 sources and 13 sinks from the network < Reading flows < Calculating routes < 14 sources, 3 unlimited < 13 sinks, 12 unlimited < 26 * [1, 6, 38] < 152 * [10, 9, 5, 3] < 2 * [17, 53_52, 22_64, 40] < 1 * [28_57, 30] < 97 * [29, 26_55, 19_48, 16, 11_47, 9, 5, 3] < 396 * [29, 26_55, 19_48, 18] < 68 * [33_60_61, 32_63, 21_49, 20, 24] < 27 * [33_60_61, 37] < 2 * [35_65, 21_49, 18] < 1 * [35_65, 40] < 95 * [36_62, 32_63, 21_49, 18] < 76 * [36_62, 32_63, 21_49, 20, 24] < 7 * [36_62, 32_63, 21_49, 20, 25_56, 27] < 63 * [36_62, 32_63, 21_49, 20, 25_56, 30] < 34 * [36_62, 32_63, 40] < 7 * [36_62, 32_63, 41] < 64 * [36_62, 46_13, 44] < 15 * [4, 6, 38] < 16 * [45_2, 6, 38] < 134 * [51_50, 20, 25_56, 27] < 7 * [51_50, 22_64, 40] <truncated after showing first 30 lines>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/detector/flowrouter.py", line 34, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,10d0
< Reading net
< 24 edges read
< Reading detectors
< Loaded 3 sources and 2 sinks from detector file. Added 0 sources and 0 sinks from the network
< Reading flows between 0.0 and 0.0
< Calculating routes
< 3 sources, 3 unlimited
< 2 sinks, 1 unlimited
< Writing 100 vehicles from 1 sources between time 0 and 60 (minutes)
< unused sources: on11 on7
---------- Missing result in flows ----------
<additional>
<flow id="1_14.qPKW.0" departSpeed="max" departPos="last" departLane="best" route="1_14.qPKW.0" number="75" begin="0" end="3600"/>
<flow id="1_off3.qPKW.0" departSpeed="max" departPos="last" departLane="best" route="1_off3.qPKW.0" number="25" begin="0" end="3600"/>
</additional>
---------- Missing result in routes ----------
<routes>
<route id="1_14.qPKW.0" edges="1 2 3 4 5 6 7 8 9 10 11 12 13 14"/>
<route id="1_off3.qPKW.0" edges="1 2 3 off3"/>
</routes>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/detector/flowrouter.py", line 34, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,9d0
< Reading net
< 4 edges read
< Reading detectors
< Loaded 0 sources and 0 sinks from detector file. Added 2 sources and 2 sinks from the network
< Reading flows between 0.0 and 0.0
< Calculating routes
< 2 sources, 0 unlimited
< 2 sinks, 0 unlimited
< Writing 2000 vehicles from 2 sources between time 0 and 60 (minutes)
---------- Missing result in flows ----------
<additional>
<flow id="-2_-1.qPKW.0" departSpeed="max" departPos="last" departLane="best" route="-2_-1.qPKW.0" number="900" begin="0" end="3600"/>
<flow id="-2_2.qPKW.0" departSpeed="max" departPos="last" departLane="best" route="-2_2.qPKW.0" number="100" begin="0" end="3600"/>
<flow id="1_-1.qPKW.0" departSpeed="max" departPos="last" departLane="best" route="1_-1.qPKW.0" number="100" begin="0" end="3600"/>
<flow id="1_2.qPKW.0" departSpeed="max" departPos="last" departLane="best" route="1_2.qPKW.0" number="900" begin="0" end="3600"/>
</additional>
---------- Missing result in routes ----------
<routes>
<route id="-2_-1.qPKW.0" edges="-2 -1"/>
<route id="-2_2.qPKW.0" edges="-2 2"/>
<route id="1_-1.qPKW.0" edges="1 -1"/>
<route id="1_2.qPKW.0" edges="1 2"/>
</routes>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/detector/flowrouter.py", line 34, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,10d0
< Reading net
< 5 edges read
< Reading detectors
< Loaded 0 sources and 0 sinks from detector file. Added 1 sources and 2 sinks from the network
< Reading flows
< Calculating routes
< 1 sources, 1 unlimited
< 2 sinks, 2 unlimited
< Writing 0 vehicles from 0 sources between time 0 and 60 (minutes)
< unused sources: A
---------- Missing result in detectors ----------
<detectors>
<e1Detector id="A_0" lane="A_0" pos="1" type="source" friendlyPos="true" file="NUL" freq="86400"/>
<e1Detector id="C_0" lane="C_0" pos="-1" type="sink" friendlyPos="true" file="NUL" freq="86400"/>
<e1Detector id="D_0" lane="D_0" pos="-1" type="sink" friendlyPos="true" file="NUL" freq="86400"/>
</detectors>
---------- Missing result in flows ----------
<additional>
</additional>
---------- Missing result in routes ----------
<routes>
</routes>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/detector/flowrouter.py", line 34, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,9d0
< Reading net
< 10 edges read
< Reading detectors
< Loaded 0 sources and 0 sinks from detector file. Added 1 sources and 1 sinks from the network
< Reading flows between 0.0 and 0.0
< Calculating routes
< 1 sources, 0 unlimited
< 1 sinks, 1 unlimited
< Writing 1000 vehicles from 1 sources between time 0 and 60 (minutes)
---------- Missing result in flows ----------
<additional>
<flow id="beg_rend.qPKW.0" departSpeed="max" departPos="last" departLane="best" route="beg_rend.qPKW.0" number="300" begin="0" end="3600"/>
<flow id="beg_rend.1.qPKW.0" departSpeed="max" departPos="last" departLane="best" route="beg_rend.1.qPKW.0" number="350" begin="0" end="3600"/>
<flow id="beg_rend.2.qPKW.0" departSpeed="max" departPos="last" departLane="best" route="beg_rend.2.qPKW.0" number="350" begin="0" end="3600"/>
</additional>
---------- Missing result in routes ----------
<routes>
<route id="beg_rend.qPKW.0" edges="beg beg2left left left2end end rend"/>
<route id="beg_rend.1.qPKW.0" edges="beg beg2right right right2end end rend"/>
<route id="beg_rend.2.qPKW.0" edges="beg middle end rend"/>
</routes>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/detector/flowrouter.py", line 34, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,10d0
< Reading net
< 13 edges read
< Reading detectors
< Loaded 3 sources and 3 sinks from detector file. Added 0 sources and 0 sinks from the network
< Reading flows
< Calculating routes
< 3 sources, 2 unlimited
< 3 sinks, 3 unlimited
< Writing 900 vehicles from 1 sources between time 0 and 60 (minutes)
< unused sources: on3 on7
---------- Missing result in flows ----------
<additional>
<flow id="1_9.qPKW" departSpeed="max" departPos="last" departLane="best" route="1_9.qPKW" number="900" begin="0" end="3600"/>
</additional>
---------- Missing result in routes ----------
<routes>
<route id="1_9.qPKW" edges="1 2 3 4 5 6 7 8 9"/>
</routes>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/detector/flowrouter.py", line 34, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,15d0
< Reading net
< 13 edges read
< Reading detectors
< Loaded 3 sources and 3 sinks from detector file. Added 0 sources and 0 sinks from the network
< Reading flows between 0.0 and 90.0
< Calculating routes
< 3 sources, 2 unlimited
< 3 sinks, 3 unlimited
< Writing 600 vehicles from 1 sources between time 0 and 60 (minutes)
< unused sources: on3 on7
< Calculating routes
< 3 sources, 2 unlimited
< 3 sinks, 3 unlimited
< Writing 300 vehicles from 1 sources between time 60 and 120 (minutes)
< unused sources: on3 on7
---------- Missing result in flows ----------
<additional>
<flow id="1_9.qPKW.0" departSpeed="max" departPos="last" departLane="best" route="1_9.qPKW.0" number="600" begin="0" end="3600"/>
<flow id="1_9.qPKW.60" departSpeed="max" departPos="last" departLane="best" route="1_9.qPKW.60" number="300" begin="3600" end="7200"/>
</additional>
---------- Missing result in routes ----------
<routes>
<route id="1_9.qPKW.0" edges="1 2 3 4 5 6 7 8 9"/>
<route id="1_9.qPKW.60" edges="1 2 3 4 5 6 7 8 9"/>
</routes>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/detector/flowrouter.py", line 34, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,10d0
< Reading net
< 13 edges read
< Reading detectors
< Loaded 3 sources and 3 sinks from detector file. Added 0 sources and 0 sinks from the network
< Reading flows between 0.0 and 0.0
< Calculating routes
< 3 sources, 2 unlimited
< 3 sinks, 3 unlimited
< Writing 100 vehicles from 1 sources between time 0 and 60 (minutes)
< unused sources: on3 on7
---------- Missing result in flows ----------
<additional>
<flow id="1_9.qPKW.0" departSpeed="max" departPos="last" departLane="best" route="1_9.qPKW.0" number="100" begin="0" end="3600"/>
</additional>
---------- Missing result in routes ----------
<routes>
<route id="1_9.qPKW.0" edges="1 2 3 4 5 6 7 8 9"/>
</routes>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/detector/flowrouter.py", line 34, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,10d0
< Reading net
< 13 edges read
< Reading detectors
< Loaded 3 sources and 3 sinks from detector file. Added 0 sources and 0 sinks from the network
< Reading flows between 60.0 and 90.0
< Calculating routes
< 3 sources, 2 unlimited
< 3 sinks, 3 unlimited
< Writing 300 vehicles from 1 sources between time 60 and 120 (minutes)
< unused sources: on3 on7
---------- Missing result in flows ----------
<additional>
<flow id="1_9.qPKW.60" departSpeed="max" departPos="last" departLane="best" route="1_9.qPKW.60" number="300" begin="3600" end="7200"/>
</additional>
---------- Missing result in routes ----------
<routes>
<route id="1_9.qPKW.60" edges="1 2 3 4 5 6 7 8 9"/>
</routes>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/detector/flowrouter.py", line 34, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,10d0
< Reading net
< 13 edges read
< Reading detectors
< Loaded 3 sources and 3 sinks from detector file. Added 0 sources and 0 sinks from the network
< Reading flows
< Calculating routes
< 3 sources, 1 unlimited
< 3 sinks, 1 unlimited
< Writing 2500 vehicles from 2 sources between time 0 and 60 (minutes)
< unused sources: on7
---------- Missing result in flows ----------
<additional>
<flow id="1_9.qPKW" departSpeed="max" departPos="last" departLane="best" route="1_9.qPKW" number="1680" begin="0" end="3600"/>
<flow id="1_off3.qPKW" departSpeed="max" departPos="last" departLane="best" route="1_off3.qPKW" number="320" begin="0" end="3600"/>
<flow id="on3_9.qPKW" departSpeed="max" departPos="last" departLane="best" route="on3_9.qPKW" number="320" begin="0" end="3600"/>
<flow id="on3_off3.qPKW" departSpeed="max" departPos="last" departLane="best" route="on3_off3.qPKW" number="180" begin="0" end="3600"/>
</additional>
---------- Missing result in routes ----------
<routes>
<route id="1_9.qPKW" edges="1 2 3 4 5 6 7 8 9"/>
<route id="1_off3.qPKW" edges="1 2 3 off3"/>
<route id="on3_9.qPKW" edges="on3 3 4 5 6 7 8 9"/>
<route id="on3_off3.qPKW" edges="on3 3 off3"/>
</routes>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/detector/flowrouter.py", line 34, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,11d0
< Reading net
< Loaded 1 edge restrictions and 1 route restrictions
< 13 edges read
< Reading detectors
< Loaded 3 sources and 3 sinks from detector file. Added 0 sources and 0 sinks from the network
< Reading flows between 0.0 and 0.0
< Calculating routes
< 3 sources, 0 unlimited
< 3 sinks, 1 unlimited
< Writing 2500 vehicles from 2 sources between time 0 and 60 (minutes)
< unused sources: on7
---------- Missing result in flows ----------
<additional>
<flow id="1_9.qPKW.0" departSpeed="max" departPos="last" departLane="best" route="1_9.qPKW.0" number="1540" begin="0" end="3600"/>
<flow id="1_off3.qPKW.0" departSpeed="max" departPos="last" departLane="best" route="1_off3.qPKW.0" number="460" begin="0" end="3600"/>
<flow id="on3_9.qPKW.0" departSpeed="max" departPos="last" departLane="best" route="on3_9.qPKW.0" number="460" begin="0" end="3600"/>
<flow id="on3_off3.qPKW.0" departSpeed="max" departPos="last" departLane="best" route="on3_off3.qPKW.0" number="40" begin="0" end="3600"/>
</additional>
---------- Missing result in routes ----------
<routes>
<route id="1_9.qPKW.0" edges="1 2 3 4 5 6 7 8 9"/>
<route id="1_off3.qPKW.0" edges="1 2 3 off3"/>
<route id="on3_9.qPKW.0" edges="on3 3 4 5 6 7 8 9"/>
<route id="on3_off3.qPKW.0" edges="on3 3 off3"/>
</routes>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/detector/flowrouter.py", line 34, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,11d0
< Reading net
< Loaded 0 edge restrictions and 1 route restrictions
< 13 edges read
< Reading detectors
< Loaded 3 sources and 3 sinks from detector file. Added 0 sources and 0 sinks from the network
< Reading flows between 0.0 and 0.0
< Calculating routes
< 3 sources, 1 unlimited
< 3 sinks, 1 unlimited
< Writing 2500 vehicles from 2 sources between time 0 and 60 (minutes)
< unused sources: on7
---------- Missing result in flows ----------
<additional>
<flow id="1_9.qPKW.0" departSpeed="max" departPos="last" departLane="best" route="1_9.qPKW.0" number="1540" begin="0" end="3600"/>
<flow id="1_off3.qPKW.0" departSpeed="max" departPos="last" departLane="best" route="1_off3.qPKW.0" number="460" begin="0" end="3600"/>
<flow id="on3_9.qPKW.0" departSpeed="max" departPos="last" departLane="best" route="on3_9.qPKW.0" number="460" begin="0" end="3600"/>
<flow id="on3_off3.qPKW.0" departSpeed="max" departPos="last" departLane="best" route="on3_off3.qPKW.0" number="40" begin="0" end="3600"/>
</additional>
---------- Missing result in routes ----------
<routes>
<route id="1_9.qPKW.0" edges="1 2 3 4 5 6 7 8 9"/>
<route id="1_off3.qPKW.0" edges="1 2 3 off3"/>
<route id="on3_9.qPKW.0" edges="on3 3 4 5 6 7 8 9"/>
<route id="on3_off3.qPKW.0" edges="on3 3 off3"/>
</routes>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/detector/flowrouter.py", line 34, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,36d0
< Reading net
< 13 edges read
< Reading detectors
< Loaded 3 sources and 3 sinks from detector file. Added 0 sources and 0 sinks from the network
< Reading flows
< Calculating routes
< 3 sources, 2 unlimited
< 3 sinks, 3 unlimited
< findPath start=<None,9223372036854775807,0> pathStart=<None,9223372036854775807,0> limits(True, True)
< findPath start=<None,9223372036854775807,0> pathStart=<None,9223372036854775807,0> limits(True, False)
< updateFlow start=<None,9223372036854775807,0> end=<sink_t_9<0|inf>,900,1800> flowDelta=900
< incFlow edge=sink_t_9<0|inf> delta=900
< incFlow edge=real_9<0|inf> delta=900
< incFlow edge=junction_8->9<0|inf> delta=900
< incFlow edge=real_8<0|inf> delta=900
< incFlow edge=junction_7->8<0|inf> delta=900
< incFlow edge=real_7<0|inf> delta=900
< incFlow edge=junction_6->7<0|inf> delta=900
< incFlow edge=real_6<0|inf> delta=900
< incFlow edge=junction_5->6<0|inf> delta=900
< incFlow edge=real_5<0|inf> delta=900
< incFlow edge=junction_4->5<0|inf> delta=900
< incFlow edge=real_4<0|inf> delta=900
< incFlow edge=junction_3->4<0|inf> delta=900
< incFlow edge=real_3<0|inf> delta=900
< incFlow edge=junction_2->3<0|inf> delta=900
< incFlow edge=real_2<0|900> delta=900
< incFlow edge=junction_1->2<0|inf> delta=900
< incFlow edge=real_1<0|900> delta=900
<truncated after showing first 30 lines>
---------- Missing result in flows ----------
<additional>
<flow id="1_9.qPKW" departSpeed="max" departPos="last" departLane="best" route="1_9.qPKW" number="900" begin="0" end="3600"/>
</additional>
---------- Missing result in routes ----------
<routes>
<route id="1_9.qPKW" edges="1 2 3 4 5 6 7 8 9"/>
</routes>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/detector/flowrouter.py", line 34, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,10d0
< Reading net
< 13 edges read
< Reading detectors
< Loaded 3 sources and 3 sinks from detector file. Added 0 sources and 0 sinks from the network
< Reading flows
< Calculating routes
< 3 sources, 3 unlimited
< 3 sinks, 3 unlimited
< Writing 2000 vehicles from 2 sources between time 0 and 60 (minutes)
< unused sources: on7
---------- Missing result in flows ----------
<additional>
<flow id="1_9.qPKW" departSpeed="max" departPos="last" departLane="best" route="1_9.qPKW" number="1000" begin="0" end="3600"/>
<flow id="on3_off7.qPKW" departSpeed="max" departPos="last" departLane="best" route="on3_off7.qPKW" number="1000" begin="0" end="3600"/>
</additional>
---------- Missing result in routes ----------
<routes>
<route id="1_9.qPKW" edges="1 2 3 4 5 6 7 8 9"/>
<route id="on3_off7.qPKW" edges="on3 3 4 5 6 7 off7"/>
</routes>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/detector/flowrouter.py", line 34, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,10d0
< Reading net
< 13 edges read
< Reading detectors
< Loaded 3 sources and 3 sinks from detector file. Added 0 sources and 0 sinks from the network
< Reading flows
< Calculating routes
< 3 sources, 1 unlimited
< 3 sinks, 1 unlimited
< Writing 2500 vehicles from 2 sources between time 0 and 60 (minutes)
< unused sources: on7
---------- Missing result in flows ----------
<additional>
<flow id="1qPKW" departSpeed="max" departPos="last" departLane="best" number="2000" begin="0" end="3600">
<routeDistribution routes="1_9.qPKW 1_off3.qPKW" probabilities="1680 320"/>
</flow>
<flow id="on3qPKW" departSpeed="max" departPos="last" departLane="best" number="500" begin="0" end="3600">
<routeDistribution routes="on3_9.qPKW on3_off3.qPKW" probabilities="320 180"/>
</flow>
</additional>
---------- Missing result in routes ----------
<routes>
<route id="1_9.qPKW" edges="1 2 3 4 5 6 7 8 9"/>
<route id="1_off3.qPKW" edges="1 2 3 off3"/>
<route id="on3_9.qPKW" edges="on3 3 4 5 6 7 8 9"/>
<route id="on3_off3.qPKW" edges="on3 3 off3"/>
</routes>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/detector/flowrouter.py", line 34, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,10d0
< Reading net
< Loaded 0 edge restrictions and 2 route restrictions
< 13 edges read
< Reading detectors
< Loaded 3 sources and 3 sinks from detector file. Added 0 sources and 0 sinks from the network
< Reading flows between 0.0 and 0.0
< Calculating routes
< 3 sources, 1 unlimited
< 3 sinks, 1 unlimited
< Writing 2900 vehicles from 3 sources between time 0 and 60 (minutes)
---------- Missing result in flows ----------
<additional>
<flow id="1_9.qPKW.0" departSpeed="max" departPos="last" departLane="best" route="1_9.qPKW.0" number="1270" begin="0" end="3600"/>
<flow id="1_off7.qPKW.0" departSpeed="max" departPos="last" departLane="best" route="1_off7.qPKW.0" number="630" begin="0" end="3600"/>
<flow id="1_off3.qPKW.0" departSpeed="max" departPos="last" departLane="best" route="1_off3.qPKW.0" number="100" begin="0" end="3600"/>
<flow id="on3_9.qPKW.0" departSpeed="max" departPos="last" departLane="best" route="on3_9.qPKW.0" number="330" begin="0" end="3600"/>
<flow id="on3_off7.qPKW.0" departSpeed="max" departPos="last" departLane="best" route="on3_off7.qPKW.0" number="170" begin="0" end="3600"/>
<flow id="on7_9.qPKW.0" departSpeed="max" departPos="last" departLane="best" route="on7_9.qPKW.0" number="400" begin="0" end="3600"/>
</additional>
---------- Missing result in routes ----------
<routes>
<route id="1_9.qPKW.0" edges="1 2 3 4 5 6 7 8 9"/>
<route id="1_off7.qPKW.0" edges="1 2 3 4 5 6 7 off7"/>
<route id="1_off3.qPKW.0" edges="1 2 3 off3"/>
<route id="on3_9.qPKW.0" edges="on3 3 4 5 6 7 8 9"/>
<route id="on3_off7.qPKW.0" edges="on3 3 4 5 6 7 off7"/>
<route id="on7_9.qPKW.0" edges="on7 7 8 9"/>
</routes>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/detector/flowrouter.py", line 34, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,10d0
< Reading net
< 13 edges read
< Reading detectors
< Loaded 3 sources and 3 sinks from detector file. Added 0 sources and 0 sinks from the network
< Reading flows
< Calculating routes
< 3 sources, 1 unlimited
< 3 sinks, 1 unlimited
< Writing 2500 vehicles from 2 sources between time 0 and 60 (minutes)
< unused sources: on7
---------- Missing result in flows ----------
<additional>
<flow id="1_9.qPKW" departSpeed="max" departPos="last" departLane="best" route="1_9.qPKW" number="1680" begin="0" end="3600" via="5"/>
<flow id="1_off3.qPKW" departSpeed="max" departPos="last" departLane="best" route="1_off3.qPKW" number="320" begin="0" end="3600"/>
<flow id="on3_9.qPKW" departSpeed="max" departPos="last" departLane="best" route="on3_9.qPKW" number="320" begin="0" end="3600" via="5"/>
<flow id="on3_off3.qPKW" departSpeed="max" departPos="last" departLane="best" route="on3_off3.qPKW" number="180" begin="0" end="3600"/>
</additional>
---------- Missing result in routes ----------
<routes>
<route id="1_9.qPKW" edges="1 2 3 4 5 6 7 8 9"/>
<route id="1_off3.qPKW" edges="1 2 3 off3"/>
<route id="on3_9.qPKW" edges="on3 3 4 5 6 7 8 9"/>
<route id="on3_off3.qPKW" edges="on3 3 off3"/>
</routes>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/detector/flowrouter.py", line 34, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,9d0
< Reading net
< 10 edges read
< Reading detectors
< Loaded 1 sources and 1 sinks from detector file. Added 0 sources and 0 sinks from the network
< Reading flows
< Calculating routes
< 1 sources, 0 unlimited
< 1 sinks, 0 unlimited
< Writing 100 vehicles from 1 sources between time 0 and 60 (minutes)
---------- Missing result in flows ----------
<additional>
<flow id="beg_end.qPKW" departSpeed="max" departPos="last" departLane="best" route="beg_end.qPKW" number="100" begin="0" end="3600"/>
</additional>
---------- Missing result in routes ----------
<routes>
<route id="beg_end.qPKW" edges="beg beg2right right right2end end"/>
</routes>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/detector/flowrouter.py", line 34, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,9d0
< Reading net
< 10 edges read
< Reading detectors
< Loaded 1 sources and 1 sinks from detector file. Added 0 sources and 0 sinks from the network
< Reading flows
< Calculating routes
< 1 sources, 0 unlimited
< 1 sinks, 0 unlimited
< Writing 100 vehicles from 1 sources between time 0 and 60 (minutes)
---------- Missing result in flows ----------
<additional>
<flow id="beg_end.qPKW" departSpeed="max" departPos="last" departLane="best" route="beg_end.qPKW" number="50" begin="0" end="3600"/>
<flow id="beg_end.1.qPKW" departSpeed="max" departPos="last" departLane="best" route="beg_end.1.qPKW" number="50" begin="0" end="3600"/>
</additional>
---------- Missing result in routes ----------
<routes>
<route id="beg_end.qPKW" edges="beg beg2left left left2end end"/>
<route id="beg_end.1.qPKW" edges="beg beg2right right right2end end"/>
</routes>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/detector/flowrouter.py", line 34, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,9d0
< Reading net
< 10 edges read
< Reading detectors
< Loaded 1 sources and 1 sinks from detector file. Added 0 sources and 0 sinks from the network
< Reading flows between 0.0 and 0.0
< Calculating routes
< 1 sources, 0 unlimited
< 1 sinks, 0 unlimited
< Writing 3600 vehicles from 1 sources between time 0 and 60 (minutes)
---------- Missing result in flows ----------
<additional>
<flow id="beg_end.qPKW.0" departSpeed="max" departPos="last" departLane="best" route="beg_end.qPKW.0" number="1400" begin="0" end="3600"/>
<flow id="beg_end.1.qPKW.0" departSpeed="max" departPos="last" departLane="best" route="beg_end.1.qPKW.0" number="1400" begin="0" end="3600"/>
<flow id="beg_end.2.qPKW.0" departSpeed="max" departPos="last" departLane="best" route="beg_end.2.qPKW.0" number="800" begin="0" end="3600"/>
</additional>
---------- Missing result in routes ----------
<routes>
<route id="beg_end.qPKW.0" edges="beg beg2left left left2end end"/>
<route id="beg_end.1.qPKW.0" edges="beg beg2right right right2end end"/>
<route id="beg_end.2.qPKW.0" edges="beg middle end"/>
</routes>
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/districts2poly.py", line 27, in <module> > from sumolib.output import parse # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Missing result in districts ---------- <polygons> <poly id="3/2to2/2_2/2to3/2" color="168,255,0" layer="100" type="taz_edge" shape="804.75,798.35 1195.25,798.35"/> <poly id="3/2to2/2_3/2to2/2" color="168,255,0" layer="100" type="taz_edge" shape="1195.25,801.65 804.75,801.65"/> <poly id="2/1to3/1_2/1to3/1" color="107,0,255" layer="100" type="taz_edge" shape="804.75,398.35 1195.25,398.35"/> <poly id="2/1to3/1_3/1to2/1" color="107,0,255" layer="100" type="taz_edge" shape="1195.25,401.65 804.75,401.65"/> <poly id="3/1to4/1_3/1to4/1" color="15,0,255" layer="100" type="taz_edge" shape="1204.75,398.35 1595.25,398.35"/> <poly id="3/1to4/1_4/1to3/1" color="15,0,255" layer="100" type="taz_edge" shape="1595.25,401.65 1204.75,401.65"/> <poly id="3/2to4/2_3/2to4/2" color="255,0,165" layer="100" type="taz_edge" shape="1204.75,798.35 1596.75,798.35"/> <poly id="3/2to4/2_4/2to3/2" color="255,0,165" layer="100" type="taz_edge" shape="1596.75,801.65 1204.75,801.65"/> <poly id="1/1to0/1_0/1to1/1" color="255,133,0" layer="100" type="taz_edge" shape="4.75,398.35 395.25,398.35"/> <poly id="1/1to0/1_1/1to0/1" color="255,133,0" layer="100" type="taz_edge" shape="395.25,401.65 4.75,401.65"/> </polygons>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/edgesInDistricts.py", line 28, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Missing result in additional ----------
<?xml version="1.0" encoding="UTF-8"?>
<tazs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/taz_file.xsd">
<taz id="0" edges="left"/>
<taz id="1" edges="end left2end"/>
</tazs>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/edgesInDistricts.py", line 28, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Missing result in additional ----------
<?xml version="1.0" encoding="UTF-8"?>
<tazs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/taz_file.xsd">
<taz id="add" edges="end"/>
<taz id="poly" edges="left left2end"/>
</tazs>
---------- Differences in errors ---------- 1c1,6 < Error! Providing a network is mandatory --- > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/edgesInDistricts.py", line 28, in <module> > import sumolib # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,32d0 < Usage: edgesInDistricts.py [options] < < Options: < -h, --help show this help message and exit < -v, --verbose tell me what you are doing < -c, --complete assign edges only if they are not in more than one < district < -n FILE, --net-file=FILE < read SUMO network from FILE (mandatory) < -t FILE, --taz-files=FILE < read districts from FILEs < -o FILE, --output=FILE < write results to FILE (default: districts.taz.xml) < -x MAXSPEED, --max-speed=MAXSPEED < use lanes where speed is not greater than this (m/s) < (default: 1000.0) < -m MINSPEED, --min-speed=MINSPEED < use lanes where speed is greater than this (m/s) < (default: 0.0) < -w, --weighted Weights sources/sinks by lane number and length < -f, --assign-from Assign the edge always to the district where the < "from" node is located < -i, --internal Include internal edges in output < -l VCLASS, --vclass=VCLASS < Include only edges allowing VCLASS < -s, --shapeinfo write also the shape info in the file < --merge-separator=MERGE_SEPARATOR < merge edge lists of taz starting with the same string < up to the given separator <truncated after showing first 30 lines>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/edgesInDistricts.py", line 28, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Missing result in additional ----------
<?xml version="1.0" encoding="UTF-8"?>
<tazs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/taz_file.xsd">
<taz id="b" shape="-5.0,-5.0 5.0,-5.0 5.0,5.0 -5.0,5.0 -5.0,-5.0" edges="absBeg"/>
<taz id="e" shape="1995.0,-5.0 2005.0,-5.0 2005.0,5.0 1995.0,5.0 -1995.0,-5.0" edges="absBeg absEnd end left2end middle"/>
</tazs>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/edgesInDistricts.py", line 28, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Missing result in additional ----------
<?xml version="1.0" encoding="UTF-8"?>
<tazs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/taz_file.xsd">
<taz id="b" shape="-5.0,-5.0 5.0,-5.0 5.0,5.0 -5.0,5.0 -5.0,-5.0" edges="absBeg"/>
<taz id="e" shape="1995.0,-5.0 2005.0,-5.0 2005.0,5.0 1995.0,5.0 -1995.0,-5.0" edges="absBeg absEnd end middle"/>
</tazs>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/edgesInDistricts.py", line 28, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Missing result in additional ----------
<?xml version="1.0" encoding="UTF-8"?>
<tazs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/taz_file.xsd">
<taz id="b" shape="-5.0,-5.0 5.0,-5.0 5.0,5.0 -5.0,5.0 -5.0,-5.0">
<tazSource id="absBeg" weight="13859.69"/>
<tazSink id="absBeg" weight="13859.69"/>
</taz>
<taz id="e" shape="1995.0,-5.0 2005.0,-5.0 2005.0,5.0 1995.0,5.0 -1995.0,-5.0" color="blue">
<tazSource id="absBeg" weight="13859.69"/>
<tazSink id="absBeg" weight="13859.69"/>
<tazSource id="absEnd" weight="13900.00"/>
<tazSink id="absEnd" weight="13900.00"/>
<tazSource id="end" weight="13859.69"/>
<tazSink id="end" weight="13859.69"/>
<tazSource id="left2end" weight="13769.34"/>
<tazSink id="left2end" weight="13769.34"/>
<tazSource id="middle" weight="13767.95"/>
<tazSink id="middle" weight="13767.95"/>
</taz>
</tazs>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/district/filterDistricts.py", line 26, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Missing result in districts ----------
<tazs>
<taz edges="a b c" id="1"/>
<taz edges="c d e" id="2"/>
<taz id="3">
<tazSource id="e" weight="2.5"/>
<tazSource id="f" weight="1.5"/>
</taz>
<taz id="4">
<tazSink id="g" weight="1"/>
</taz>
<taz id="5">
<tazSource id="e" weight="2.5"/>
<tazSource id="f" weight="1.5"/>
<tazSink id="g" weight="1"/>
</taz>
<taz edges="a b" id="6">
<tazSource id="e" weight="2.5"/>
<tazSource id="f" weight="1.5"/>
<tazSink id="g" weight="1"/>
</taz>
</tazs>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/district/filterDistricts.py", line 26, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Missing result in districts ----------
<tazs>
<taz edges="a b c" id="1"/>
<taz edges="c e" id="2"/>
<taz id="3">
<tazSource id="e" weight="2.5"/>
</taz>
<taz id="4">
<tazSink id="g" weight="1"/>
</taz>
<taz id="5">
<tazSource id="e" weight="2.5"/>
<tazSink id="g" weight="1"/>
</taz>
<taz edges="a b" id="6">
<tazSource id="e" weight="2.5"/>
<tazSink id="g" weight="1"/>
</taz>
</tazs>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/generateBidiDistricts.py", line 27, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Missing result in districts ----------
<?xml version="1.0" encoding="UTF-8"?>
<tazs>
<taz id="A.0" edges="A.0 B"/>
<taz id="A.50" edges="A.50 B"/>
<taz id="B" edges="B"/>
</tazs>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/generateBidiDistricts.py", line 27, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Missing result in districts ----------
<?xml version="1.0" encoding="UTF-8"?>
<tazs>
<taz id="0/0to0/1" edges="0/0to0/1 0/1to0/0"/>
<taz id="0/0to1/0" edges="0/0to1/0 1/0to0/0"/>
<taz id="0/1to0/0" edges="0/0to0/1 0/1to0/0"/>
<taz id="0/1to0/2" edges="0/1to0/2 0/2to0/1"/>
<taz id="0/1to1/1" edges="0/1to1/1 1/1to0/1"/>
<taz id="0/2to0/1" edges="0/1to0/2 0/2to0/1"/>
<taz id="0/2to1/2" edges="0/2to1/2 1/2to0/2"/>
<taz id="1/0to0/0" edges="0/0to1/0 1/0to0/0"/>
<taz id="1/0to1/1" edges="1/0to1/1 1/1to1/0"/>
<taz id="1/0to2/0" edges="1/0to2/0 2/0to1/0"/>
<taz id="1/1to0/1" edges="0/1to1/1 1/1to0/1"/>
<taz id="1/1to1/0" edges="1/0to1/1 1/1to1/0"/>
<taz id="1/1to1/2" edges="1/1to1/2 1/2to1/1"/>
<taz id="1/1to2/1" edges="1/1to2/1 2/1to1/1"/>
<taz id="1/2to0/2" edges="0/2to1/2 1/2to0/2"/>
<taz id="1/2to1/1" edges="1/1to1/2 1/2to1/1"/>
<taz id="1/2to2/2" edges="1/2to2/2 2/2to1/2"/>
<taz id="2/0to1/0" edges="1/0to2/0 2/0to1/0"/>
<taz id="2/0to2/1" edges="2/0to2/1 2/1to2/0"/>
<taz id="2/0to3/0" edges="2/0to3/0 3/0to2/0"/>
<taz id="2/1to1/1" edges="1/1to2/1 2/1to1/1"/>
<taz id="2/1to2/0" edges="2/0to2/1 2/1to2/0"/>
<taz id="2/1to2/2" edges="2/1to2/2 2/2to2/1"/>
<taz id="2/1to3/1" edges="2/1to3/1 3/1to2/1"/>
<taz id="2/2to1/2" edges="1/2to2/2 2/2to1/2"/>
<taz id="2/2to2/1" edges="2/1to2/2 2/2to2/1"/>
<taz id="2/2to3/2" edges="2/2to3/2 3/2to2/2"/>
<taz id="3/0to2/0" edges="2/0to3/0 3/0to2/0"/>
<truncated after showing first 30 lines>
district generateBidiDistricts plain (
Last six runs
Dec2018
)---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/generateBidiDistricts.py", line 27, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Missing result in districts ----------
<?xml version="1.0" encoding="UTF-8"?>
<tazs>
<taz id="A.0" edges="A.0 B"/>
<taz id="A.50" edges="A.50 B"/>
<taz id="B" edges="A.0 A.50 B"/>
</tazs>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/generateBidiDistricts.py", line 27, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Missing result in districts ----------
<?xml version="1.0" encoding="UTF-8"?>
<tazs>
<taz id="0/0to0/1" edges="0/0to0/1 0/0to1/0 0/1to0/0 0/1to0/2 0/1to1/1 0/2to0/1 1/0to0/0 1/1to0/1"/>
<taz id="0/0to1/0" edges="0/0to0/1 0/0to1/0 0/1to0/0 1/0to0/0 1/0to1/1 1/0to2/0 1/1to1/0 2/0to1/0"/>
<taz id="0/1to0/0" edges="0/0to0/1 0/0to1/0 0/1to0/0 0/1to0/2 0/1to1/1 0/2to0/1 1/0to0/0 1/1to0/1"/>
<taz id="0/1to0/2" edges="0/0to0/1 0/1to0/0 0/1to0/2 0/1to1/1 0/2to0/1 0/2to1/2 1/1to0/1 1/2to0/2"/>
<taz id="0/1to1/1" edges="0/0to0/1 0/1to0/0 0/1to0/2 0/1to1/1 0/2to0/1 1/0to1/1 1/1to0/1 1/1to1/0 1/1to1/2 1/1to2/1 1/2to1/1 2/1to1/1"/>
<taz id="0/2to0/1" edges="0/0to0/1 0/1to0/0 0/1to0/2 0/1to1/1 0/2to0/1 0/2to1/2 1/1to0/1 1/2to0/2"/>
<taz id="0/2to1/2" edges="0/1to0/2 0/2to0/1 0/2to1/2 1/1to1/2 1/2to0/2 1/2to1/1 1/2to2/2 2/2to1/2"/>
<taz id="1/0to0/0" edges="0/0to0/1 0/0to1/0 0/1to0/0 1/0to0/0 1/0to1/1 1/0to2/0 1/1to1/0 2/0to1/0"/>
<taz id="1/0to1/1" edges="0/0to1/0 0/1to1/1 1/0to0/0 1/0to1/1 1/0to2/0 1/1to0/1 1/1to1/0 1/1to1/2 1/1to2/1 1/2to1/1 2/0to1/0 2/1to1/1"/>
<taz id="1/0to2/0" edges="0/0to1/0 1/0to0/0 1/0to1/1 1/0to2/0 1/1to1/0 2/0to1/0 2/0to2/1 2/0to3/0 2/1to2/0 3/0to2/0"/>
<taz id="1/1to0/1" edges="0/0to0/1 0/1to0/0 0/1to0/2 0/1to1/1 0/2to0/1 1/0to1/1 1/1to0/1 1/1to1/0 1/1to1/2 1/1to2/1 1/2to1/1 2/1to1/1"/>
<taz id="1/1to1/0" edges="0/0to1/0 0/1to1/1 1/0to0/0 1/0to1/1 1/0to2/0 1/1to0/1 1/1to1/0 1/1to1/2 1/1to2/1 1/2to1/1 2/0to1/0 2/1to1/1"/>
<taz id="1/1to1/2" edges="0/1to1/1 0/2to1/2 1/0to1/1 1/1to0/1 1/1to1/0 1/1to1/2 1/1to2/1 1/2to0/2 1/2to1/1 1/2to2/2 2/1to1/1 2/2to1/2"/>
<taz id="1/1to2/1" edges="0/1to1/1 1/0to1/1 1/1to0/1 1/1to1/0 1/1to1/2 1/1to2/1 1/2to1/1 2/0to2/1 2/1to1/1 2/1to2/0 2/1to2/2 2/1to3/1 2/2to2/1 3/1to2/1"/>
<taz id="1/2to0/2" edges="0/1to0/2 0/2to0/1 0/2to1/2 1/1to1/2 1/2to0/2 1/2to1/1 1/2to2/2 2/2to1/2"/>
<taz id="1/2to1/1" edges="0/1to1/1 0/2to1/2 1/0to1/1 1/1to0/1 1/1to1/0 1/1to1/2 1/1to2/1 1/2to0/2 1/2to1/1 1/2to2/2 2/1to1/1 2/2to1/2"/>
<taz id="1/2to2/2" edges="0/2to1/2 1/1to1/2 1/2to0/2 1/2to1/1 1/2to2/2 2/1to2/2 2/2to1/2 2/2to2/1 2/2to3/2 3/2to2/2"/>
<taz id="2/0to1/0" edges="0/0to1/0 1/0to0/0 1/0to1/1 1/0to2/0 1/1to1/0 2/0to1/0 2/0to2/1 2/0to3/0 2/1to2/0 3/0to2/0"/>
<taz id="2/0to2/1" edges="1/0to2/0 1/1to2/1 2/0to1/0 2/0to2/1 2/0to3/0 2/1to1/1 2/1to2/0 2/1to2/2 2/1to3/1 2/2to2/1 3/0to2/0 3/1to2/1"/>
<taz id="2/0to3/0" edges="1/0to2/0 2/0to1/0 2/0to2/1 2/0to3/0 2/1to2/0 3/0to2/0 3/0to3/1 3/0to4/0 3/1to3/0 4/0to3/0"/>
<taz id="2/1to1/1" edges="0/1to1/1 1/0to1/1 1/1to0/1 1/1to1/0 1/1to1/2 1/1to2/1 1/2to1/1 2/0to2/1 2/1to1/1 2/1to2/0 2/1to2/2 2/1to3/1 2/2to2/1 3/1to2/1"/>
<taz id="2/1to2/0" edges="1/0to2/0 1/1to2/1 2/0to1/0 2/0to2/1 2/0to3/0 2/1to1/1 2/1to2/0 2/1to2/2 2/1to3/1 2/2to2/1 3/0to2/0 3/1to2/1"/>
<taz id="2/1to2/2" edges="1/1to2/1 1/2to2/2 2/0to2/1 2/1to1/1 2/1to2/0 2/1to2/2 2/1to3/1 2/2to1/2 2/2to2/1 2/2to3/2 3/1to2/1 3/2to2/2"/>
<taz id="2/1to3/1" edges="1/1to2/1 2/0to2/1 2/1to1/1 2/1to2/0 2/1to2/2 2/1to3/1 2/2to2/1 3/0to3/1 3/1to2/1 3/1to3/0 3/1to3/2 3/1to4/1 3/2to3/1 4/1to3/1"/>
<taz id="2/2to1/2" edges="0/2to1/2 1/1to1/2 1/2to0/2 1/2to1/1 1/2to2/2 2/1to2/2 2/2to1/2 2/2to2/1 2/2to3/2 3/2to2/2"/>
<taz id="2/2to2/1" edges="1/1to2/1 1/2to2/2 2/0to2/1 2/1to1/1 2/1to2/0 2/1to2/2 2/1to3/1 2/2to1/2 2/2to2/1 2/2to3/2 3/1to2/1 3/2to2/2"/>
<taz id="2/2to3/2" edges="1/2to2/2 2/1to2/2 2/2to1/2 2/2to2/1 2/2to3/2 3/1to3/2 3/2to2/2 3/2to3/1 3/2to4/2 4/2to3/2"/>
<taz id="3/0to2/0" edges="1/0to2/0 2/0to1/0 2/0to2/1 2/0to3/0 2/1to2/0 3/0to2/0 3/0to3/1 3/0to4/0 3/1to3/0 4/0to3/0"/>
<truncated after showing first 30 lines>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/generateBidiDistricts.py", line 27, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Missing result in districts ----------
<?xml version="1.0" encoding="UTF-8"?>
<tazs>
<taz id="0/0to0/1" edges="0/0to0/1 0/0to1/0 0/1to0/0 0/1to0/2 0/1to1/1 0/2to0/1 1/0to0/0 1/0to1/1 1/0to2/0 1/1to0/1 1/1to1/0 2/0to1/0 2/0to2/1 2/0to3/0 2/1to2/0 3/0to2/0"/>
<taz id="0/0to1/0" edges="0/0to0/1 0/0to1/0 0/1to0/0 0/1to0/2 0/1to1/1 0/2to0/1 1/0to0/0 1/0to1/1 1/0to2/0 1/1to0/1 1/1to1/0 2/0to1/0 2/0to2/1 2/0to3/0 2/1to2/0 3/0to2/0"/>
<taz id="0/1to0/0" edges="0/0to0/1 0/0to1/0 0/1to0/0 0/1to0/2 0/1to1/1 0/2to0/1 0/2to1/2 1/0to0/0 1/0to1/1 1/0to2/0 1/1to0/1 1/1to1/0 1/1to1/2 1/1to2/1 1/2to0/2 1/2to1/1 2/0to1/0 2/0to2/1 2/0to3/0 2/1to1/1 2/1to2/0 2/1to2/2 2/1to3/1 2/2to2/1 3/0to2/0 3/1to2/1"/>
<taz id="0/1to0/2" edges="0/0to0/1 0/1to0/0 0/1to0/2 0/1to1/1 0/2to0/1 0/2to1/2 1/0to1/1 1/1to0/1 1/1to1/0 1/1to1/2 1/1to2/1 1/2to0/2 1/2to1/1 2/0to2/1 2/1to1/1 2/1to2/0 2/1to2/2 2/1to3/1 2/2to2/1 3/1to2/1"/>
<taz id="0/1to1/1" edges="0/0to0/1 0/1to0/0 0/1to0/2 0/1to1/1 0/2to0/1 0/2to1/2 1/0to1/1 1/1to0/1 1/1to1/0 1/1to1/2 1/1to2/1 1/2to0/2 1/2to1/1 2/0to2/1 2/1to1/1 2/1to2/0 2/1to2/2 2/1to3/1 2/2to2/1 3/1to2/1"/>
<taz id="0/2to0/1" edges="0/0to0/1 0/1to0/0 0/1to0/2 0/1to1/1 0/2to0/1 0/2to1/2 1/1to0/1 1/1to1/2 1/2to0/2 1/2to1/1 1/2to2/2 2/1to2/2 2/2to1/2 2/2to2/1 2/2to3/2 3/2to2/2"/>
<taz id="0/2to1/2" edges="0/0to0/1 0/1to0/0 0/1to0/2 0/1to1/1 0/2to0/1 0/2to1/2 1/1to0/1 1/1to1/2 1/2to0/2 1/2to1/1 1/2to2/2 2/1to2/2 2/2to1/2 2/2to2/1 2/2to3/2 3/2to2/2"/>
<taz id="1/0to0/0" edges="0/0to0/1 0/0to1/0 0/1to0/0 0/1to0/2 0/1to1/1 0/2to0/1 0/2to1/2 1/0to0/0 1/0to1/1 1/0to2/0 1/1to0/1 1/1to1/0 1/1to1/2 1/1to2/1 1/2to0/2 1/2to1/1 2/0to1/0 2/0to2/1 2/0to3/0 2/1to1/1 2/1to2/0 3/0to2/0 3/0to3/1 3/0to4/0 3/1to3/0 4/0to3/0"/>
<taz id="1/0to1/1" edges="0/0to1/0 0/1to1/1 1/0to0/0 1/0to1/1 1/0to2/0 1/1to0/1 1/1to1/0 1/1to1/2 1/1to2/1 1/2to1/1 2/0to1/0 2/0to2/1 2/0to3/0 2/1to1/1 2/1to2/0 3/0to2/0 3/0to3/1 3/0to4/0 3/1to3/0 4/0to3/0"/>
<taz id="1/0to2/0" edges="0/0to1/0 0/1to1/1 1/0to0/0 1/0to1/1 1/0to2/0 1/1to0/1 1/1to1/0 1/1to1/2 1/1to2/1 1/2to1/1 2/0to1/0 2/0to2/1 2/0to3/0 2/1to1/1 2/1to2/0 3/0to2/0 3/0to3/1 3/0to4/0 3/1to3/0 4/0to3/0"/>
<taz id="1/1to0/1" edges="0/0to0/1 0/1to0/0 0/1to0/2 0/1to1/1 0/2to0/1 0/2to1/2 1/0to1/1 1/1to0/1 1/1to1/0 1/1to1/2 1/1to2/1 1/2to0/2 1/2to1/1 1/2to2/2 2/0to2/1 2/1to1/1 2/1to2/0 2/1to2/2 2/1to3/1 2/2to1/2 2/2to2/1 3/0to3/1 3/1to2/1 3/1to3/0 3/1to3/2 3/1to4/1 3/2to3/1 4/1to3/1"/>
<taz id="1/1to1/0" edges="0/0to0/1 0/0to1/0 0/1to0/0 0/1to1/1 0/2to1/2 1/0to0/0 1/0to1/1 1/0to2/0 1/1to0/1 1/1to1/0 1/1to1/2 1/1to2/1 1/2to0/2 1/2to1/1 1/2to2/2 2/0to1/0 2/0to2/1 2/0to3/0 2/1to1/1 2/1to2/0 2/1to2/2 2/1to3/1 2/2to1/2 2/2to2/1 3/0to2/0 3/0to3/1 3/0to4/0 3/1to2/1 3/1to3/0 3/1to3/2 3/1to4/1 3/2to3/1 4/0to3/0 4/1to3/1"/>
<taz id="1/1to1/2" edges="0/1to1/1 0/2to1/2 1/0to1/1 1/1to0/1 1/1to1/0 1/1to1/2 1/1to2/1 1/2to0/2 1/2to1/1 1/2to2/2 2/0to2/1 2/1to1/1 2/1to2/0 2/1to2/2 2/1to3/1 2/2to1/2 2/2to2/1 3/0to3/1 3/1to2/1 3/1to3/0 3/1to3/2 3/1to4/1 3/2to3/1 4/1to3/1"/>
<taz id="1/1to2/1" edges="0/1to1/1 0/2to1/2 1/0to1/1 1/1to0/1 1/1to1/0 1/1to1/2 1/1to2/1 1/2to0/2 1/2to1/1 1/2to2/2 2/0to2/1 2/1to1/1 2/1to2/0 2/1to2/2 2/1to3/1 2/2to1/2 2/2to2/1 3/0to3/1 3/1to2/1 3/1to3/0 3/1to3/2 3/1to4/1 3/2to3/1 4/1to3/1"/>
<taz id="1/2to0/2" edges="0/0to0/1 0/1to0/0 0/1to0/2 0/1to1/1 0/2to0/1 0/2to1/2 1/0to1/1 1/1to0/1 1/1to1/0 1/1to1/2 1/1to2/1 1/2to0/2 1/2to1/1 1/2to2/2 2/1to1/1 2/1to2/2 2/2to1/2 2/2to2/1 2/2to3/2 3/1to3/2 3/2to2/2 3/2to3/1 3/2to4/2 4/2to3/2"/>
<taz id="1/2to1/1" edges="0/1to1/1 0/2to1/2 1/0to1/1 1/1to0/1 1/1to1/0 1/1to1/2 1/1to2/1 1/2to0/2 1/2to1/1 1/2to2/2 2/1to1/1 2/1to2/2 2/2to1/2 2/2to2/1 2/2to3/2 3/1to3/2 3/2to2/2 3/2to3/1 3/2to4/2 4/2to3/2"/>
<taz id="1/2to2/2" edges="0/1to1/1 0/2to1/2 1/0to1/1 1/1to0/1 1/1to1/0 1/1to1/2 1/1to2/1 1/2to0/2 1/2to1/1 1/2to2/2 2/1to1/1 2/1to2/2 2/2to1/2 2/2to2/1 2/2to3/2 3/1to3/2 3/2to2/2 3/2to3/1 3/2to4/2 4/2to3/2"/>
<taz id="2/0to1/0" edges="0/0to0/1 0/0to1/0 0/1to0/0 0/1to1/1 0/2to1/2 1/0to0/0 1/0to1/1 1/0to2/0 1/1to0/1 1/1to1/0 1/1to1/2 1/1to2/1 1/2to0/2 1/2to1/1 1/2to2/2 2/0to1/0 2/0to2/1 2/0to3/0 2/1to1/1 2/1to2/0 2/1to2/2 2/1to3/1 2/2to1/2 2/2to2/1 3/0to2/0 3/0to3/1 3/0to4/0 3/1to2/1 3/1to3/0 4/0to3/0 4/0to4/1 4/1to4/0"/>
<taz id="2/0to2/1" edges="1/0to2/0 1/1to2/1 2/0to1/0 2/0to2/1 2/0to3/0 2/1to1/1 2/1to2/0 2/1to2/2 2/1to3/1 2/2to2/1 3/0to2/0 3/0to3/1 3/0to4/0 3/1to2/1 3/1to3/0 4/0to3/0 4/0to4/1 4/1to4/0"/>
<taz id="2/0to3/0" edges="1/0to2/0 1/1to2/1 2/0to1/0 2/0to2/1 2/0to3/0 2/1to1/1 2/1to2/0 2/1to2/2 2/1to3/1 2/2to2/1 3/0to2/0 3/0to3/1 3/0to4/0 3/1to2/1 3/1to3/0 4/0to3/0 4/0to4/1 4/1to4/0"/>
<taz id="2/1to1/1" edges="0/1to1/1 0/2to1/2 1/0to1/1 1/1to0/1 1/1to1/0 1/1to1/2 1/1to2/1 1/2to0/2 1/2to1/1 1/2to2/2 2/0to2/1 2/1to1/1 2/1to2/0 2/1to2/2 2/1to3/1 2/2to1/2 2/2to2/1 2/2to3/2 3/0to3/1 3/1to2/1 3/1to3/0 3/1to3/2 3/1to4/1 3/2to2/2 3/2to3/1 4/0to4/1 4/1to3/1 4/1to4/0 4/1to4/2 4/2to4/1"/>
<taz id="2/1to2/0" edges="0/0to1/0 1/0to0/0 1/0to1/1 1/0to2/0 1/1to1/0 1/1to2/1 1/2to2/2 2/0to1/0 2/0to2/1 2/0to3/0 2/1to1/1 2/1to2/0 2/1to2/2 2/1to3/1 2/2to1/2 2/2to2/1 2/2to3/2 3/0to2/0 3/0to3/1 3/0to4/0 3/1to2/1 3/1to3/0 3/1to3/2 3/1to4/1 3/2to2/2 3/2to3/1 4/0to3/0 4/0to4/1 4/1to3/1 4/1to4/0 4/1to4/2 4/2to4/1"/>
<taz id="2/1to2/2" edges="1/1to2/1 1/2to2/2 2/0to2/1 2/1to1/1 2/1to2/0 2/1to2/2 2/1to3/1 2/2to1/2 2/2to2/1 2/2to3/2 3/0to3/1 3/1to2/1 3/1to3/0 3/1to3/2 3/1to4/1 3/2to2/2 3/2to3/1 4/0to4/1 4/1to3/1 4/1to4/0 4/1to4/2 4/2to4/1"/>
<taz id="2/1to3/1" edges="1/1to2/1 1/2to2/2 2/0to2/1 2/1to1/1 2/1to2/0 2/1to2/2 2/1to3/1 2/2to1/2 2/2to2/1 2/2to3/2 3/0to3/1 3/1to2/1 3/1to3/0 3/1to3/2 3/1to4/1 3/2to2/2 3/2to3/1 4/0to4/1 4/1to3/1 4/1to4/0 4/1to4/2 4/2to4/1"/>
<taz id="2/2to1/2" edges="0/1to1/1 0/2to1/2 1/0to1/1 1/1to0/1 1/1to1/0 1/1to1/2 1/1to2/1 1/2to0/2 1/2to1/1 1/2to2/2 2/0to2/1 2/1to1/1 2/1to2/0 2/1to2/2 2/1to3/1 2/2to1/2 2/2to2/1 2/2to3/2 3/1to2/1 3/1to3/2 3/2to2/2 3/2to3/1 3/2to4/2 4/1to4/2 4/2to3/2 4/2to4/1"/>
<taz id="2/2to2/1" edges="1/1to2/1 1/2to2/2 2/0to2/1 2/1to1/1 2/1to2/0 2/1to2/2 2/1to3/1 2/2to1/2 2/2to2/1 2/2to3/2 3/1to2/1 3/1to3/2 3/2to2/2 3/2to3/1 3/2to4/2 4/1to4/2 4/2to3/2 4/2to4/1"/>
<taz id="2/2to3/2" edges="1/1to2/1 1/2to2/2 2/0to2/1 2/1to1/1 2/1to2/0 2/1to2/2 2/1to3/1 2/2to1/2 2/2to2/1 2/2to3/2 3/1to2/1 3/1to3/2 3/2to2/2 3/2to3/1 3/2to4/2 4/1to4/2 4/2to3/2 4/2to4/1"/>
<taz id="3/0to2/0" edges="0/0to1/0 1/0to0/0 1/0to1/1 1/0to2/0 1/1to1/0 1/1to2/1 1/2to2/2 2/0to1/0 2/0to2/1 2/0to3/0 2/1to1/1 2/1to2/0 2/1to2/2 2/1to3/1 2/2to1/2 2/2to2/1 2/2to3/2 3/0to2/0 3/0to3/1 3/0to4/0 3/1to2/1 3/1to3/0 3/1to3/2 3/1to4/1 3/2to2/2 3/2to3/1 4/0to3/0 4/0to4/1 4/1to3/1 4/1to4/0 4/1to4/2 4/2to4/1"/>
<truncated after showing first 30 lines>
---------- Differences in errors ----------
1,13c1,6
< Warning: Discarding unusable type 'waterway.riverbank' (first occurence for edge '4616435#0').
< Warning: Discarding unknown compound 'cycleway.track' in type 'cycleway.track|highway.secondary' (first occurence for edge '24214694#0').
< Warning: Discarding unusable type 'waterway.canal' (first occurence for edge '31233332#0').
< Warning: Discarding unknown compound 'cycleway.track' in type 'cycleway.track|highway.tertiary' (first occurence for edge '46039050#0').
< Warning: Discarding unknown compound 'cycleway.lane' in type 'cycleway.lane|highway.unclassified' (first occurence for edge '81096583').
< Warning: Discarding unknown compound 'cycleway.track' in type 'cycleway.track|highway.unclassified' (first occurence for edge '135777011#0').
< Warning: Discarding unknown compound 'cycleway.lane' in type 'cycleway.lane|highway.secondary' (first occurence for edge '143308535').
< Warning: Discarding unknown compound 'cycleway.lane' in type 'cycleway.lane|highway.primary' (first occurence for edge '180239843').
< Warning: Discarding unknown compound 'cycleway.track' in type 'cycleway.track|highway.primary' (first occurence for edge '180239858#0').
< Warning: Discarding unusable type 'highway.construction' (first occurence for edge '190461577').
< Warning: No way found for reference '48858193' in relation '2439689'
< Warning: Ignoring restriction relation '2439689' with unknown from-way.
< Warning: Intersecting left turns at junction 'cluster_1560224191_1560224195_2697454310_443598395' from lane '142575693#0_0' and lane '142575692#0_0'. (increase junction radius to avoid this)
---
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/osmBuild.py", line 24, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,55d0
< Written configuration to <PATH>
< Loading configuration... done.
< Parsing types from <DIR>/osmNetconvert.typ.xml'... done.
< Parsing nodes from osm-file 'osm.xml'... done.
< Parsing edges from osm-file 'osm.xml'... done.
< Removing duplicate edges... done.
< Parsing relations from osm-file 'osm.xml'...
< done.
< Removed 32 traffic lights before loading plain-XML
< Import done:
< 305 nodes loaded.
< 32 types loaded.
< 257 edges loaded.
< Proj projection parameters used: '+proj=utm +zone=33 +ellps=WGS84 +datum=WGS84 +units=m +no_defs'.
< Removing self-loops... done ((TIME)).
< Joining junction clusters... done ((TIME)).
< Joined 6 junction cluster(s).
< Removing empty nodes and geometry nodes... done ((TIME)).
< 245 nodes removed.
< Moving network to origin... done ((TIME)).
< Computing turning directions... done ((TIME)).
< Assigning nodes to traffic lights... done ((TIME)).
< Guessing and setting on-/off-ramps... done ((TIME)).
< Sorting nodes' edges... done ((TIME)).
< Computing node shapes... done ((TIME)).
< Computing edge shapes... done ((TIME)).
< Computing node types... done ((TIME)).
< Computing priorities... done ((TIME)).
< Computing approached edges... done ((TIME)).
<truncated after showing first 30 lines>
---------- Missing result in net ----------
<?xml version="1.0" encoding="UTF-8"?>
<net version="1.1" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd">
<location netOffset="-398348.81,-5809189.04" convBoundary="0.00,0.00,2640.77,946.75" origBoundary="13.453860,52.423643,13.575739,52.459735" projParameter="+proj=utm +zone=33 +ellps=WGS84 +datum=WGS84 +units=m +no_defs"/>
<type id="highway.bridleway" priority="1" numLanes="1" speed="2.78" allow="pedestrian" oneway="1" width="2.00"/>
<type id="highway.bus_guideway" priority="1" numLanes="1" speed="27.78" allow="bus" oneway="1"/>
<type id="highway.cycleway" priority="1" numLanes="1" speed="8.33" allow="bicycle" oneway="0" width="1.00"/>
<type id="highway.footway" priority="1" numLanes="1" speed="2.78" allow="pedestrian" oneway="1" width="2.00"/>
<type id="highway.ford" priority="1" numLanes="1" speed="2.78" allow="army" oneway="0"/>
<type id="highway.living_street" priority="3" numLanes="1" speed="2.78" disallow="tram rail_urban rail rail_electric ship" oneway="0"/>
<type id="highway.motorway" priority="13" numLanes="2" speed="44.44" allow="private emergency authority army vip passenger hov taxi bus coach delivery truck trailer motorcycle evehicle custom1 custom2" oneway="1"/>
<type id="highway.motorway_link" priority="12" numLanes="1" speed="22.22" allow="private emergency authority army vip passenger hov taxi bus coach delivery truck trailer motorcycle evehicle custom1 custom2" oneway="1"/>
<type id="highway.path" priority="1" numLanes="1" speed="2.78" allow="bicycle pedestrian" oneway="1" width="2.00"/>
<type id="highway.pedestrian" priority="1" numLanes="1" speed="2.78" allow="pedestrian" oneway="1" width="2.00"/>
<type id="highway.primary" priority="9" numLanes="2" speed="27.78" disallow="tram rail_urban rail rail_electric ship" oneway="0"/>
<type id="highway.primary_link" priority="8" numLanes="1" speed="22.22" disallow="tram rail_urban rail rail_electric ship" oneway="0"/>
<type id="highway.raceway" priority="14" numLanes="2" speed="83.33" allow="vip" oneway="0"/>
<type id="highway.residential" priority="4" numLanes="1" speed="13.89" disallow="tram rail_urban rail rail_electric ship" oneway="0"/>
<type id="highway.secondary" priority="7" numLanes="2" speed="27.78" disallow="tram rail_urban rail rail_electric ship" oneway="0"/>
<type id="highway.secondary_link" priority="6" numLanes="1" speed="22.22" disallow="tram rail_urban rail rail_electric ship" oneway="0"/>
<type id="highway.service" priority="2" numLanes="1" speed="5.56" allow="delivery bicycle pedestrian" oneway="0"/>
<type id="highway.stairs" priority="1" numLanes="1" speed="1.39" allow="pedestrian" oneway="1" width="2.00"/>
<type id="highway.step" priority="1" numLanes="1" speed="1.39" allow="pedestrian" oneway="1" width="2.00"/>
<type id="highway.steps" priority="1" numLanes="1" speed="1.39" allow="pedestrian" oneway="1" width="2.00"/>
<type id="highway.tertiary" priority="6" numLanes="1" speed="22.22" disallow="tram rail_urban rail rail_electric ship" oneway="0"/>
<type id="highway.tertiary_link" priority="5" numLanes="1" speed="22.22" disallow="tram rail_urban rail rail_electric ship" oneway="0"/>
<type id="highway.track" priority="1" numLanes="1" speed="5.56" disallow="tram rail_urban rail rail_electric ship" oneway="0"/>
<truncated after showing first 30 lines>
---------- Differences in errors ----------
1,479c1,8
< Warning: Discarding unknown compound 'cycleway.opposite' in type 'cycleway.opposite|highway.residential' (first occurence for edge '4610354').
< Warning: Discarding unknown compound 'cycleway.share_busway' in type 'cycleway.share_busway|highway.primary' (first occurence for edge '4611698#0').
< Warning: Discarding unknown compound 'cycleway.shared_lane' in type 'cycleway.shared_lane|highway.secondary' (first occurence for edge '22972195#0').
< Warning: Discarding unusable type 'highway.construction' (first occurence for edge '25959781').
< Warning: Discarding unusable type 'waterway.stream' (first occurence for edge '31112384').
< Warning: Discarding unusable type 'waterway.weir' (first occurence for edge '31560876#0').
< Warning: Discarding unusable type 'railway.platform' (first occurence for edge '43185748#0').
< Warning: Discarding unknown compound 'cycleway.crossing' in type 'cycleway.crossing|highway.footway' (first occurence for edge '59332212').
< Warning: Discarding unusable type 'railway.construction' (first occurence for edge '71326270').
< Warning: Discarding unusable type 'railway.disused' (first occurence for edge '165411077').
< Warning: Discarding unusable type 'railway.abandoned' (first occurence for edge '165411079').
< Warning: Discarding unusable type 'highway.proposed' (first occurence for edge '194139362').
< Warning: Discarding unusable type 'railway.proposed' (first occurence for edge '194973341').
< Warning: Discarding unusable type 'railway.razed' (first occurence for edge '235499467').
< Warning: Discarding unknown compound 'cycleway.share_busway' in type 'cycleway.share_busway|highway.secondary' (first occurence for edge '236092221#0').
< Warning: Discarding unusable type 'highway.elevator' (first occurence for edge '254339608#0').
< Warning: Discarding unusable type 'highway.corridor' (first occurence for edge '410310758').
< Warning: Discarding unusable type 'waterway.dam' (first occurence for edge '410369039#0').
< Warning: Discarding unusable type 'waterway.lock_gate' (first occurence for edge '451828757#0').
< Warning: Removing pt stop:1257007152 on non existing edge: 71326270
< Warning: Removing pt stop:587624704 on non existing edge: 71326270
< Warning: Done reading first coherent chunk of pt stops. Further stops in relation 28270 are ignored
< Warning: Done reading first coherent chunk of pt stops. Further stops in relation 28286 are ignored
< Warning: PT line in relation 114255 with no stops ignored. Probably OSM file is incomplete.
< Warning: Done reading first coherent chunk of pt stops. Further stops in relation 156479 are ignored
< Warning: Done reading first coherent chunk of pt stops. Further stops in relation 187767 are ignored
< Warning: Done reading first coherent chunk of pt stops. Further stops in relation 188380 are ignored
< Warning: Done reading first coherent chunk of pt stops. Further stops in relation 326636 are ignored
< Warning: PT line in relation 374676 with no stops ignored. Probably OSM file is incomplete.
<truncated after showing first 30 lines>
---------- Differences in output ----------
1,164d0
< Written configuration to <PATH>
< Loading configuration... done.
< Parsing types from <DIR>/osmNetconvert.typ.xml'... done.
< Parsing types from <DIR>/osmNetconvertUrbanDe.typ.xml'... done.
< Parsing types from <DIR>/osmNetconvertPedestrians.typ.xml'... done.
< Parsing types from <DIR>/osmNetconvertShips.typ.xml'... done.
< Parsing types from <DIR>/osmNetconvertBicycle.typ.xml'... done.
< Parsing nodes from osm-file 'osm_bbox.osm.xml'...
< Found duplicate nodes. Substituting 5632884676 with 1211114249
< done.
< Parsing edges from osm-file 'osm_bbox.osm.xml'... done.
< Removing duplicate edges...
< Found duplicate edges. Removing 335703514
< Found duplicate edges. Removing 335703529
< Found duplicate edges. Removing 335703532
< done.
< Adding new type 'cycleway.track|highway.primary' (first occurence for edge '4067932#0').
< Adding new type 'cycleway.lane|highway.tertiary' (first occurence for edge '4588220#0').
< Adding new type 'cycleway.lane|highway.secondary' (first occurence for edge '4612961#0').
< Adding new type 'cycleway.lane|highway.primary' (first occurence for edge '4613110').
< Adding new type 'cycleway.track|highway.tertiary' (first occurence for edge '4773465#0').
< Adding new type 'cycleway.track|highway.secondary_link' (first occurence for edge '23812656#0').
< Adding new type 'cycleway.lane|highway.pedestrian' (first occurence for edge '24540240#0').
< Adding new type 'cycleway.lane|highway.residential' (first occurence for edge '38208961').
< Adding new type 'cycleway.track|highway.secondary' (first occurence for edge '60333309#0').
< Adding new type 'highway.service|railway.tram' (first occurence for edge '388702047#0').
< Parsing relations from osm-file 'osm_bbox.osm.xml'...
< done.
< Removed 125 traffic lights before loading plain-XML
<truncated after showing first 30 lines>
---------- Missing result in osmbatch ----------
python /path/to/ptlines2flows.py" -n osm.net.xml -e 900 -p 600 --random-begin --seed 42 --ptstops osm_stops.add.xml --ptlines osm_ptlines.xml -o osm_pt.rou.xml --ignore-errors --vtype-prefix pt_ --stopinfos-file stopinfos.xml --routes-file vehroutes.xml --trips-file trips.trips.xml --verbose
python /path/to/randomTrips.py -n osm.net.xml --seed 42 --fringe-factor 1 -p 4.370722 -r osm.pedestrian.rou.xml -o osm.pedestrian.trips.xml -e 900 --vehicle-class pedestrian --persontrips --prefix ped --trip-attributes <attrs-with-os-dependent-quoting> --additional-files osm_stops.add.xml,osm_pt.rou.xml
python /path/to/randomTrips.py -n osm.net.xml --seed 42 --fringe-factor 2 -p 10.531332 -r osm.bicycle.rou.xml -o osm.bicycle.trips.xml -e 900 --vehicle-class bicycle --vclass bicycle --prefix bike --fringe-start-attributes 'departSpeed="max"' --max-distance 8000 --trip-attributes <attrs-with-os-dependent-quoting> --validate
python /path/to/randomTrips.py -n osm.net.xml --seed 42 --fringe-factor 5 -p 4.069313 -r osm.passenger.rou.xml -o osm.passenger.trips.xml -e 900 --vehicle-class passenger --vclass passenger --prefix veh --min-distance 300 --trip-attributes <attrs-with-os-dependent-quoting> --validate
python /path/to/randomTrips.py -n osm.net.xml --seed 42 --fringe-factor 40 -p 201.591340 -r osm.ship.rou.xml -o osm.ship.trips.xml -e 900 --vehicle-class ship --vclass ship --prefix ship --validate --fringe-start-attributes 'departSpeed="max"'
---------- Missing result in osmimport ----------
<?xml version="1.0" encoding="UTF-8"?>
<net version="1.1" junctionCornerDetail="5" walkingareas="true" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd">
<location netOffset="-389562.46,-5817979.56" convBoundary="0.00,0.00,4934.15,4470.73" origBoundary="13.372213,52.501727,13.527402,52.569285" projParameter="+proj=utm +zone=33 +ellps=WGS84 +datum=WGS84 +units=m +no_defs"/>
<type id="cycleway.lane" allow="bicycle" bikeLaneWidth="1.00"/>
<type id="cycleway.lane|highway.pedestrian" priority="1" numLanes="1" speed="13.89" allow="bicycle pedestrian" oneway="0" width="3.20" bikeLaneWidth="1.00"/>
<type id="cycleway.lane|highway.primary" priority="9" numLanes="2" speed="13.89" disallow="tram rail_urban rail rail_electric pedestrian ship" oneway="0" sidewalkWidth="3.00" bikeLaneWidth="1.00"/>
<type id="cycleway.lane|highway.residential" priority="4" numLanes="1" speed="13.89" disallow="tram rail_urban rail rail_electric pedestrian ship" oneway="0" sidewalkWidth="2.00" bikeLaneWidth="1.00"/>
<type id="cycleway.lane|highway.secondary" priority="7" numLanes="2" speed="13.89" disallow="tram rail_urban rail rail_electric pedestrian ship" oneway="0" sidewalkWidth="3.00" bikeLaneWidth="1.00"/>
<type id="cycleway.lane|highway.tertiary" priority="6" numLanes="1" speed="13.89" disallow="tram rail_urban rail rail_electric pedestrian ship" oneway="0" sidewalkWidth="3.00" bikeLaneWidth="1.00"/>
<type id="cycleway.opposite_lane" allow="bicycle" bikeLaneWidth="1.00"/>
<type id="cycleway.opposite_track" allow="bicycle" bikeLaneWidth="1.50"/>
<type id="cycleway.track" allow="bicycle" bikeLaneWidth="1.50"/>
<type id="cycleway.track|highway.primary" priority="9" numLanes="2" speed="13.89" disallow="tram rail_urban rail rail_electric pedestrian ship" oneway="0" sidewalkWidth="3.00" bikeLaneWidth="1.50"/>
<type id="cycleway.track|highway.secondary" priority="7" numLanes="2" speed="13.89" disallow="tram rail_urban rail rail_electric pedestrian ship" oneway="0" sidewalkWidth="3.00" bikeLaneWidth="1.50"/>
<type id="cycleway.track|highway.secondary_link" priority="6" numLanes="1" speed="13.89" disallow="tram rail_urban rail rail_electric pedestrian ship" oneway="0" sidewalkWidth="3.00" bikeLaneWidth="1.50"/>
<type id="cycleway.track|highway.tertiary" priority="6" numLanes="1" speed="13.89" disallow="tram rail_urban rail rail_electric pedestrian ship" oneway="0" sidewalkWidth="3.00" bikeLaneWidth="1.50"/>
<type id="highway.bridleway" priority="1" numLanes="1" speed="2.78" allow="pedestrian" oneway="1" width="2.00"/>
<type id="highway.bus_guideway" priority="1" numLanes="1" speed="13.89" allow="bus" oneway="1"/>
<type id="highway.cycleway" priority="1" numLanes="1" speed="8.33" allow="bicycle" oneway="0" width="1.00"/>
<type id="highway.footway" priority="1" numLanes="1" speed="2.78" allow="pedestrian" oneway="1" width="2.00"/>
<type id="highway.ford" priority="1" numLanes="1" speed="2.78" allow="army" oneway="0"/>
<type id="highway.living_street" priority="3" numLanes="1" speed="2.78" disallow="tram rail_urban rail rail_electric ship" oneway="0"/>
<type id="highway.motorway" priority="13" numLanes="2" speed="27.78" allow="private emergency authority army vip passenger hov taxi bus coach delivery truck trailer motorcycle evehicle custom1 custom2" oneway="1"/>
<type id="highway.motorway_link" priority="12" numLanes="1" speed="16.67" allow="private emergency authority army vip passenger hov taxi bus coach delivery truck trailer motorcycle evehicle custom1 custom2" oneway="1"/>
<type id="highway.path" priority="1" numLanes="1" speed="2.78" allow="bicycle pedestrian" oneway="1" width="2.00"/>
<type id="highway.pedestrian" priority="1" numLanes="1" speed="2.78" allow="pedestrian" oneway="1" width="2.00"/>
<truncated after showing first 30 lines>
---------- Missing result in osmlines ----------
<?xml version="1.0" encoding="UTF-8"?>
<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
<ptLine id="0" name="Straßenbahnlinie M2: S+U Alexanderplatz => Heinersdorf" line="M2" type="tram" period="1200" completeness="0.11">
<busStop id="-1615531689" name="S+U Alexanderplatz/Dircksenstraße"/>
<busStop id="30732068" name="Memhardstraße"/>
</ptLine>
<ptLine id="1" name="Buslinie N2: U Ruhleben => S+U Pankow" line="N2" type="bus" completeness="0.15">
<route edges="-326116285#2 -4402014#3 -4402014#2 -4402014#1 -4402014#0 -326116286#2 -326116286#1 -326116286#0 -24913267#3 -24913267#2 -24913267#1 -24913267#0 342968607#1 461526152 340498982#0 340498982#1 340498982#3 340498982#4 340498982#5 340498982#7 354528932 251884680 339201217 15971196#0 15971196#1 54048862#0 54048862#1 54048862#2 54048862#3 23013165#0 23013165#1 4611698#1 202156994#0 202156994#1 4773465#1 4773465#2 4773465#3 490365295#0 490365295#1 490365295#2 -156364570#3 -15636457
0#2 -156364570#1 -156364570#0 -77348147 -387892378 -275177453 -478396988 -370359204#2 -370359204#0 -316746323#2 -316746323#1 -316746323#0 46140376#1 -84960597#1 -84960597#0 11103418 23809678#0 23809678#1 23809678#4"/>
<busStop id="-4692172068" name="Behrenstraße/Wilhelmstraße"/>
<busStop id="3869306771" name="Unter den Linden/Friedrichstraße"/>
<busStop id="3870475228" name="Staatsoper"/>
<busStop id="3867910421" name="Lustgarten"/>
<busStop id="3867910438" name="Spandauer Straße/Marienkirche"/>
<busStop id="-3867910429" name="S Hackescher Markt"/>
<busStop id="3867910439" name="U Weinmeisterstraße"/>
</ptLine>
<ptLine id="2" name="RE2: Cottbus => Wismar" line="RE2" type="train" period="3600" completeness="0.05">
<route edges="32590440 72984396 32590489 32590490 32590491 32590492 32590643 32590644 24492833 32590637 32590650 32590651#0 32590651#1 32590891 32590892 32590899 32590900#0 32590900#1 29384709 25946664 25946665 25946666#0 25946666#1 25946666#2 25946667 25946668"/>
<busStop id="3419694885" name="Berlin Alexanderplatz"/>
<busStop id="2603331683" name="Berlin Friedrichstraße"/>
</ptLine>
<ptLine id="3" name="RE1: Magdeburg => Eisenhüttenstadt" line="RE1" type="train" period="3600" completeness="0.06">
<route edges="25946657 25946673#0 25946673#1 25946674#0 25946674#1 25946675 25946676 25946679 25946680 32590897 32590898#0 32590898#1 32590889 32590890#0 32590890#1 23809675 23809674 32590635 32590636#0 32590636#1 32590641 32590642 32590485 32590486 32590487 32590488 72984378"/>
<busStop id="29805120" name="Berlin Friedrichstraße"/>
<busStop id="2776873647" name="Berlin Alexanderplatz"/>
</ptLine>
<ptLine id="4" name="RE1: Eisenhüttenstadt => Magdeburg" line="RE1" type="train" period="3600" completeness="0.06">
<route edges="32590440 72984396 32590489 32590490 32590491 32590492 32590643 32590644 24492833 32590637 32590650 32590651#0 32590651#1 32590891 32590892 32590899 32590900#0 32590900#1 29384709 25946664 25946665 25946666#0 25946666#1 25946666#2 25946667 25946668"/>
<truncated after showing first 30 lines>
---------- Missing result in osmstops ----------
<?xml version="1.0" encoding="UTF-8"?>
<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
<busStop id="-1615531689" name="S+U Alexanderplatz/Dircksenstraße" lane="-148458500#1_0" startPos="9.37" endPos="34.37" friendlyPos="true">
<access lane="272795478_0" pos="14.43" length="8.91" friendlyPos="1"/>
<access lane="272795479_0" pos="3.11" length="6.55" friendlyPos="1"/>
<access lane="72157168#4_0" pos="21.54" length="19.84" friendlyPos="1"/>
<access lane="72157168#5_0" pos="2.78" length="16.06" friendlyPos="1"/>
<access lane="75228233_0" pos="0.00" length="19.87" friendlyPos="1"/>
</busStop>
<busStop id="-2915545317" name="U Weinmeisterstraße/Gipsstraße" lane="-36892597#1_1" startPos="0.00" endPos="7.50" friendlyPos="true" lines="N8 N40"/>
<busStop id="-2915579613" name="S Hackescher Markt" lane="-275177453_1" startPos="22.30" endPos="29.80" friendlyPos="true" lines="N8 N40"/>
<busStop id="-3867910422" name="Neumannsgasse" lane="-43156728#0_2" startPos="0.00" endPos="9.40" friendlyPos="true" lines="147"/>
<busStop id="-3867910426" name="S Hackescher Markt" lane="-275177453_1" startPos="0.00" endPos="14.97" friendlyPos="true" lines="N42"/>
<busStop id="-3867910429" name="S Hackescher Markt" lane="-478396988_1" startPos="0.00" endPos="6.50" friendlyPos="true" lines="N2 N5"/>
<busStop id="-3869306760" name="Deutsches Theater" lane="-176043807#2_1" startPos="255.38" endPos="268.46" friendlyPos="true" lines="147"/>
<busStop id="-3869306761" name="Friedrichstraße/Reinhardtstraße" lane="-437325051#0_1" startPos="51.54" endPos="66.54" friendlyPos="true" lines="147"/>
<busStop id="-3869306765" name="S+U Friedrichstraße" lane="-4402228_1" startPos="36.08" endPos="51.08" friendlyPos="true" lines="N6 147"/>
<busStop id="-3869306766" name="U Französische Straße" lane="-35557143#1_1" startPos="88.85" endPos="103.85" friendlyPos="true" lines="147"/>
<busStop id="-3869306770" name="Unter den Linden/Friedrichstraße" lane="-194069450#1_1" startPos="46.21" endPos="61.21" friendlyPos="true" lines="N6 147"/>
<busStop id="-3869306773" name="Werderscher Markt" lane="-66071366#1_1" startPos="16.00" endPos="31.00" friendlyPos="true" lines="147"/>
<busStop id="-4015961303" name="U Stadtmitte" lane="-196850606#4_1" startPos="16.87" endPos="31.87" friendlyPos="true" lines="N6"/>
<busStop id="-4692172068" name="Behrenstraße/Wilhelmstraße" lane="-326116285#2_1" startPos="5.13" endPos="20.13" friendlyPos="true" lines="N2 200"/>
<busStop id="1267954699" name="S+U Friedrichstraße" lane="422000256_0" startPos="31.48" endPos="43.98" friendlyPos="true"/>
<busStop id="1615531689" name="S+U Alexanderplatz/Dircksenstraße" lane="148458500#1_0" startPos="33.17" endPos="58.17" friendlyPos="true" lines="M2">
<access lane="272795478_0" pos="14.43" length="8.91" friendlyPos="1"/>
<access lane="272795479_0" pos="3.11" length="6.55" friendlyPos="1"/>
<access lane="72157168#4_0" pos="21.54" length="19.84" friendlyPos="1"/>
<access lane="72157168#5_0" pos="2.78" length="16.06" friendlyPos="1"/>
<truncated after showing first 30 lines>
---------- Missing result in osmtrips ----------
<?xml version="1.0" encoding="UTF-8"?>
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<vType id="ped_pedestrian" vClass="pedestrian"/>
<person id="ped0" depart="0.00" type="ped_pedestrian">
<personTrip from="335704571" to="-15973619#0" modes="public"/>
</person>
<person id="ped1" depart="4.37" type="ped_pedestrian">
<personTrip from="169067264#2" to="132460632#1" modes="public"/>
</person>
<person id="ped2" depart="8.74" type="ped_pedestrian">
<personTrip from="388702047#0" to="346229515#4" modes="public"/>
</person>
<person id="ped3" depart="13.11" type="ped_pedestrian">
<personTrip from="51167565" to="-292429062#2" modes="public"/>
</person>
<person id="ped4" depart="17.48" type="ped_pedestrian">
<personTrip from="24242892#3" to="-168940071#1" modes="public"/>
</person>
<person id="ped5" depart="21.85" type="ped_pedestrian">
<personTrip from="125513274" to="272757346#2" modes="public"/>
</person>
<person id="ped6" depart="26.22" type="ped_pedestrian">
<personTrip from="-15973619#5" to="104991252#0" modes="public"/>
</person>
<person id="ped7" depart="30.60" type="ped_pedestrian">
<personTrip from="340498982#1" to="274524371" modes="public"/>
</person>
<person id="ped8" depart="34.97" type="ped_pedestrian">
<personTrip from="128396190#4" to="31112516#1" modes="public"/>
</person>
<truncated after showing first 30 lines>
---------- Missing result in ptroutes ----------
<?xml version="1.0" encoding="UTF-8"?>
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<vType id="pt_bus" vClass="bus"/>
<vType id="pt_tram" vClass="tram"/>
<vType id="pt_train" vClass="rail"/>
<vType id="pt_subway" vClass="rail_urban"/>
<vType id="pt_light_rail" vClass="rail_urban"/>
<vType id="pt_monorail" vClass="rail"/>
<vType id="pt_trolleybus" vClass="bus"/>
<vType id="pt_aerialway" vClass="bus"/>
<vType id="pt_ferry" vClass="ship"/>
<route id="pt_tram_M2:0" edges="-148458500#1 148458497#1 148458493 148449390 4791000#0 4791000#1" >
</route>
<route id="pt_light_rail_S1:0" edges="230976793 463462759 465376248 394320749 394320752" >
</route>
<route id="pt_light_rail_S1:1" edges="394320751 394320750 465376249 463462760 230976795" >
</route>
<route id="pt_train_RE1:0" edges="25946657 25946673#0 25946673#1 25946674#0 25946674#1 25946675 25946676 25946679 25946680 32590897 32590898#0 32590898#1 32590889 32590890#0 32590890#1 23809675 23809674 32590635 32590636#0 32590636#1 32590641 32590642 32590485 32590486 32590487 32590488 72984378" >
</route>
<route id="pt_tram_M2:3" edges="-148458500#1 148458497#1 148458493 148449390 4791000#0 4791000#1" >
</route>
<route id="pt_train_RE2:0" edges="32590440 72984396 32590489 32590490 32590491 32590492 32590643 32590644 24492833 32590637 32590650 32590651#0 32590651#1 32590891 32590892 32590899 32590900#0 32590900#1 29384709 25946664 25946665 25946666#0 25946666#1 25946666#2 25946667 25946668" >
</route>
<route id="pt_tram_M2:1" edges="331114772#3 331114772#4 148452597#0 148452597#1 148452597#2 148458495 148458500#0 148458500#1" >
</route>
<route id="pt_tram_M2:2" edges="331114772#3 331114772#4 148452597#0 148452597#1 148452597#2 148458495 148458500#0 148458500#1" >
</route>
<route id="pt_train_RB14:0" edges="25946657 25946673#0 25946673#1 25946674#0 25946674#1 25946675 25946676 25946679 25946680 32590897 32590898#0 32590898#1 32590889 32590890#0 32590890#1 23809675 23809674 32590635 32590636#0 32590636#1 32590641 32590642 32590485 32590486 32590487 32590488 72984378" >
</route>
<route id="pt_light_rail_S5:0" edges="25946659 72984388#0 72984388#1 32590497 32590498 32590499 32590501 32590648 32590649 32590639 32590640 32590652 32590653 32590895 32590896 32590903 32590904 29384710 25946685#0 25946685#1 25946685#2 25946677 25946678 25946662 25946663" >
<truncated after showing first 30 lines>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/addStops2Routes.py", line 31, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Missing result in parking ----------
<?xml version= "1.0" encoding="UTF-8"?>
<routes>
<vehicle color="1,0,0" depart="0" id="0_parkingA" type="type1" arrivalPos="-2">
<route edges="beg middle end rend"/>
<stop duration="3600" parkingArea="parkingA"/>
</vehicle>
</routes>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/generateParkingLots.py", line 30, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Missing result in parking ----------
<?xml version="1.0" encoding="UTF-8"?>
<additional>
<parkingArea id="parkingLot" lane="connEdge" startPos="0" endPos="2">
<space x="0" y="0" length="5" angle="315"/>
<space x="5" y="0" length="5" angle="315"/>
<space x="10" y="0" length="5" angle="315"/>
<space x="15" y="0" length="5" angle="315"/>
<space x="0.0" y="5.0" length="5" angle="315"/>
</parkingArea>
</additional>
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/net/netcheck.py", line 31, in <module> > import sumolib.net # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,12d0 < Warning! Net is not connected. < Component: #0 Edge Count: 4 < 1i 1o 2i 2o < < Component: #1 Edge Count: 4 < 3i 3o 4i 4o < < Total Edges: 8 < Largest Component: #0 Edge Count: 4 Coverage: 50.0% < < Edges Incidence < 4 2
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/net/netcheck.py", line 31, in <module> > import sumolib.net # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,13d0 < Warning! Net is not connected. < Component: #0 Edge Count: 4 < gneE0 gneE1 gneE2 gneE3 < < Component: #1 Edge Count: 2 < gneE4 gneE5 < < Total Edges: 6 < Largest Component: #0 Edge Count: 4 Coverage: 66.67% < < Edges Incidence < 2 1 < 4 1 ---------- Missing result in selection0 ---------- edge:gneE0 edge:gneE1 edge:gneE2 edge:gneE3 ---------- Missing result in selection1 ---------- edge:gneE4 edge:gneE5net netcheck components ( Last six runs Dec2018 )
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/net/netcheck.py", line 31, in <module> > import sumolib.net # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,8d0 < Component: #0 Edge Count: 8 < 1i 1o 2i 2o 3i 3o 4i 4o < < Total Edges: 8 < Largest Component: #0 Edge Count: 8 Coverage: 100.0% < < Edges Incidence < 8 1
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/net/netcheck.py", line 31, in <module> > import sumolib.net # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1d0 < 2 of 6 edges can reach edge 'gneE1': ---------- Missing result in selection ---------- edge:gneE0 edge:gneE1
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/net/netcheck.py", line 31, in <module> > import sumolib.net # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1d0 < 4 of 6 edges are reachable from edge 'gneE0': ---------- Missing result in selection ---------- edge:gneE0 edge:gneE1 edge:gneE2 edge:gneE3
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/net/netcheck.py", line 31, in <module> > import sumolib.net # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1d0 < 2 of 6 edges are reachable from edge 'gneE0': ---------- Missing result in selection ---------- edge:gneE0 edge:gneE2
---------- Differences in errors ---------- 1c1,6 < 'gneE0' does not allow pedestrian --- > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/net/netcheck.py", line 31, in <module> > import sumolib.net # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/net/netcheck.py", line 31, in <module> > import sumolib.net # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1d0 < 8 of 41 edges are reachable from edge 'CN': ---------- Missing result in selection ---------- edge::C_c0 edge::C_w0 edge::C_w1 edge::N_w0 edge:CN edge:CW edge:EC edge:NC
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/net/netdiff.py", line 38, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,2d0
< Success.
< Success.
---------- Missing result in diff_con ----------
<?xml version="1.0" encoding="UTF-8"?>
<connections version="1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/connections_file.xsd">
<!-- Deleted Elements -->
<!-- Created Elements -->
<!-- Changed Elements -->
</connections>
---------- Missing result in diff_edg ----------
<?xml version="1.0" encoding="UTF-8"?>
<edges version="1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/edgediff_file.xsd">
<!-- Deleted Elements -->
<!-- Created Elements -->
<!-- Changed Elements -->
<edge id="gneE0" spreadType="right"/>
</edges>
---------- Missing result in diff_nod ----------
<?xml version="1.0" encoding="UTF-8"?>
<nodes version="1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/nodes_file.xsd">
<!-- Deleted Elements -->
<!-- Created Elements -->
<!-- Changed Elements -->
<node id="gneJ0" radius="-1"/>
<node id="gneJ1" z="0"/>
</nodes>
---------- Missing result in diff_tll ----------
<?xml version="1.0" encoding="UTF-8"?>
<tlLogics version="1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/tllogic_file.xsd">
<!-- Deleted Elements -->
<!-- Created Elements -->
<!-- Changed Elements -->
</tlLogics>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/net/netdiff.py", line 38, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,2d0
< Success.
< Success.
---------- Missing result in diff_con ----------
<?xml version="1.0" encoding="UTF-8"?>
<connections version="1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/connections_file.xsd">
<!-- Copied Elements -->
<!-- Deleted Elements -->
<!-- Created Elements -->
<!-- Changed Elements -->
</connections>
---------- Missing result in diff_edg ----------
<?xml version="1.0" encoding="UTF-8"?>
<edges version="1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/edgediff_file.xsd">
<!-- Copied Elements -->
<!-- Deleted Elements -->
<!-- Created Elements -->
<!-- Changed Elements -->
</edges>
---------- Missing result in diff_nod ----------
<?xml version="1.0" encoding="UTF-8"?>
<nodes version="1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/nodes_file.xsd">
<!-- Copied Elements -->
<location convBoundary="0.00,0.00,92.46,78.21" netOffset="0.00,0.00" origBoundary="0.00,0.00,92.46,78.21" projParameter="!"/>
<!-- Deleted Elements -->
<!-- Created Elements -->
<!-- Changed Elements -->
</nodes>
---------- Missing result in diff_tll ----------
<?xml version="1.0" encoding="UTF-8"?>
<tlLogics version="1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/tllogic_file.xsd">
<!-- Copied Elements -->
<!-- Deleted Elements -->
<!-- Created Elements -->
<!-- Changed Elements -->
</tlLogics>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/net/netdiff.py", line 38, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,2d0
< Success.
< Success.
---------- Missing result in diff_con ----------
<?xml version="1.0" encoding="UTF-8"?>
<connections version="1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/connections_file.xsd">
<!-- Deleted Elements -->
<crossing edges="CS SC" node="C" discard="true"/>
<!-- Created Elements -->
<crossing edges="CW WC" node="C" linkIndex="15" priority="1" width="4.50"/>
<!-- Changed Elements -->
</connections>
---------- Missing result in diff_edg ----------
<?xml version="1.0" encoding="UTF-8"?>
<edges version="1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/edgediff_file.xsd">
<!-- Deleted Elements -->
<!-- Created Elements -->
<!-- Changed Elements -->
</edges>
---------- Missing result in diff_nod ----------
<?xml version="1.0" encoding="UTF-8"?>
<nodes version="1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/nodes_file.xsd">
<!-- Deleted Elements -->
<!-- Created Elements -->
<!-- Changed Elements -->
</nodes>
---------- Missing result in diff_tll ----------
<?xml version="1.0" encoding="UTF-8"?>
<tlLogics version="1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/tllogic_file.xsd">
<!-- Deleted Elements -->
<!-- Created Elements -->
<!-- Changed Elements -->
<tlLogic id="C" programID="0" >
<phase duration="26" state="gGGgrrrgGGgrrrGG"/>
<phase duration="5" state="gGGgrrrgGGgrrrrr"/>
<phase duration="4" state="yyygrrryyygrrrrr"/>
<phase duration="6" state="rrrGrrrrrrGrrrrr"/>
<phase duration="4" state="rrryrrrrrryrrrrr"/>
<phase duration="31" state="rrrrGGgrrrrGGgrr"/>
<phase duration="4" state="rrrryygrrrryygrr"/>
<phase duration="6" state="rrrrrrGrrrrrrGrr"/>
<phase duration="4" state="rrrrrryrrrrrryrr"/>
</tlLogic>
</tlLogics>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/net/netdiff.py", line 38, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,3d0
< Skipping diff.nod.xml due to lack of input files
< Skipping diff.edg.xml due to lack of input files
< Skipping diff.con.xml due to lack of input files
---------- Missing result in diff_tll ----------
<?xml version="1.0" encoding="UTF-8"?>
<tlLogics version="0.13" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/tllogic_file.xsd">
<!-- Deleted Elements -->
<!-- implicit via changed node type: <delete id="joinedS_3" programID="0"/> -->
<!-- Created Elements -->
<!-- Changed Elements -->
</tlLogics>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/net/netdiff.py", line 38, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Missing result in diff_xml ----------
<?xml version="1.0" encoding="UTF-8"?>
<netstats>
<!-- Deleted Elements -->
<delete begin="0" end="1"/>
<!-- Created Elements -->
<interval begin="4" end="5" >
<edge id="53486709" traveltime="43"/>
<edge id="53486708" traveltime="4"/>
</interval>
<!-- Changed Elements -->
<interval begin="1" end="2" >
<edge id="53486709" traveltime="34"/>
</interval>
<interval begin="3" end="4" >
<edge id="added" traveltime="42"/>
</interval>
</netstats>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/net/netdiff.py", line 38, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,3d0
< Skipping diff.nod.xml due to lack of input files
< Skipping diff.edg.xml due to lack of input files
< Skipping diff.con.xml due to lack of input files
---------- Missing result in diff_tll ----------
<?xml version="1.0" encoding="UTF-8"?>
<tlLogics version="0.13" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/tllogic_file.xsd">
<!-- Deleted Elements -->
<!-- Created Elements -->
<!-- Changed Elements -->
</tlLogics>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/net/netdiff.py", line 38, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,2d0
< Success.
< Success.
---------- Missing result in diff_con ----------
<?xml version="1.0" encoding="UTF-8"?>
<connections version="1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/connections_file.xsd">
<!-- Deleted Elements -->
<delete from="27437972" fromLane="0" to="27441189" toLane="2"/>
<delete from="27437972" fromLane="1" to="27441189" toLane="3"/>
<delete from="27441168" fromLane="0" to="27445015#0" toLane="1"/>
<delete from="27441168" fromLane="0" to="27445003" toLane="1"/>
<delete from="27441189" fromLane="0" to="27445000#0" toLane="0"/>
<delete from="27441189" fromLane="1" to="6137245" toLane="0"/>
<delete from="27441189" fromLane="2" to="6137245" toLane="1"/>
<delete from="27441289.95" fromLane="0" to="27445003" toLane="0"/>
<delete from="27441289.95" fromLane="1" to="27445003" toLane="1"/>
<delete from="27445003" fromLane="0" to="27441189" toLane="0"/>
<delete from="27445003" fromLane="1" to="27441189" toLane="1"/>
<delete from="46039050" fromLane="0" to="27441168" toLane="0"/>
<delete from="6137245" fromLane="0" to="27441289.0" toLane="0"/>
<delete from="6137245" fromLane="1" to="27441289.0" toLane="1"/>
<delete from="6137245" fromLane="1" to="27441168" toLane="0"/>
<!-- Created Elements -->
<connection from="27437972" fromLane="0" to="27445000#0" toLane="0" />
<connection from="27437972" fromLane="1" to="27441289.0" toLane="1" />
<connection from="27441289.95" fromLane="1" to="27445015#0" toLane="1" />
<connection from="27441289.95" fromLane="1" to="27445000#0" toLane="0" />
<connection from="46039050" fromLane="0" to="27445015#0" toLane="1" />
<!-- Changed Elements -->
</connections>
---------- Missing result in diff_edg ----------
<?xml version="1.0" encoding="UTF-8"?>
<edges version="1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/edgediff_file.xsd">
<!-- Deleted Elements -->
<delete id="27441168"/>
<delete id="27441189"/>
<delete id="27445003"/>
<delete id="6137245"/>
<!-- Created Elements -->
<!-- Changed Elements -->
<edge id="27437972" shape="88.72,78.21 43.13,56.80" to="cluster_301292612_38919945_56231397_59993001"/>
<edge id="27441289.0" from="cluster_301292612_38919945_56231397_59993001" shape="36.97,44.55 48.35,0.00"/>
<edge id="27441289.95" shape="59.75,2.19 45.80,46.84" to="cluster_301292612_38919945_56231397_59993001"/>
<edge id="27445000#0" from="cluster_301292612_38919945_56231397_59993001" shape="35.18,54.83 0.00,51.05"/>
<edge id="27445015#0" from="cluster_301292612_38919945_56231397_59993001" shape="45.80,46.84 92.46,68.26"/>
<edge id="46039050" shape="1.87,40.76 36.97,44.55" to="cluster_301292612_38919945_56231397_59993001"/>
</edges>
---------- Missing result in diff_nod ----------
<?xml version="1.0" encoding="UTF-8"?>
<nodes version="1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/nodes_file.xsd">
<!-- Deleted Elements -->
<delete id="301292612"/>
<delete id="38919945"/>
<delete id="56231397"/>
<delete id="59993001"/>
<!-- Created Elements -->
<node id="cluster_301292612_38919945_56231397_59993001" tl="cluster_301292612_38919945_56231397_59993001" type="traffic_light" x="40.27" y="50.75"/>
<!-- Changed Elements -->
</nodes>
---------- Missing result in diff_tll ----------
<?xml version="1.0" encoding="UTF-8"?>
<tlLogics version="1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/tllogic_file.xsd">
<!-- Deleted Elements -->
<!-- implicit via changed node type: <delete id="56231397" programID="0"/> -->
<!-- implicit via changed node type: <delete id="joinedS_0" programID="0"/> -->
<delete from="27437972" fromLane="0" to="27441189" toLane="2" linkIndex="0" tl="joinedS_0"/>
<delete from="27437972" fromLane="1" to="27441189" toLane="3" linkIndex="1" tl="joinedS_0"/>
<delete from="27441168" fromLane="0" to="27445015#0" toLane="1" linkIndex="3" tl="56231397"/>
<delete from="27441168" fromLane="0" to="27445003" toLane="1" linkIndex="4" tl="56231397"/>
<delete from="27441289.95" fromLane="0" to="27445003" toLane="0" linkIndex="1" tl="56231397"/>
<delete from="27441289.95" fromLane="1" to="27445003" toLane="1" linkIndex="2" tl="56231397"/>
<delete from="27445003" fromLane="0" to="27441189" toLane="0" linkIndex="2" tl="joinedS_0"/>
<delete from="27445003" fromLane="1" to="27441189" toLane="1" linkIndex="3" tl="joinedS_0"/>
<delete from="46039050" fromLane="0" to="27441168" toLane="0" linkIndex="5" tl="joinedS_0"/>
<delete from="6137245" fromLane="0" to="27441289.0" toLane="0" linkIndex="6" tl="joinedS_0"/>
<delete from="6137245" fromLane="1" to="27441289.0" toLane="1" linkIndex="7" tl="joinedS_0"/>
<delete from="6137245" fromLane="1" to="27441168" toLane="0" linkIndex="8" tl="joinedS_0"/>
<!-- Created Elements -->
<tlLogic id="cluster_301292612_38919945_56231397_59993001" programID="0" offset="0" type="static">
<phase duration="31" state="GGGGgrr"/>
<phase duration="7" state="yyyygrr"/>
<phase duration="6" state="rrrrGrr"/>
<phase duration="7" state="rrrryrr"/>
<phase duration="31" state="GrrrrGG"/>
<phase duration="7" state="yrrrryy"/>
</tlLogic>
<connection from="27437972" fromLane="0" to="27445000#0" toLane="0" linkIndex="0" tl="cluster_301292612_38919945_56231397_59993001"/>
<connection from="27437972" fromLane="1" to="27441289.0" toLane="1" linkIndex="1" tl="cluster_301292612_38919945_56231397_59993001"/>
<connection from="27441289.95" fromLane="1" to="27445015#0" toLane="1" linkIndex="3" tl="cluster_301292612_38919945_56231397_59993001"/>
<connection from="27441289.95" fromLane="1" to="27445000#0" toLane="0" linkIndex="4" tl="cluster_301292612_38919945_56231397_59993001"/>
<truncated after showing first 30 lines>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/net/netdiff.py", line 38, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,2d0
< Success.
< Success.
---------- Missing result in diff_con ----------
<?xml version="1.0" encoding="UTF-8"?>
<connections version="1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/connections_file.xsd">
<!-- Deleted Elements -->
<delete from="CE.10" fromLane="0" to="EC.0" toLane="0"/>
<delete from="gneE11" fromLane="0" to="gneE10" toLane="0"/>
<delete from="gneE13" fromLane="0" to="gneE12" toLane="0"/>
<delete from="gneE9" fromLane="0" to="gneE8" toLane="0"/>
<!-- Created Elements -->
<connection from="EC.0" fromLane="0" to="CE.10" toLane="0" />
<connection from="NC.0" fromLane="0" to="CN.12" toLane="0" />
<connection from="SC.0" fromLane="0" to="CS.10" toLane="0" />
<connection from="WC.0" fromLane="0" to="CW.11" toLane="0" />
<!-- Changed Elements -->
</connections>
---------- Missing result in diff_edg ----------
<?xml version="1.0" encoding="UTF-8"?>
<edges version="1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/edgediff_file.xsd">
<!-- Deleted Elements -->
<!-- deletion of roundabouts not yet supported. see #2225 <roundabout edges="roundA1 roundA2 roundA3 roundA4" discard="true"/> -->
<!-- Created Elements -->
<roundabout edges="roundB1 roundB2 roundB3 roundB4" nodes="E gneJ4 gneJ5 gneJ6"/>
<!-- Changed Elements -->
</edges>
---------- Missing result in diff_nod ----------
<?xml version="1.0" encoding="UTF-8"?>
<nodes version="1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/nodes_file.xsd">
<!-- Deleted Elements -->
<!-- Created Elements -->
<!-- Changed Elements -->
</nodes>
---------- Missing result in diff_tll ----------
<?xml version="1.0" encoding="UTF-8"?>
<tlLogics version="1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/tllogic_file.xsd">
<!-- Deleted Elements -->
<!-- Created Elements -->
<!-- Changed Elements -->
</tlLogics>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/net/netdiff.py", line 38, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,2d0
< Success.
< Success.
---------- Missing result in diff_con ----------
<?xml version="1.0" encoding="UTF-8"?>
<connections version="1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/connections_file.xsd">
<!-- Deleted Elements -->
<!-- Created Elements -->
<connection from="gneE0.0" fromLane="0" to="gneE0.50" toLane="0" />
<!-- Changed Elements -->
</connections>
---------- Missing result in diff_edg ----------
<?xml version="1.0" encoding="UTF-8"?>
<edges version="1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/edgediff_file.xsd">
<!-- Deleted Elements -->
<delete id="gneE0"/>
<!-- Created Elements -->
<edge id="gneE0.0" from="gneJ0" name="Teststraße" numLanes="1" priority="1" speed="13.89" to="gneJ2"/>
<edge id="gneE0.50" from="gneJ2" name="Teststraße" numLanes="1" priority="1" speed="13.89" to="gneJ1"/>
<!-- Changed Elements -->
</edges>
---------- Missing result in diff_nod ----------
<?xml version="1.0" encoding="UTF-8"?>
<nodes version="1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/nodes_file.xsd">
<!-- Deleted Elements -->
<!-- Created Elements -->
<node id="gneJ2" type="priority" x="50.00" y="0.00"/>
<!-- Changed Elements -->
</nodes>
---------- Missing result in diff_tll ----------
<?xml version="1.0" encoding="UTF-8"?>
<tlLogics version="1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/tllogic_file.xsd">
<!-- Deleted Elements -->
<!-- Created Elements -->
<!-- Changed Elements -->
</tlLogics>
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/net/netextract.py", line 34, in <module> > import sumolib.net # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,4d0 < Reading net... < Writing nodes... < Writing edges... < Writing connections... ---------- Missing result in connections ---------- <connections> <connection from="1i" to="1o" fromLane="0" toLane="0"/> <connection from="1i" to="2o" fromLane="0" toLane="0"/> <connection from="1i" to="3o" fromLane="0" toLane="0"/> <connection from="1i" to="4o" fromLane="0" toLane="0"/> <connection from="1o" to="1i" fromLane="0" toLane="0"/> <connection from="2i" to="1o" fromLane="0" toLane="0"/> <connection from="2i" to="2o" fromLane="0" toLane="0"/> <connection from="2i" to="3o" fromLane="0" toLane="0"/> <connection from="2i" to="4o" fromLane="0" toLane="0"/> <connection from="2o" to="2i" fromLane="0" toLane="0"/> <connection from="3i" to="1o" fromLane="0" toLane="0"/> <connection from="3i" to="2o" fromLane="0" toLane="0"/> <connection from="3i" to="3o" fromLane="0" toLane="0"/> <connection from="3i" to="4o" fromLane="0" toLane="0"/> <connection from="3o" to="3i" fromLane="0" toLane="0"/> <connection from="4i" to="1o" fromLane="0" toLane="0"/> <connection from="4i" to="2o" fromLane="0" toLane="0"/> <connection from="4i" to="3o" fromLane="0" toLane="0"/> <connection from="4i" to="4o" fromLane="0" toLane="0"/> <connection from="4o" to="4i" fromLane="0" toLane="0"/> </connections> ---------- Missing result in edges ---------- <edges> <edge id="1i" from="1" to="0" speed="19.44" priority="78" spreadType="center" numLanes="1" shape="0.0,498.35 495.25,498.35"/> <edge id="1o" from="0" to="1" speed="11.11" priority="46" spreadType="center" numLanes="1" shape="495.25,501.65 0.0,501.65"/> <edge id="2i" from="2" to="0" speed="19.44" priority="78" spreadType="center" numLanes="1" shape="1000.0,501.65 504.75,501.65"/> <edge id="2o" from="0" to="2" speed="11.11" priority="46" spreadType="center" numLanes="1" shape="504.75,498.35 1000.0,498.35"/> <edge id="3i" from="3" to="0" speed="19.44" priority="78" spreadType="center" numLanes="1" shape="501.65,0.0 501.65,495.25"/> <edge id="3o" from="0" to="3" speed="11.11" priority="46" spreadType="center" numLanes="1" shape="498.35,495.25 498.35,0.0"/> <edge id="4i" from="4" to="0" speed="19.44" priority="78" spreadType="center" numLanes="1" shape="498.35,1000.0 498.35,504.75"/> <edge id="4o" from="0" to="4" speed="11.11" priority="46" spreadType="center" numLanes="1" shape="501.65,504.75 501.65,1000.0"/> </edges> ---------- Missing result in nodes ---------- <nodes> <node id="1" x="0.0" y="500.0"/> <node id="0" x="500.0" y="500.0"/> <node id="2" x="1000.0" y="500.0"/> <node id="3" x="500.0" y="0.0"/> <node id="4" x="500.0" y="1000.0"/> </nodes>
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/net/netextract.py", line 34, in <module> > import sumolib.net # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,4d0 < Reading net... < Writing nodes... < Writing edges... < Writing connections... ---------- Missing result in connections ---------- <connections> <connection from="1fi" to="1si" fromLane="0" toLane="0"/> <connection from="1fi" to="1si" fromLane="0" toLane="1"/> <connection from="1fi" to="1si" fromLane="0" toLane="2"/> <connection from="1o" to="1fi" fromLane="0" toLane="0"/> <connection from="1si" to="1o" fromLane="2" toLane="0"/> <connection from="1si" to="2o" fromLane="1" toLane="0"/> <connection from="1si" to="3o" fromLane="0" toLane="0"/> <connection from="1si" to="4o" fromLane="2" toLane="0"/> <connection from="2fi" to="2si" fromLane="0" toLane="0"/> <connection from="2fi" to="2si" fromLane="0" toLane="1"/> <connection from="2fi" to="2si" fromLane="0" toLane="2"/> <connection from="2o" to="2fi" fromLane="0" toLane="0"/> <connection from="2si" to="1o" fromLane="1" toLane="0"/> <connection from="2si" to="2o" fromLane="2" toLane="0"/> <connection from="2si" to="3o" fromLane="2" toLane="0"/> <connection from="2si" to="4o" fromLane="0" toLane="0"/> <connection from="3fi" to="3si" fromLane="0" toLane="0"/> <connection from="3fi" to="3si" fromLane="0" toLane="1"/> <connection from="3fi" to="3si" fromLane="0" toLane="2"/> <connection from="3o" to="3fi" fromLane="0" toLane="0"/> <connection from="3si" to="1o" fromLane="2" toLane="0"/> <connection from="3si" to="2o" fromLane="0" toLane="0"/> <connection from="3si" to="3o" fromLane="2" toLane="0"/> <connection from="3si" to="4o" fromLane="1" toLane="0"/> <connection from="4fi" to="4si" fromLane="0" toLane="0"/> <connection from="4fi" to="4si" fromLane="0" toLane="1"/> <connection from="4fi" to="4si" fromLane="0" toLane="2"/> <connection from="4o" to="4fi" fromLane="0" toLane="0"/> <connection from="4si" to="1o" fromLane="0" toLane="0"/> <truncated after showing first 30 lines> ---------- Missing result in edges ---------- <edges> <edge id="1fi" from="1" to="m1" speed="11.11" priority="46" spreadType="center" numLanes="1" shape="0.0,498.35 248.5,498.35"/> <edge id="1o" from="0" to="1" speed="11.11" priority="46" spreadType="center" numLanes="1" shape="488.65,501.65 0.0,501.65"/> <edge id="1si" from="m1" to="0" speed="13.89" priority="74" spreadType="center" numLanes="3" shape="251.5,495.05 488.65,495.05"/> <edge id="2fi" from="2" to="m2" speed="11.11" priority="46" spreadType="center" numLanes="1" shape="1000.0,501.65 751.5,501.65"/> <edge id="2o" from="0" to="2" speed="11.11" priority="46" spreadType="center" numLanes="1" shape="511.35,498.35 1000.0,498.35"/> <edge id="2si" from="m2" to="0" speed="13.89" priority="74" spreadType="center" numLanes="3" shape="748.5,504.95 511.35,504.95"/> <edge id="3fi" from="3" to="m3" speed="11.11" priority="46" spreadType="center" numLanes="1" shape="501.65,0.0 501.65,248.5"/> <edge id="3o" from="0" to="3" speed="11.11" priority="46" spreadType="center" numLanes="1" shape="498.35,488.65 498.35,0.0"/> <edge id="3si" from="m3" to="0" speed="13.89" priority="74" spreadType="center" numLanes="3" shape="504.95,251.5 504.95,488.65"/> <edge id="4fi" from="4" to="m4" speed="11.11" priority="46" spreadType="center" numLanes="1" shape="498.35,1000.0 498.35,751.5"/> <edge id="4o" from="0" to="4" speed="11.11" priority="46" spreadType="center" numLanes="1" shape="501.65,511.35 501.65,1000.0"/> <edge id="4si" from="m4" to="0" speed="13.89" priority="74" spreadType="center" numLanes="3" shape="495.05,748.5 495.05,511.35"/> </edges> ---------- Missing result in nodes ---------- <nodes> <node id="1" x="0.0" y="500.0"/> <node id="m1" x="250.0" y="500.0"/> <node id="0" x="500.0" y="500.0"/> <node id="2" x="1000.0" y="500.0"/> <node id="m2" x="750.0" y="500.0"/> <node id="3" x="500.0" y="0.0"/> <node id="m3" x="500.0" y="250.0"/> <node id="4" x="500.0" y="1000.0"/> <node id="m4" x="500.0" y="750.0"/> </nodes>
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/net/netmatch.py", line 24, in <module> > import sumolib # noqa > File "/Users/sumo/clangMacOS/sumo/tests/../tools/net/../sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,2d0 < matched 8 out of 10 in net.net.xml < matched 8 out of 10 in three_split.net.xml ---------- Missing result in match ---------- beg beg beg2right beg2right end end left2end left2end middle middle rend rend right right right2end right2end
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/traceExporter.py", line 29, in <module>
> from sumolib.miscutils import getSocketStream # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Missing result in xml ----------
<fcd-export>
<timestep time="0.0">
</timestep>
<timestep time="1.0">
</timestep>
<timestep time="2.0">
</timestep>
<timestep time="3.0">
</timestep>
<timestep time="4.0">
</timestep>
<timestep time="5.0">
</timestep>
<timestep time="6.0">
</timestep>
<timestep time="7.0">
</timestep>
<timestep time="8.0">
</timestep>
<timestep time="9.0">
</timestep>
<timestep time="10.0">
<vehicle angle="90.00" id="r1#1" lane="2o_0" pos="5.10" slope="0.00" speed="11.11" type="passenger" x="516.45" y="498.35"/>
</timestep>
<timestep time="11.0">
<vehicle angle="90.00" id="r1#1" lane="2o_0" pos="16.21" slope="0.00" speed="11.11" type="passenger" x="527.56" y="498.35"/>
</timestep>
<timestep time="12.0">
<vehicle angle="90.00" id="r1#1" lane="2o_0" pos="27.32" slope="0.00" speed="11.11" type="passenger" x="538.67" y="498.35"/>
</timestep>
<truncated after showing first 30 lines>
---------- Missing result in xml2 ----------
<fcd-export>
<timestep time="50.0">
</timestep>
<timestep time="51.0">
</timestep>
<timestep time="52.0">
</timestep>
<timestep time="53.0">
</timestep>
<timestep time="54.0">
</timestep>
<timestep time="55.0">
</timestep>
<timestep time="56.0">
</timestep>
<timestep time="57.0">
</timestep>
<timestep time="58.0">
</timestep>
<timestep time="59.0">
</timestep>
<timestep time="60.0">
</timestep>
<timestep time="61.0">
</timestep>
<timestep time="62.0">
</timestep>
<timestep time="63.0">
</timestep>
<timestep time="64.0">
<truncated after showing first 30 lines>
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/traceExporter.py", line 29, in <module> > from sumolib.miscutils import getSocketStream # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Missing result in gpsdat ---------- r1#1 1970-01-01 01:00:10 516.45 498.35 70 39.996 r1#1 1970-01-01 01:00:11 527.56 498.35 70 39.996 r1#1 1970-01-01 01:00:12 538.67 498.35 70 39.996 r1#1 1970-01-01 01:00:13 549.78 498.35 70 39.996 r1#1 1970-01-01 01:00:14 560.89 498.35 70 39.996 r1#1 1970-01-01 01:00:15 572.0 498.35 70 39.996 r1#1 1970-01-01 01:00:16 583.11 498.35 70 39.996 r1#1 1970-01-01 01:00:17 594.22 498.35 70 39.996 r1#2 1970-01-01 01:00:30 516.45 498.35 70 39.996 r1#2 1970-01-01 01:00:31 527.56 498.35 70 39.996 r1#2 1970-01-01 01:00:32 538.67 498.35 70 39.996 r1#2 1970-01-01 01:00:33 549.78 498.35 70 39.996 r1#2 1970-01-01 01:00:34 560.89 498.35 70 39.996 r1#2 1970-01-01 01:00:35 572.0 498.35 70 39.996 r1#2 1970-01-01 01:00:36 583.11 498.35 70 39.996 r1#2 1970-01-01 01:00:37 594.22 498.35 70 39.996 r2 1970-01-01 01:01:38 508.25 401.0 70 50.004 r2 1970-01-01 01:01:39 508.25 414.89 70 50.004 r2 1970-01-01 01:01:40 508.25 428.78 70 50.004 r2 1970-01-01 01:01:41 508.25 442.67 70 50.004 r2 1970-01-01 01:01:42 508.25 456.56 70 50.004 r2 1970-01-01 01:01:43 508.25 470.45 70 50.004 r2 1970-01-01 01:01:44 508.25 484.34 70 50.004
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/traceExporter.py", line 29, in <module> > from sumolib.miscutils import getSocketStream # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Missing result in gpsdat ---------- r1#1 1970-01-01 01:00:10 516.45 498.35 70 39.996 r1#1 1970-01-01 01:00:11 527.56 498.35 70 39.996 r1#1 1970-01-01 01:00:12 538.67 498.35 70 39.996 r1#1 1970-01-01 01:00:13 549.78 498.35 70 39.996 r1#1 1970-01-01 01:00:14 560.89 498.35 70 39.996 r1#1 1970-01-01 01:00:15 572.0 498.35 70 39.996 r1#1 1970-01-01 01:00:16 583.11 498.35 70 39.996 r1#1 1970-01-01 01:00:17 594.22 498.35 70 39.996 r1#1 1970-01-01 01:00:18 605.33 498.35 70 39.996 r1#1 1970-01-01 01:00:19 616.44 498.35 70 39.996 r1#1 1970-01-01 01:00:20 627.55 498.35 70 39.996 r2 1970-01-01 01:00:20 498.35 483.55 70 39.996 r1#1 1970-01-01 01:00:21 638.66 498.35 70 39.996 r2 1970-01-01 01:00:21 498.35 472.44 70 39.996 r1#1 1970-01-01 01:00:22 649.77 498.35 70 39.996 r2 1970-01-01 01:00:22 498.35 461.33 70 39.996 r1#1 1970-01-01 01:00:23 660.88 498.35 70 39.996 r2 1970-01-01 01:00:23 498.35 450.22 70 39.996 r1#1 1970-01-01 01:00:24 671.99 498.35 70 39.996 r2 1970-01-01 01:00:24 498.35 439.11 70 39.996 r1#1 1970-01-01 01:00:25 683.1 498.35 70 39.996 r2 1970-01-01 01:00:25 498.35 428.0 70 39.996 r1#1 1970-01-01 01:00:26 694.21 498.35 70 39.996 r2 1970-01-01 01:00:26 498.35 416.89 70 39.996 r1#1 1970-01-01 01:00:27 705.32 498.35 70 39.996 r2 1970-01-01 01:00:27 498.35 405.78 70 39.996 r1#1 1970-01-01 01:00:28 716.43 498.35 70 39.996 r2 1970-01-01 01:00:28 498.35 394.67 70 39.996 r1#1 1970-01-01 01:00:29 727.54 498.35 70 39.996 r2 1970-01-01 01:00:29 498.35 383.56 70 39.996 <truncated after showing first 30 lines>output converter gpsdat ( Last six runs Dec2018 )
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/traceExporter.py", line 29, in <module>
> from sumolib.miscutils import getSocketStream # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Missing result in gpx ----------
<?xml version="1.0" encoding="UTF-8"?>
<gpx version="1.0">
<trk><name>r1#1</name><trkseg>
<trkpt lon="516.45" lat="498.35"><time>10.0</time></trkpt>
<trkpt lon="527.56" lat="498.35"><time>11.0</time></trkpt>
<trkpt lon="538.67" lat="498.35"><time>12.0</time></trkpt>
<trkpt lon="549.78" lat="498.35"><time>13.0</time></trkpt>
<trkpt lon="560.89" lat="498.35"><time>14.0</time></trkpt>
<trkpt lon="572.0" lat="498.35"><time>15.0</time></trkpt>
<trkpt lon="583.11" lat="498.35"><time>16.0</time></trkpt>
<trkpt lon="594.22" lat="498.35"><time>17.0</time></trkpt>
<trkpt lon="605.33" lat="498.35"><time>18.0</time></trkpt>
<trkpt lon="616.44" lat="498.35"><time>19.0</time></trkpt>
<trkpt lon="627.55" lat="498.35"><time>20.0</time></trkpt>
<trkpt lon="638.66" lat="498.35"><time>21.0</time></trkpt>
<trkpt lon="649.77" lat="498.35"><time>22.0</time></trkpt>
<trkpt lon="660.88" lat="498.35"><time>23.0</time></trkpt>
<trkpt lon="671.99" lat="498.35"><time>24.0</time></trkpt>
<trkpt lon="683.1" lat="498.35"><time>25.0</time></trkpt>
<trkpt lon="694.21" lat="498.35"><time>26.0</time></trkpt>
<trkpt lon="705.32" lat="498.35"><time>27.0</time></trkpt>
<trkpt lon="716.43" lat="498.35"><time>28.0</time></trkpt>
<trkpt lon="727.54" lat="498.35"><time>29.0</time></trkpt>
<trkpt lon="738.65" lat="498.35"><time>30.0</time></trkpt>
<trkpt lon="749.76" lat="498.35"><time>31.0</time></trkpt>
<trkpt lon="760.87" lat="498.35"><time>32.0</time></trkpt>
<trkpt lon="771.98" lat="498.35"><time>33.0</time></trkpt>
<trkpt lon="783.09" lat="498.35"><time>34.0</time></trkpt>
<trkpt lon="794.2" lat="498.35"><time>35.0</time></trkpt>
<trkpt lon="805.31" lat="498.35"><time>36.0</time></trkpt>
<truncated after showing first 30 lines>
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/traceExporter.py", line 29, in <module> > from sumolib.miscutils import getSocketStream # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Missing result in activityfile ---------- $ns_ at 10.0 "$g(0) start"; # SUMO-ID: r1#1 $ns_ at 95.0 "$g(0) stop"; # SUMO-ID: r1#1 $ns_ at 30.0 "$g(2) start"; # SUMO-ID: r1#2 $ns_ at 115.0 "$g(2) stop"; # SUMO-ID: r1#2 $ns_ at 20.0 "$g(1) start"; # SUMO-ID: r2 $ns_ at 105.0 "$g(1) stop"; # SUMO-ID: r2
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/traceExporter.py", line 29, in <module> > from sumolib.miscutils import getSocketStream # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Missing result in activityfile ---------- $ns_ at 10.0 "$g(0) start"; # SUMO-ID: r1#1 $ns_ at 95.0 "$g(0) stop"; # SUMO-ID: r1#1 $ns_ at 30.0 "$g(2) start"; # SUMO-ID: r1#2 $ns_ at 115.0 "$g(2) stop"; # SUMO-ID: r1#2 $ns_ at 20.0 "$g(1) start"; # SUMO-ID: r2 $ns_ at 105.0 "$g(1) stop"; # SUMO-ID: r2 ---------- Missing result in cfg ---------- # set number of nodes set opt(nn) 3 # set activity file set opt(af) $opt(config-path) append opt(af) /activityfile.tcl # set mobility file set opt(mf) $opt(config-path) append opt(mf) /mobilityfile.tcl # set start/stop time set opt(start) 0.0 set opt(stop) 116.0 # set floor size set opt(x) 999.53 set opt(y) 508.25 set opt(min-x) 498.35 set opt(min-y) 0.47 ---------- Missing result in mobilityfile ---------- $node_(0) set X_ 516.45 $node_(0) set Y_ 498.35 $node_(0) set Z_ 0 $ns_ at 10.0 "$node_(0) setdest 516.45 498.35 11.11" $ns_ at 11.0 "$node_(0) setdest 527.56 498.35 11.11" $ns_ at 12.0 "$node_(0) setdest 538.67 498.35 11.11" $ns_ at 13.0 "$node_(0) setdest 549.78 498.35 11.11" $ns_ at 14.0 "$node_(0) setdest 560.89 498.35 11.11" $ns_ at 15.0 "$node_(0) setdest 572.0 498.35 11.11" $ns_ at 16.0 "$node_(0) setdest 583.11 498.35 11.11" $ns_ at 17.0 "$node_(0) setdest 594.22 498.35 11.11" $ns_ at 18.0 "$node_(0) setdest 605.33 498.35 11.11" $ns_ at 19.0 "$node_(0) setdest 616.44 498.35 11.11" $ns_ at 20.0 "$node_(0) setdest 627.55 498.35 11.11" $node_(1) set X_ 498.35 $node_(1) set Y_ 483.55 $node_(1) set Z_ 0 $ns_ at 20.0 "$node_(1) setdest 498.35 483.55 11.11" $ns_ at 21.0 "$node_(0) setdest 638.66 498.35 11.11" $ns_ at 21.0 "$node_(1) setdest 498.35 472.44 11.11" $ns_ at 22.0 "$node_(0) setdest 649.77 498.35 11.11" $ns_ at 22.0 "$node_(1) setdest 498.35 461.33 11.11" $ns_ at 23.0 "$node_(0) setdest 660.88 498.35 11.11" $ns_ at 23.0 "$node_(1) setdest 498.35 450.22 11.11" $ns_ at 24.0 "$node_(0) setdest 671.99 498.35 11.11" $ns_ at 24.0 "$node_(1) setdest 498.35 439.11 11.11" $ns_ at 25.0 "$node_(0) setdest 683.1 498.35 11.11" $ns_ at 25.0 "$node_(1) setdest 498.35 428.0 11.11" $ns_ at 26.0 "$node_(0) setdest 694.21 498.35 11.11" $ns_ at 26.0 "$node_(1) setdest 498.35 416.89 11.11" <truncated after showing first 30 lines>
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/traceExporter.py", line 29, in <module> > from sumolib.miscutils import getSocketStream # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Missing result in cfg ---------- # set number of nodes set opt(nn) 3 # set start/stop time set opt(start) 0.0 set opt(stop) 116.0 # set floor size set opt(x) 999.53 set opt(y) 508.25 set opt(min-x) 498.35 set opt(min-y) 0.47
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/traceExporter.py", line 29, in <module> > from sumolib.miscutils import getSocketStream # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Missing result in activityfile ---------- $ns_ at 10.0 "$g(0) start"; # SUMO-ID: r1#1 $ns_ at 116.0 "$g(0) stop"; # SUMO-ID: r1#1 $ns_ at 30.0 "$g(2) start"; # SUMO-ID: r1#2 $ns_ at 116.0 "$g(2) stop"; # SUMO-ID: r1#2 $ns_ at 20.0 "$g(1) start"; # SUMO-ID: r2 $ns_ at 116.0 "$g(1) stop"; # SUMO-ID: r2 ---------- Missing result in cfg ---------- # set number of nodes set opt(nn) 3 # set activity file set opt(af) $opt(config-path) append opt(af) /activityfile.tcl # set mobility file set opt(mf) $opt(config-path) append opt(mf) /mobilityfile.tcl # set start/stop time set opt(start) 0.0 set opt(stop) 116.0 # set floor size set opt(x) 999.53 set opt(y) 508.25 set opt(min-x) 498.35 set opt(min-y) 0.47 ---------- Missing result in mobilityfile ---------- $node_(0) set X_ 516.45 $node_(0) set Y_ 498.35 $node_(0) set Z_ 0 $ns_ at 10.0 "$node_(0) setdest 516.45 498.35 11.11" $ns_ at 11.0 "$node_(0) setdest 527.56 498.35 11.11" $ns_ at 12.0 "$node_(0) setdest 538.67 498.35 11.11" $ns_ at 13.0 "$node_(0) setdest 549.78 498.35 11.11" $ns_ at 14.0 "$node_(0) setdest 560.89 498.35 11.11" $ns_ at 15.0 "$node_(0) setdest 572.0 498.35 11.11" $ns_ at 16.0 "$node_(0) setdest 583.11 498.35 11.11" $ns_ at 17.0 "$node_(0) setdest 594.22 498.35 11.11" $ns_ at 18.0 "$node_(0) setdest 605.33 498.35 11.11" $ns_ at 19.0 "$node_(0) setdest 616.44 498.35 11.11" $ns_ at 20.0 "$node_(0) setdest 627.55 498.35 11.11" $node_(1) set X_ 498.35 $node_(1) set Y_ 483.55 $node_(1) set Z_ 0 $ns_ at 20.0 "$node_(1) setdest 498.35 483.55 11.11" $ns_ at 21.0 "$node_(0) setdest 638.66 498.35 11.11" $ns_ at 21.0 "$node_(1) setdest 498.35 472.44 11.11" $ns_ at 22.0 "$node_(0) setdest 649.77 498.35 11.11" $ns_ at 22.0 "$node_(1) setdest 498.35 461.33 11.11" $ns_ at 23.0 "$node_(0) setdest 660.88 498.35 11.11" $ns_ at 23.0 "$node_(1) setdest 498.35 450.22 11.11" $ns_ at 24.0 "$node_(0) setdest 671.99 498.35 11.11" $ns_ at 24.0 "$node_(1) setdest 498.35 439.11 11.11" $ns_ at 25.0 "$node_(0) setdest 683.1 498.35 11.11" $ns_ at 25.0 "$node_(1) setdest 498.35 428.0 11.11" $ns_ at 26.0 "$node_(0) setdest 694.21 498.35 11.11" $ns_ at 26.0 "$node_(1) setdest 498.35 416.89 11.11" <truncated after showing first 30 lines>
---------- Differences in errors ---------- 1c1,6 < Warning: ID "r1#1" is not an integer. --- > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/traceExporter.py", line 29, in <module> > from sumolib.miscutils import getSocketStream # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Missing result in activityfile ---------- $ns_ at 10.0 "$g(r1#1) start"; # SUMO-ID: r1#1 $ns_ at 95.0 "$g(r1#1) stop"; # SUMO-ID: r1#1 $ns_ at 30.0 "$g(r1#2) start"; # SUMO-ID: r1#2 $ns_ at 115.0 "$g(r1#2) stop"; # SUMO-ID: r1#2 $ns_ at 20.0 "$g(r2) start"; # SUMO-ID: r2 $ns_ at 105.0 "$g(r2) stop"; # SUMO-ID: r2 ---------- Missing result in cfg ---------- # set number of nodes set opt(nn) 3 # set activity file set opt(af) $opt(config-path) append opt(af) /activityfile.tcl # set mobility file set opt(mf) $opt(config-path) append opt(mf) /mobilityfile.tcl # set start/stop time set opt(start) 0.0 set opt(stop) 116.0 # set floor size set opt(x) 999.53 set opt(y) 508.25 set opt(min-x) 498.35 set opt(min-y) 0.47 ---------- Missing result in mobilityfile ---------- $node_(r1#1) set X_ 516.45 $node_(r1#1) set Y_ 498.35 $node_(r1#1) set Z_ 0 $ns_ at 10.0 "$node_(r1#1) setdest 516.45 498.35 11.11" $ns_ at 11.0 "$node_(r1#1) setdest 527.56 498.35 11.11" $ns_ at 12.0 "$node_(r1#1) setdest 538.67 498.35 11.11" $ns_ at 13.0 "$node_(r1#1) setdest 549.78 498.35 11.11" $ns_ at 14.0 "$node_(r1#1) setdest 560.89 498.35 11.11" $ns_ at 15.0 "$node_(r1#1) setdest 572.0 498.35 11.11" $ns_ at 16.0 "$node_(r1#1) setdest 583.11 498.35 11.11" $ns_ at 17.0 "$node_(r1#1) setdest 594.22 498.35 11.11" $ns_ at 18.0 "$node_(r1#1) setdest 605.33 498.35 11.11" $ns_ at 19.0 "$node_(r1#1) setdest 616.44 498.35 11.11" $ns_ at 20.0 "$node_(r1#1) setdest 627.55 498.35 11.11" $node_(r2) set X_ 498.35 $node_(r2) set Y_ 483.55 $node_(r2) set Z_ 0 $ns_ at 20.0 "$node_(r2) setdest 498.35 483.55 11.11" $ns_ at 21.0 "$node_(r1#1) setdest 638.66 498.35 11.11" $ns_ at 21.0 "$node_(r2) setdest 498.35 472.44 11.11" $ns_ at 22.0 "$node_(r1#1) setdest 649.77 498.35 11.11" $ns_ at 22.0 "$node_(r2) setdest 498.35 461.33 11.11" $ns_ at 23.0 "$node_(r1#1) setdest 660.88 498.35 11.11" $ns_ at 23.0 "$node_(r2) setdest 498.35 450.22 11.11" $ns_ at 24.0 "$node_(r1#1) setdest 671.99 498.35 11.11" $ns_ at 24.0 "$node_(r2) setdest 498.35 439.11 11.11" $ns_ at 25.0 "$node_(r1#1) setdest 683.1 498.35 11.11" $ns_ at 25.0 "$node_(r2) setdest 498.35 428.0 11.11" $ns_ at 26.0 "$node_(r1#1) setdest 694.21 498.35 11.11" $ns_ at 26.0 "$node_(r2) setdest 498.35 416.89 11.11" <truncated after showing first 30 lines>
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/traceExporter.py", line 29, in <module> > from sumolib.miscutils import getSocketStream # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Missing result in mobilityfile ---------- $node_(0) set X_ 516.45 $node_(0) set Y_ 498.35 $node_(0) set Z_ 0 $ns_ at 10.0 "$node_(0) setdest 516.45 498.35 11.11" $ns_ at 11.0 "$node_(0) setdest 527.56 498.35 11.11" $ns_ at 12.0 "$node_(0) setdest 538.67 498.35 11.11" $ns_ at 13.0 "$node_(0) setdest 549.78 498.35 11.11" $ns_ at 14.0 "$node_(0) setdest 560.89 498.35 11.11" $ns_ at 15.0 "$node_(0) setdest 572.0 498.35 11.11" $ns_ at 16.0 "$node_(0) setdest 583.11 498.35 11.11" $ns_ at 17.0 "$node_(0) setdest 594.22 498.35 11.11" $ns_ at 18.0 "$node_(0) setdest 605.33 498.35 11.11" $ns_ at 19.0 "$node_(0) setdest 616.44 498.35 11.11" $ns_ at 20.0 "$node_(0) setdest 627.55 498.35 11.11" $node_(1) set X_ 498.35 $node_(1) set Y_ 483.55 $node_(1) set Z_ 0 $ns_ at 20.0 "$node_(1) setdest 498.35 483.55 11.11" $ns_ at 21.0 "$node_(0) setdest 638.66 498.35 11.11" $ns_ at 21.0 "$node_(1) setdest 498.35 472.44 11.11" $ns_ at 22.0 "$node_(0) setdest 649.77 498.35 11.11" $ns_ at 22.0 "$node_(1) setdest 498.35 461.33 11.11" $ns_ at 23.0 "$node_(0) setdest 660.88 498.35 11.11" $ns_ at 23.0 "$node_(1) setdest 498.35 450.22 11.11" $ns_ at 24.0 "$node_(0) setdest 671.99 498.35 11.11" $ns_ at 24.0 "$node_(1) setdest 498.35 439.11 11.11" $ns_ at 25.0 "$node_(0) setdest 683.1 498.35 11.11" $ns_ at 25.0 "$node_(1) setdest 498.35 428.0 11.11" $ns_ at 26.0 "$node_(0) setdest 694.21 498.35 11.11" $ns_ at 26.0 "$node_(1) setdest 498.35 416.89 11.11" <truncated after showing first 30 lines>
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/traceExporter.py", line 29, in <module> > from sumolib.miscutils import getSocketStream # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Missing result in omnet ---------- <?xml version="1.0" encoding="utf-8"?> <xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="mobility_trace.xsd"> <mobility_trace> <create><nodeid>0</nodeid><time>10.0</time><type>SimpleNode</type><location><xpos>516.45</xpos><ypos>498.35</ypos></location></create> <waypoint><nodeid>0</nodeid><time>11.0</time><destination><xpos>527.56</xpos><ypos>498.35</ypos></destination><speed>11.11</speed></waypoint> <waypoint><nodeid>0</nodeid><time>12.0</time><destination><xpos>538.67</xpos><ypos>498.35</ypos></destination><speed>11.11</speed></waypoint> <waypoint><nodeid>0</nodeid><time>13.0</time><destination><xpos>549.78</xpos><ypos>498.35</ypos></destination><speed>11.11</speed></waypoint> <waypoint><nodeid>0</nodeid><time>14.0</time><destination><xpos>560.89</xpos><ypos>498.35</ypos></destination><speed>11.11</speed></waypoint> <waypoint><nodeid>0</nodeid><time>15.0</time><destination><xpos>572.0</xpos><ypos>498.35</ypos></destination><speed>11.11</speed></waypoint> <waypoint><nodeid>0</nodeid><time>16.0</time><destination><xpos>583.11</xpos><ypos>498.35</ypos></destination><speed>11.11</speed></waypoint> <waypoint><nodeid>0</nodeid><time>17.0</time><destination><xpos>594.22</xpos><ypos>498.35</ypos></destination><speed>11.11</speed></waypoint> <waypoint><nodeid>0</nodeid><time>18.0</time><destination><xpos>605.33</xpos><ypos>498.35</ypos></destination><speed>11.11</speed></waypoint> <waypoint><nodeid>0</nodeid><time>19.0</time><destination><xpos>616.44</xpos><ypos>498.35</ypos></destination><speed>11.11</speed></waypoint> <waypoint><nodeid>0</nodeid><time>20.0</time><destination><xpos>627.55</xpos><ypos>498.35</ypos></destination><speed>11.11</speed></waypoint> <create><nodeid>1</nodeid><time>20.0</time><type>SimpleNode</type><location><xpos>498.35</xpos><ypos>483.55</ypos></location></create> <waypoint><nodeid>0</nodeid><time>21.0</time><destination><xpos>638.66</xpos><ypos>498.35</ypos></destination><speed>11.11</speed></waypoint> <waypoint><nodeid>1</nodeid><time>21.0</time><destination><xpos>498.35</xpos><ypos>472.44</ypos></destination><speed>11.11</speed></waypoint> <waypoint><nodeid>0</nodeid><time>22.0</time><destination><xpos>649.77</xpos><ypos>498.35</ypos></destination><speed>11.11</speed></waypoint> <waypoint><nodeid>1</nodeid><time>22.0</time><destination><xpos>498.35</xpos><ypos>461.33</ypos></destination><speed>11.11</speed></waypoint> <waypoint><nodeid>0</nodeid><time>23.0</time><destination><xpos>660.88</xpos><ypos>498.35</ypos></destination><speed>11.11</speed></waypoint> <waypoint><nodeid>1</nodeid><time>23.0</time><destination><xpos>498.35</xpos><ypos>450.22</ypos></destination><speed>11.11</speed></waypoint> <waypoint><nodeid>0</nodeid><time>24.0</time><destination><xpos>671.99</xpos><ypos>498.35</ypos></destination><speed>11.11</speed></waypoint> <waypoint><nodeid>1</nodeid><time>24.0</time><destination><xpos>498.35</xpos><ypos>439.11</ypos></destination><speed>11.11</speed></waypoint> <waypoint><nodeid>0</nodeid><time>25.0</time><destination><xpos>683.1</xpos><ypos>498.35</ypos></destination><speed>11.11</speed></waypoint> <waypoint><nodeid>1</nodeid><time>25.0</time><destination><xpos>498.35</xpos><ypos>428.0</ypos></destination><speed>11.11</speed></waypoint> <waypoint><nodeid>0</nodeid><time>26.0</time><destination><xpos>694.21</xpos><ypos>498.35</ypos></destination><speed>11.11</speed></waypoint> <waypoint><nodeid>1</nodeid><time>26.0</time><destination><xpos>498.35</xpos><ypos>416.89</ypos></destination><speed>11.11</speed></waypoint> <waypoint><nodeid>0</nodeid><time>27.0</time><destination><xpos>705.32</xpos><ypos>498.35</ypos></destination><speed>11.11</speed></waypoint> <waypoint><nodeid>1</nodeid><time>27.0</time><destination><xpos>498.35</xpos><ypos>405.78</ypos></destination><speed>11.11</speed></waypoint> <truncated after showing first 30 lines>output converter omnet ( Last six runs Dec2018 )
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/traceExporter.py", line 29, in <module>
> from sumolib.miscutils import getSocketStream # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Missing result in gpx ----------
<?xml version="1.0" encoding="UTF-8"?>
<gpx version="1.0">
<trk><name>pNE</name><trkseg>
<trkpt lon="97.68" lat="63.48"><time>55.0</time></trkpt>
<trkpt lon="97.68" lat="62.63"><time>56.0</time></trkpt>
<trkpt lon="97.68" lat="61.63"><time>57.0</time></trkpt>
</trkseg></trk>
<trk><name>pNW</name><trkseg>
<trkpt lon="97.68" lat="59.15"><time>55.0</time></trkpt>
<trkpt lon="97.68" lat="58.3"><time>56.0</time></trkpt>
<trkpt lon="97.68" lat="57.39"><time>57.0</time></trkpt>
</trkseg></trk>
<trk><name>pWE</name><trkseg>
<trkpt lon="44.95" lat="-2.33"><time>55.0</time></trkpt>
<trkpt lon="45.93" lat="-2.33"><time>56.0</time></trkpt>
<trkpt lon="46.91" lat="-2.33"><time>57.0</time></trkpt>
</trkseg></trk>
<trk><name>pWN</name><trkseg>
<trkpt lon="49.47" lat="-2.33"><time>55.0</time></trkpt>
<trkpt lon="50.34" lat="-2.33"><time>56.0</time></trkpt>
<trkpt lon="51.22" lat="-2.33"><time>57.0</time></trkpt>
</trkseg></trk>
<trk><name>r1#1</name><trkseg>
<trkpt lon="516.45" lat="498.35"><time>10.0</time></trkpt>
<trkpt lon="527.56" lat="498.35"><time>11.0</time></trkpt>
<trkpt lon="538.67" lat="498.35"><time>12.0</time></trkpt>
<trkpt lon="549.78" lat="498.35"><time>13.0</time></trkpt>
<trkpt lon="560.89" lat="498.35"><time>14.0</time></trkpt>
<trkpt lon="572.0" lat="498.35"><time>15.0</time></trkpt>
<trkpt lon="583.11" lat="498.35"><time>16.0</time></trkpt>
<truncated after showing first 30 lines>
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/traceExporter.py", line 29, in <module> > from sumolib.miscutils import getSocketStream # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Missing result in activityfile ---------- $ns_ at 55.0 "$g(3) start"; # SUMO-ID: pNE $ns_ at 58.0 "$g(3) stop"; # SUMO-ID: pNE $ns_ at 55.0 "$g(4) start"; # SUMO-ID: pNW $ns_ at 58.0 "$g(4) stop"; # SUMO-ID: pNW $ns_ at 55.0 "$g(5) start"; # SUMO-ID: pWE $ns_ at 58.0 "$g(5) stop"; # SUMO-ID: pWE $ns_ at 55.0 "$g(6) start"; # SUMO-ID: pWN $ns_ at 58.0 "$g(6) stop"; # SUMO-ID: pWN $ns_ at 10.0 "$g(0) start"; # SUMO-ID: r1#1 $ns_ at 95.0 "$g(0) stop"; # SUMO-ID: r1#1 $ns_ at 30.0 "$g(2) start"; # SUMO-ID: r1#2 $ns_ at 115.0 "$g(2) stop"; # SUMO-ID: r1#2 $ns_ at 20.0 "$g(1) start"; # SUMO-ID: r2 $ns_ at 105.0 "$g(1) stop"; # SUMO-ID: r2 ---------- Missing result in cfg ---------- # set number of nodes set opt(nn) 7 # set activity file set opt(af) $opt(config-path) append opt(af) /activityfile.tcl # set mobility file set opt(mf) $opt(config-path) append opt(mf) /mobilityfile.tcl # set start/stop time set opt(start) 0.0 set opt(stop) 116.0 # set floor size set opt(x) 999.53 set opt(y) 508.25 set opt(min-x) 44.95 set opt(min-y) -2.33 ---------- Missing result in mobilityfile ---------- $node_(0) set X_ 516.45 $node_(0) set Y_ 498.35 $node_(0) set Z_ 0 $ns_ at 10.0 "$node_(0) setdest 516.45 498.35 11.11" $ns_ at 11.0 "$node_(0) setdest 527.56 498.35 11.11" $ns_ at 12.0 "$node_(0) setdest 538.67 498.35 11.11" $ns_ at 13.0 "$node_(0) setdest 549.78 498.35 11.11" $ns_ at 14.0 "$node_(0) setdest 560.89 498.35 11.11" $ns_ at 15.0 "$node_(0) setdest 572.0 498.35 11.11" $ns_ at 16.0 "$node_(0) setdest 583.11 498.35 11.11" $ns_ at 17.0 "$node_(0) setdest 594.22 498.35 11.11" $ns_ at 18.0 "$node_(0) setdest 605.33 498.35 11.11" $ns_ at 19.0 "$node_(0) setdest 616.44 498.35 11.11" $ns_ at 20.0 "$node_(0) setdest 627.55 498.35 11.11" $node_(1) set X_ 498.35 $node_(1) set Y_ 483.55 $node_(1) set Z_ 0 $ns_ at 20.0 "$node_(1) setdest 498.35 483.55 11.11" $ns_ at 21.0 "$node_(0) setdest 638.66 498.35 11.11" $ns_ at 21.0 "$node_(1) setdest 498.35 472.44 11.11" $ns_ at 22.0 "$node_(0) setdest 649.77 498.35 11.11" $ns_ at 22.0 "$node_(1) setdest 498.35 461.33 11.11" $ns_ at 23.0 "$node_(0) setdest 660.88 498.35 11.11" $ns_ at 23.0 "$node_(1) setdest 498.35 450.22 11.11" $ns_ at 24.0 "$node_(0) setdest 671.99 498.35 11.11" $ns_ at 24.0 "$node_(1) setdest 498.35 439.11 11.11" $ns_ at 25.0 "$node_(0) setdest 683.1 498.35 11.11" $ns_ at 25.0 "$node_(1) setdest 498.35 428.0 11.11" $ns_ at 26.0 "$node_(0) setdest 694.21 498.35 11.11" $ns_ at 26.0 "$node_(1) setdest 498.35 416.89 11.11" <truncated after showing first 30 lines>
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/traceExporter.py", line 29, in <module> > from sumolib.miscutils import getSocketStream # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Missing result in dri ---------- v1 <t>,<v>,<grad> [s],[km/h],[%] 10,39.996,0.0 11,39.996,0.0 12,39.996,0.0 13,39.996,0.0 14,39.996,0.0 15,39.996,0.0 16,39.996,0.0 17,39.996,0.0 18,39.996,0.0 19,39.996,0.0 20,39.996,0.0 20,39.996,0.0 21,39.996,0.0 21,39.996,0.0 22,39.996,0.0 22,39.996,0.0 23,39.996,0.0 23,39.996,0.0 24,39.996,0.0 24,39.996,0.0 25,39.996,0.0 25,39.996,0.0 26,39.996,0.0 26,39.996,0.0 27,39.996,0.0 27,39.996,0.0 28,39.996,0.0 <truncated after showing first 30 lines> ---------- Missing result in flt ---------- 3,<VEHDIR>\PC\PC_BUS.GEN,1.0 2,<VEHDIR>\PC\PC_LKW.GEN,1.0 0,<VEHDIR>\PC\PC_PKW.GEN,1.0 1,<VEHDIR>\PC\PC_PKW_equipped.GEN,1.0 4,<VEHDIR>\PC\PC_unknown.GEN,1.0 ---------- Missing result in fzp ---------- t,WeltX,WeltY,Veh. No,v,Gradient,veh.Typ-Id,Str-Id 10,516.45,498.35,0,39.996,0.0,0,4 11,527.56,498.35,0,39.996,0.0,0,4 12,538.67,498.35,0,39.996,0.0,0,4 13,549.78,498.35,0,39.996,0.0,0,4 14,560.89,498.35,0,39.996,0.0,0,4 15,572.0,498.35,0,39.996,0.0,0,4 16,583.11,498.35,0,39.996,0.0,0,4 17,594.22,498.35,0,39.996,0.0,0,4 18,605.33,498.35,0,39.996,0.0,0,4 19,616.44,498.35,0,39.996,0.0,0,4 20,627.55,498.35,0,39.996,0.0,0,4 20,498.35,483.55,1,39.996,0.0,0,7 21,638.66,498.35,0,39.996,0.0,0,4 21,498.35,472.44,1,39.996,0.0,0,7 22,649.77,498.35,0,39.996,0.0,0,4 22,498.35,461.33,1,39.996,0.0,0,7 23,660.88,498.35,0,39.996,0.0,0,4 23,498.35,450.22,1,39.996,0.0,0,7 24,671.99,498.35,0,39.996,0.0,0,4 24,498.35,439.11,1,39.996,0.0,0,7 25,683.1,498.35,0,39.996,0.0,0,4 25,498.35,428.0,1,39.996,0.0,0,7 26,694.21,498.35,0,39.996,0.0,0,4 26,498.35,416.89,1,39.996,0.0,0,7 27,705.32,498.35,0,39.996,0.0,0,4 27,498.35,405.78,1,39.996,0.0,0,7 28,716.43,498.35,0,39.996,0.0,0,4 28,498.35,394.67,1,39.996,0.0,0,7 29,727.54,498.35,0,39.996,0.0,0,4 <truncated after showing first 30 lines> ---------- Missing result in str ---------- Str-Id,Sp,SegAnX,SegEnX,SegAnY,SegEnY 0,1,0.0,250.0,500.0,500.0 1,1,500.0,0.0,500.0,500.0 2,3,250.0,500.0,500.0,500.0 3,1,1000.0,750.0,500.0,500.0 4,1,500.0,1000.0,500.0,500.0 5,3,750.0,500.0,500.0,500.0 6,1,500.0,500.0,0.0,250.0 7,1,500.0,500.0,500.0,0.0 8,3,500.0,500.0,250.0,500.0 9,1,500.0,500.0,1000.0,750.0 10,1,500.0,500.0,500.0,1000.0 11,3,500.0,500.0,750.0,500.0
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/traceExporter.py", line 29, in <module>
> from sumolib.miscutils import getSocketStream # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Missing result in pois ----------
<pois>
<poi id="r1#1_10.0" type="r1#1" color="107,0,255" layer="100" lon="516.45" lat="498.35"/>
<poi id="r1#1_11.0" type="r1#1" color="107,0,255" layer="100" lon="527.56" lat="498.35"/>
<poi id="r1#1_12.0" type="r1#1" color="107,0,255" layer="100" lon="538.67" lat="498.35"/>
<poi id="r1#1_13.0" type="r1#1" color="107,0,255" layer="100" lon="549.78" lat="498.35"/>
<poi id="r1#1_14.0" type="r1#1" color="107,0,255" layer="100" lon="560.89" lat="498.35"/>
<poi id="r1#1_15.0" type="r1#1" color="107,0,255" layer="100" lon="572.0" lat="498.35"/>
<poi id="r1#1_16.0" type="r1#1" color="107,0,255" layer="100" lon="583.11" lat="498.35"/>
<poi id="r1#1_17.0" type="r1#1" color="107,0,255" layer="100" lon="594.22" lat="498.35"/>
<poi id="r1#1_18.0" type="r1#1" color="107,0,255" layer="100" lon="605.33" lat="498.35"/>
<poi id="r1#1_19.0" type="r1#1" color="107,0,255" layer="100" lon="616.44" lat="498.35"/>
<poi id="r1#1_20.0" type="r1#1" color="107,0,255" layer="100" lon="627.55" lat="498.35"/>
<poi id="r2_20.0" type="r2" color="255,46,0" layer="100" lon="498.35" lat="483.55"/>
<poi id="r1#1_21.0" type="r1#1" color="107,0,255" layer="100" lon="638.66" lat="498.35"/>
<poi id="r2_21.0" type="r2" color="255,46,0" layer="100" lon="498.35" lat="472.44"/>
<poi id="r1#1_22.0" type="r1#1" color="107,0,255" layer="100" lon="649.77" lat="498.35"/>
<poi id="r2_22.0" type="r2" color="255,46,0" layer="100" lon="498.35" lat="461.33"/>
<poi id="r1#1_23.0" type="r1#1" color="107,0,255" layer="100" lon="660.88" lat="498.35"/>
<poi id="r2_23.0" type="r2" color="255,46,0" layer="100" lon="498.35" lat="450.22"/>
<poi id="r1#1_24.0" type="r1#1" color="107,0,255" layer="100" lon="671.99" lat="498.35"/>
<poi id="r2_24.0" type="r2" color="255,46,0" layer="100" lon="498.35" lat="439.11"/>
<poi id="r1#1_25.0" type="r1#1" color="107,0,255" layer="100" lon="683.1" lat="498.35"/>
<poi id="r2_25.0" type="r2" color="255,46,0" layer="100" lon="498.35" lat="428.0"/>
<poi id="r1#1_26.0" type="r1#1" color="107,0,255" layer="100" lon="694.21" lat="498.35"/>
<poi id="r2_26.0" type="r2" color="255,46,0" layer="100" lon="498.35" lat="416.89"/>
<poi id="r1#1_27.0" type="r1#1" color="107,0,255" layer="100" lon="705.32" lat="498.35"/>
<poi id="r2_27.0" type="r2" color="255,46,0" layer="100" lon="498.35" lat="405.78"/>
<poi id="r1#1_28.0" type="r1#1" color="107,0,255" layer="100" lon="716.43" lat="498.35"/>
<poi id="r2_28.0" type="r2" color="255,46,0" layer="100" lon="498.35" lat="394.67"/>
<poi id="r1#1_29.0" type="r1#1" color="107,0,255" layer="100" lon="727.54" lat="498.35"/>
<truncated after showing first 30 lines>
output converter persons poi (
Last six runs
Dec2018
)---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/traceExporter.py", line 29, in <module>
> from sumolib.miscutils import getSocketStream # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Missing result in shawn ----------
<?xml version="1.0" encoding="utf-8"?>
<scenario>
<snapshot id="0.0">
</snapshot>
<snapshot id="1.0">
</snapshot>
<snapshot id="2.0">
</snapshot>
<snapshot id="3.0">
</snapshot>
<snapshot id="4.0">
</snapshot>
<snapshot id="5.0">
</snapshot>
<snapshot id="6.0">
</snapshot>
<snapshot id="7.0">
</snapshot>
<snapshot id="8.0">
</snapshot>
<snapshot id="9.0">
</snapshot>
<snapshot id="10.0">
<node id="0"> <location x="516.45" y="498.35" z="0"/> </node>
</snapshot>
<snapshot id="11.0">
<node id="0"> <location x="527.56" y="498.35" z="0"/> </node>
</snapshot>
<snapshot id="12.0">
<truncated after showing first 30 lines>
output converter persons shawn (
Last six runs
Dec2018
)---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/traceExporter.py", line 29, in <module> > from sumolib.miscutils import getSocketStream # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Missing result in dri ---------- v1 <t>,<v>,<grad> [s],[km/h],[%] 10,39.996,0.0 11,39.996,0.0 12,39.996,0.0 13,39.996,0.0 14,39.996,0.0 15,39.996,0.0 16,39.996,0.0 17,39.996,0.0 18,39.996,0.0 19,39.996,0.0 20,39.996,0.0 20,39.996,0.0 21,39.996,0.0 21,39.996,0.0 22,39.996,0.0 22,39.996,0.0 23,39.996,0.0 23,39.996,0.0 24,39.996,0.0 24,39.996,0.0 25,39.996,0.0 25,39.996,0.0 26,39.996,0.0 26,39.996,0.0 27,39.996,0.0 27,39.996,0.0 28,39.996,0.0 <truncated after showing first 30 lines> ---------- Missing result in flt ---------- 3,<VEHDIR>\PC\PC_BUS.GEN,1.0 2,<VEHDIR>\PC\PC_LKW.GEN,1.0 0,<VEHDIR>\PC\PC_PKW.GEN,1.0 1,<VEHDIR>\PC\PC_PKW_equipped.GEN,1.0 ---------- Missing result in fzp ---------- t,WeltX,WeltY,Veh. No,v,Gradient,veh.Typ-Id,Str-Id 10,516.45,498.35,0,39.996,0.0,0,4 11,527.56,498.35,0,39.996,0.0,0,4 12,538.67,498.35,0,39.996,0.0,0,4 13,549.78,498.35,0,39.996,0.0,0,4 14,560.89,498.35,0,39.996,0.0,0,4 15,572.0,498.35,0,39.996,0.0,0,4 16,583.11,498.35,0,39.996,0.0,0,4 17,594.22,498.35,0,39.996,0.0,0,4 18,605.33,498.35,0,39.996,0.0,0,4 19,616.44,498.35,0,39.996,0.0,0,4 20,627.55,498.35,0,39.996,0.0,0,4 20,498.35,483.55,1,39.996,0.0,0,7 21,638.66,498.35,0,39.996,0.0,0,4 21,498.35,472.44,1,39.996,0.0,0,7 22,649.77,498.35,0,39.996,0.0,0,4 22,498.35,461.33,1,39.996,0.0,0,7 23,660.88,498.35,0,39.996,0.0,0,4 23,498.35,450.22,1,39.996,0.0,0,7 24,671.99,498.35,0,39.996,0.0,0,4 24,498.35,439.11,1,39.996,0.0,0,7 25,683.1,498.35,0,39.996,0.0,0,4 25,498.35,428.0,1,39.996,0.0,0,7 26,694.21,498.35,0,39.996,0.0,0,4 26,498.35,416.89,1,39.996,0.0,0,7 27,705.32,498.35,0,39.996,0.0,0,4 27,498.35,405.78,1,39.996,0.0,0,7 28,716.43,498.35,0,39.996,0.0,0,4 28,498.35,394.67,1,39.996,0.0,0,7 29,727.54,498.35,0,39.996,0.0,0,4 <truncated after showing first 30 lines> ---------- Missing result in str ---------- Str-Id,Sp,SegAnX,SegEnX,SegAnY,SegEnY 0,1,0.0,250.0,500.0,500.0 1,1,500.0,0.0,500.0,500.0 2,3,250.0,500.0,500.0,500.0 3,1,1000.0,750.0,500.0,500.0 4,1,500.0,1000.0,500.0,500.0 5,3,750.0,500.0,500.0,500.0 6,1,500.0,500.0,0.0,250.0 7,1,500.0,500.0,500.0,0.0 8,3,500.0,500.0,250.0,500.0 9,1,500.0,500.0,1000.0,750.0 10,1,500.0,500.0,500.0,1000.0 11,3,500.0,500.0,750.0,500.0
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/traceExporter.py", line 29, in <module> > from sumolib.miscutils import getSocketStream # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Missing result in dri ---------- v1 <t>,<v>,<grad> [s],[km/h],[%] 10,39.996,0.0 11,39.996,0.0 12,39.996,0.0 13,39.996,0.0 14,39.996,0.0 15,39.996,0.0 16,39.996,0.0 17,39.996,0.0 18,39.996,0.0 19,39.996,0.0 20,39.996,0.0 20,39.996,0.0 21,39.996,0.0 21,39.996,0.0 22,39.996,0.0 22,39.996,0.0 23,39.996,0.0 23,39.996,0.0 24,39.996,0.0 24,39.996,0.0 25,39.996,0.0 25,39.996,0.0 26,39.996,0.0 26,39.996,0.0 27,39.996,0.0 27,39.996,0.0 28,39.996,0.0 <truncated after showing first 30 lines>output converter phem dri_only ( Last six runs Dec2018 )
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/traceExporter.py", line 29, in <module> > from sumolib.miscutils import getSocketStream # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1d0 < A fcd-output from SUMO must be given using the --fcd-input.
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/traceExporter.py", line 29, in <module> > from sumolib.miscutils import getSocketStream # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1d0 < A SUMO network must be given using the --net-input option.
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/traceExporter.py", line 29, in <module> > from sumolib.miscutils import getSocketStream # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Missing result in flt ---------- 3,<VEHDIR>\PC\PC_BUS.GEN,1.0 2,<VEHDIR>\PC\PC_LKW.GEN,1.0 0,<VEHDIR>\PC\PC_PKW.GEN,1.0 1,<VEHDIR>\PC\PC_PKW_equipped.GEN,1.0
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/traceExporter.py", line 29, in <module> > from sumolib.miscutils import getSocketStream # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Missing result in fzp ---------- t,WeltX,WeltY,Veh. No,v,Gradient,veh.Typ-Id,Str-Id 10,516.45,498.35,0,39.996,0.0,0,4 11,527.56,498.35,0,39.996,0.0,0,4 12,538.67,498.35,0,39.996,0.0,0,4 13,549.78,498.35,0,39.996,0.0,0,4 14,560.89,498.35,0,39.996,0.0,0,4 15,572.0,498.35,0,39.996,0.0,0,4 16,583.11,498.35,0,39.996,0.0,0,4 17,594.22,498.35,0,39.996,0.0,0,4 18,605.33,498.35,0,39.996,0.0,0,4 19,616.44,498.35,0,39.996,0.0,0,4 20,627.55,498.35,0,39.996,0.0,0,4 20,498.35,483.55,1,39.996,0.0,0,7 21,638.66,498.35,0,39.996,0.0,0,4 21,498.35,472.44,1,39.996,0.0,0,7 22,649.77,498.35,0,39.996,0.0,0,4 22,498.35,461.33,1,39.996,0.0,0,7 23,660.88,498.35,0,39.996,0.0,0,4 23,498.35,450.22,1,39.996,0.0,0,7 24,671.99,498.35,0,39.996,0.0,0,4 24,498.35,439.11,1,39.996,0.0,0,7 25,683.1,498.35,0,39.996,0.0,0,4 25,498.35,428.0,1,39.996,0.0,0,7 26,694.21,498.35,0,39.996,0.0,0,4 26,498.35,416.89,1,39.996,0.0,0,7 27,705.32,498.35,0,39.996,0.0,0,4 27,498.35,405.78,1,39.996,0.0,0,7 28,716.43,498.35,0,39.996,0.0,0,4 28,498.35,394.67,1,39.996,0.0,0,7 29,727.54,498.35,0,39.996,0.0,0,4 <truncated after showing first 30 lines>
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/traceExporter.py", line 29, in <module> > from sumolib.miscutils import getSocketStream # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Missing result in str ---------- Str-Id,Sp,SegAnX,SegEnX,SegAnY,SegEnY 0,1,0.0,250.0,500.0,500.0 1,1,500.0,0.0,500.0,500.0 2,3,250.0,500.0,500.0,500.0 3,1,1000.0,750.0,500.0,500.0 4,1,500.0,1000.0,500.0,500.0 5,3,750.0,500.0,500.0,500.0 6,1,500.0,500.0,0.0,250.0 7,1,500.0,500.0,500.0,0.0 8,3,500.0,500.0,250.0,500.0 9,1,500.0,500.0,1000.0,750.0 10,1,500.0,500.0,500.0,1000.0 11,3,500.0,500.0,750.0,500.0
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/traceExporter.py", line 29, in <module> > from sumolib.miscutils import getSocketStream # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Missing result in dri ---------- v1 <t>,<v>,<grad> [s],[km/h],[%] 100,48.636,0.0 100,50.004,0.0 101,50.004,0.0 101,50.004,0.0 102,50.004,0.0 102,50.004,0.0 103,50.004,0.0 103,50.004,0.0 104,50.004,0.0 104,50.004,0.0 105,50.004,0.0 106,50.004,0.0 107,50.004,0.0 108,50.004,0.0 109,50.004,0.0 110,50.004,0.0 111,50.004,0.0 112,50.004,0.0 113,50.004,0.0 114,50.004,0.0
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/traceExporter.py", line 29, in <module> > from sumolib.miscutils import getSocketStream # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Missing result in dri ---------- v1 <t>,<v>,<grad> [s],[km/h],[%] 50,39.996,0.0 50,39.996,0.0 50,39.996,0.0 51,39.996,0.0 51,39.996,0.0 51,39.996,0.0 52,39.996,0.0 52,39.996,0.0 52,39.996,0.0 53,39.996,0.0 53,39.996,0.0 53,39.996,0.0 54,39.996,0.0 54,39.996,0.0 54,39.996,0.0 55,39.996,0.0 55,39.996,0.0 55,39.996,0.0 56,39.996,0.0 56,39.996,0.0 56,39.996,0.0 57,39.996,0.0 57,39.996,0.0 57,39.996,0.0 58,39.996,0.0 58,39.996,0.0 58,39.996,0.0 <truncated after showing first 30 lines>
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/traceExporter.py", line 29, in <module> > from sumolib.miscutils import getSocketStream # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Missing result in dri ---------- v1 <t>,<v>,<grad> [s],[km/h],[%] 50,39.996,0.0 50,39.996,0.0 50,39.996,0.0 60,39.996,0.0 60,39.996,0.0 60,39.996,0.0 70,39.996,0.0 70,39.996,0.0 70,39.996,0.0 80,48.636,0.0 80,39.996,0.0 80,39.996,0.0 90,50.004,0.0 90,39.996,0.0 90,48.636,0.0
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/traceExporter.py", line 29, in <module> > from sumolib.miscutils import getSocketStream # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Missing result in dri ---------- v1 <t>,<v>,<grad> [s],[km/h],[%] 10,39.996,0.0 12,39.996,0.0 14,39.996,0.0 16,39.996,0.0 18,39.996,0.0 20,39.996,0.0 20,39.996,0.0 22,39.996,0.0 22,39.996,0.0 24,39.996,0.0 24,39.996,0.0 26,39.996,0.0 26,39.996,0.0 28,39.996,0.0 28,39.996,0.0 30,39.996,0.0 30,39.996,0.0 30,39.996,0.0 32,39.996,0.0 32,39.996,0.0 32,39.996,0.0 34,39.996,0.0 34,39.996,0.0 34,39.996,0.0 36,39.996,0.0 36,39.996,0.0 36,39.996,0.0 <truncated after showing first 30 lines>
---------- Differences in errors ---------- 0a1,4 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/output/generateITetrisIntersectionMetrics.py", line 22, in <module> > from numpy import mean, log > ImportError: No module named numpy ---------- Differences in output ---------- 1d0 < The calculation is done! ---------- Missing result in summary ---------- Traffic Light 0 ================= mean queue length in front of the junction: 66.4162069444 mean waiting time in front of the junction: 12.8841666667 number of stops: 4443.0 total waiting time at junction: 185532.0
---------- Differences in errors ---------- 0a1,4 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/output/generateITetrisIntersectionMetrics.py", line 22, in <module> > from numpy import mean, log > ImportError: No module named numpy ---------- Differences in output ---------- 1d0 < The calculation is done! ---------- Missing result in summary ---------- Traffic Light 0 ================= mean queue length in front of the junction: 66.4162159722 mean waiting time in front of the junction: 12.8841666667 number of stops: 4443.0 total waiting time at junction: 185532.0
---------- Differences in errors ---------- 0a1,4 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/output/generateITetrisIntersectionMetrics.py", line 22, in <module> > from numpy import mean, log > ImportError: No module named numpy ---------- Differences in output ---------- 1d0 < The calculation is done! ---------- Missing result in summary ---------- Traffic Light 0 ================= mean queue length in front of the junction: 2.86360393519 mean waiting time in front of the junction: 0.568796296296 number of stops: 1008.0 total waiting time at junction: 24572.0
---------- Differences in errors ---------- 0a1,4 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/output/generateITetrisIntersectionMetrics.py", line 22, in <module> > from numpy import mean, log > ImportError: No module named numpy ---------- Differences in output ---------- 1d0 < The calculation is done! ---------- Missing result in summary ---------- Traffic Light 0 ================= mean queue length in front of the junction: 2.86360486111 mean waiting time in front of the junction: 0.568796296296 number of stops: 1008.0 total waiting time at junction: 24572.0
---------- Differences in errors ---------- 0a1,4 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/output/generateITetrisIntersectionMetrics.py", line 22, in <module> > from numpy import mean, log > ImportError: No module named numpy ---------- Differences in output ---------- 1,15d0 < Missing arguments < Usage: < -n inputs\pasubio\pasubio.net.xml -p inputs\pasubio\ < < Options: < -h, --help show this help message and exit < -n <FILE>, --netfile=<FILE> < name of the netfile (f.e. < 'inputs\pasubio\a_costa.net.xml') < -p <FOLDER>, --path=<FOLDER> < name of folder to work with (f.e. 'inputs\a_costa\') < -o <FOLDER>, --harmonoiseFile=<FOLDER> < name of the harmonoise file < -e <FOLDER>, --HBEFAFile=<FOLDER> < name of the HBEFA file
---------- Differences in errors ----------
1,15c1,8
< INFO:root:Reading net...
< INFO:root:Generating detectors...
< WARNING:root:Detector for lane 1i_0 already generated
< WARNING:root:Detector for lane 1i_0 already generated
< WARNING:root:Detector for lane 1i_0 already generated
< WARNING:root:Detector for lane 2i_0 already generated
< WARNING:root:Detector for lane 2i_0 already generated
< WARNING:root:Detector for lane 2i_0 already generated
< WARNING:root:Detector for lane 3i_0 already generated
< WARNING:root:Detector for lane 3i_0 already generated
< WARNING:root:Detector for lane 3i_0 already generated
< WARNING:root:Detector for lane 4i_0 already generated
< WARNING:root:Detector for lane 4i_0 already generated
< WARNING:root:Detector for lane 4i_0 already generated
< INFO:root:4 e1 detectors generated!
---
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/output/generateTLSE1Detectors.py", line 24, in <module>
> from generateTLSE2Detectors import adjust_detector_position
> File "/Users/sumo/clangMacOS/sumo/tools/output/generateTLSE2Detectors.py", line 27, in <module>
> import sumolib.xml # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Missing result in detectors ----------
<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
<e1Detector file="e1output.xml" freq="60" friendlyPos="x" id="e1det_1i_0" lane="1i_0" pos="495.15"/>
<e1Detector file="e1output.xml" freq="60" friendlyPos="x" id="e1det_2i_0" lane="2i_0" pos="495.15"/>
<e1Detector file="e1output.xml" freq="60" friendlyPos="x" id="e1det_3i_0" lane="3i_0" pos="495.15"/>
<e1Detector file="e1output.xml" freq="60" friendlyPos="x" id="e1det_4i_0" lane="4i_0" pos="495.15"/>
</additional>
---------- Differences in errors ----------
1,7c1,8
< INFO:root:Reading net...
< INFO:root:Generating detectors...
< WARNING:root:Detector for lane 1si_2 already generated
< WARNING:root:Detector for lane 2si_2 already generated
< WARNING:root:Detector for lane 3si_2 already generated
< WARNING:root:Detector for lane 4si_2 already generated
< INFO:root:12 e1 detectors generated!
---
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/output/generateTLSE1Detectors.py", line 24, in <module>
> from generateTLSE2Detectors import adjust_detector_position
> File "/Users/sumo/clangMacOS/sumo/tools/output/generateTLSE2Detectors.py", line 27, in <module>
> import sumolib.xml # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Missing result in detectors ----------
<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
<e1Detector file="e1output.xml" freq="60" friendlyPos="x" id="e1det_1si_0" lane="1si_0" pos="237.05"/>
<e1Detector file="e1output.xml" freq="60" friendlyPos="x" id="e1det_1si_1" lane="1si_1" pos="237.05"/>
<e1Detector file="e1output.xml" freq="60" friendlyPos="x" id="e1det_1si_2" lane="1si_2" pos="237.05"/>
<e1Detector file="e1output.xml" freq="60" friendlyPos="x" id="e1det_2si_0" lane="2si_0" pos="237.05"/>
<e1Detector file="e1output.xml" freq="60" friendlyPos="x" id="e1det_2si_1" lane="2si_1" pos="237.05"/>
<e1Detector file="e1output.xml" freq="60" friendlyPos="x" id="e1det_2si_2" lane="2si_2" pos="237.05"/>
<e1Detector file="e1output.xml" freq="60" friendlyPos="x" id="e1det_3si_0" lane="3si_0" pos="237.05"/>
<e1Detector file="e1output.xml" freq="60" friendlyPos="x" id="e1det_3si_1" lane="3si_1" pos="237.05"/>
<e1Detector file="e1output.xml" freq="60" friendlyPos="x" id="e1det_3si_2" lane="3si_2" pos="237.05"/>
<e1Detector file="e1output.xml" freq="60" friendlyPos="x" id="e1det_4si_0" lane="4si_0" pos="237.05"/>
<e1Detector file="e1output.xml" freq="60" friendlyPos="x" id="e1det_4si_1" lane="4si_1" pos="237.05"/>
<e1Detector file="e1output.xml" freq="60" friendlyPos="x" id="e1det_4si_2" lane="4si_2" pos="237.05"/>
</additional>
---------- Differences in errors ---------- 0a1,8 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/output/generateTLSE1Detectors.py", line 24, in <module> > from generateTLSE2Detectors import adjust_detector_position > File "/Users/sumo/clangMacOS/sumo/tools/output/generateTLSE2Detectors.py", line 27, in <module> > import sumolib.xml # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,18d0 < Missing arguments < Usage: generateTLSE1Detectors.py -n example.net.xml -d .1 -f 60 < < Options: < -h, --help show this help message and exit < -n NET_FILE, --net-file=NET_FILE < Network file to work with. Mandatory. < -d REQUESTED_DISTANCE_TO_TLS, --distance-to-TLS=REQUESTED_DISTANCE_TO_TLS < Distance of the detector to the traffic light in < meters. Defaults to 0.1m. < -f FREQUENCY, --frequency=FREQUENCY < Detector's frequency. Defaults to 60. < -o OUTPUT, --output=OUTPUT < The name of the file to write the detector definitions < into. Defaults to e1.add.xml. < -r RESULTS, --results-file=RESULTS < The name of the file the detectors write their output < into. Defaults to e1output.xml.
---------- Differences in errors ----------
1,15c1,6
< INFO:root:Reading net...
< INFO:root:Generating detectors...
< WARNING:root:Detector for lane 1i_0 already generated
< WARNING:root:Detector for lane 1i_0 already generated
< WARNING:root:Detector for lane 1i_0 already generated
< WARNING:root:Detector for lane 2i_0 already generated
< WARNING:root:Detector for lane 2i_0 already generated
< WARNING:root:Detector for lane 2i_0 already generated
< WARNING:root:Detector for lane 3i_0 already generated
< WARNING:root:Detector for lane 3i_0 already generated
< WARNING:root:Detector for lane 3i_0 already generated
< WARNING:root:Detector for lane 4i_0 already generated
< WARNING:root:Detector for lane 4i_0 already generated
< WARNING:root:Detector for lane 4i_0 already generated
< INFO:root:4 e2 detectors generated!
---
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/output/generateTLSE2Detectors.py", line 27, in <module>
> import sumolib.xml # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Missing result in detectors ----------
<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
<laneAreaDetector file="e2output.xml" freq="60" friendlyPos="x" id="e2det_1i_0" lane="1i_0" length="250" pos="245.15"/>
<laneAreaDetector file="e2output.xml" freq="60" friendlyPos="x" id="e2det_2i_0" lane="2i_0" length="250" pos="245.15"/>
<laneAreaDetector file="e2output.xml" freq="60" friendlyPos="x" id="e2det_3i_0" lane="3i_0" length="250" pos="245.15"/>
<laneAreaDetector file="e2output.xml" freq="60" friendlyPos="x" id="e2det_4i_0" lane="4i_0" length="250" pos="245.15"/>
</additional>
---------- Differences in errors ----------
1,7c1,6
< INFO:root:Reading net...
< INFO:root:Generating detectors...
< WARNING:root:Detector for lane 1si_2 already generated
< WARNING:root:Detector for lane 2si_2 already generated
< WARNING:root:Detector for lane 3si_2 already generated
< WARNING:root:Detector for lane 4si_2 already generated
< INFO:root:12 e2 detectors generated!
---
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/output/generateTLSE2Detectors.py", line 27, in <module>
> import sumolib.xml # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Missing result in detectors ----------
<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
<laneAreaDetector file="e2output.xml" freq="60" friendlyPos="x" id="e2det_1si_0" lane="1si_0" length="237.05" pos="0"/>
<laneAreaDetector file="e2output.xml" freq="60" friendlyPos="x" id="e2det_1si_1" lane="1si_1" length="237.05" pos="0"/>
<laneAreaDetector file="e2output.xml" freq="60" friendlyPos="x" id="e2det_1si_2" lane="1si_2" length="237.05" pos="0"/>
<laneAreaDetector file="e2output.xml" freq="60" friendlyPos="x" id="e2det_2si_0" lane="2si_0" length="237.05" pos="0"/>
<laneAreaDetector file="e2output.xml" freq="60" friendlyPos="x" id="e2det_2si_1" lane="2si_1" length="237.05" pos="0"/>
<laneAreaDetector file="e2output.xml" freq="60" friendlyPos="x" id="e2det_2si_2" lane="2si_2" length="237.05" pos="0"/>
<laneAreaDetector file="e2output.xml" freq="60" friendlyPos="x" id="e2det_3si_0" lane="3si_0" length="237.05" pos="0"/>
<laneAreaDetector file="e2output.xml" freq="60" friendlyPos="x" id="e2det_3si_1" lane="3si_1" length="237.05" pos="0"/>
<laneAreaDetector file="e2output.xml" freq="60" friendlyPos="x" id="e2det_3si_2" lane="3si_2" length="237.05" pos="0"/>
<laneAreaDetector file="e2output.xml" freq="60" friendlyPos="x" id="e2det_4si_0" lane="4si_0" length="237.05" pos="0"/>
<laneAreaDetector file="e2output.xml" freq="60" friendlyPos="x" id="e2det_4si_1" lane="4si_1" length="237.05" pos="0"/>
<laneAreaDetector file="e2output.xml" freq="60" friendlyPos="x" id="e2det_4si_2" lane="4si_2" length="237.05" pos="0"/>
</additional>
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/output/generateTLSE2Detectors.py", line 27, in <module> > import sumolib.xml # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,21d0 < Missing arguments < Usage: generateTLSE2Detectors.py -n example.net.xml -l 250 -d .1 -f 60 < < Options: < -h, --help show this help message and exit < -n NET_FILE, --net-file=NET_FILE < Network file to work with. Mandatory. < -l REQUESTED_DETECTOR_LENGTH, --detector-length=REQUESTED_DETECTOR_LENGTH < Length of the detector in meters (-1 for maximal < length). < -d REQUESTED_DISTANCE_TO_TLS, --distance-to-TLS=REQUESTED_DISTANCE_TO_TLS < Distance of the detector to the traffic light in < meters. Defaults to 0.1m. < -f FREQUENCY, --frequency=FREQUENCY < Detector's frequency. Defaults to 60. < -o OUTPUT, --output=OUTPUT < The name of the file to write the detector definitions < into. Defaults to e2.add.xml. < -r RESULTS, --results-file=RESULTS < The name of the file the detectors write their output < into. Defaults to e2output.xml.
---------- Differences in errors ----------
1,3c1,6
< INFO:root:Reading net...
< INFO:root:Generating detectors...
< INFO:root:5 e3 detectors generated!
---
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/output/generateTLSE3Detectors.py", line 26, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Missing result in detectors ----------
<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
<e3Detector id="e3_0_E1C" freq="60" file="e3output.xml">
<detEntry lane="E3E2_0" pos="0.10"/>
<detEntry lane="E3E2_1" pos="0.10"/>
<detEntry lane="E3E2_2" pos="0.10"/>
<detExit lane="E1C_0" pos="-.1"/>
<detExit lane="E1C_1" pos="-.1"/>
<detExit lane="E1C_2" pos="-.1"/>
</e3Detector>
<e3Detector id="e3_0_N1C" freq="60" file="e3output.xml">
<detEntry lane="N3bN2b_0" pos="240.31"/>
<detEntry lane="N3cN2b_0" pos="0.10"/>
<detEntry lane="NN3_0" pos="232.16"/>
<detExit lane="N1C_0" pos="-.1"/>
<detExit lane="N1C_1" pos="-.1"/>
<detExit lane="N1C_2" pos="-.1"/>
</e3Detector>
<e3Detector id="e3_0_S1C" freq="60" file="e3output.xml">
<detEntry lane="SS3_0" pos="235.91"/>
<detExit lane="S1C_0" pos="-.1"/>
<detExit lane="S1C_1" pos="-.1"/>
<detExit lane="S1C_2" pos="-.1"/>
</e3Detector>
<e3Detector id="e3_0_W1C" freq="60" file="e3output.xml">
<detEntry lane="W3W2_0" pos="0.10"/>
<detEntry lane="W3W2_1" pos="0.10"/>
<detEntry lane="W3W2_2" pos="0.10"/>
<detExit lane="W1C_0" pos="-.1"/>
<detExit lane="W1C_1" pos="-.1"/>
<detExit lane="W1C_2" pos="-.1"/>
<truncated after showing first 30 lines>
output generateTLSE3Detectors complicated (
Last six runs
Dec2018
)---------- Differences in errors ----------
1,3c1,6
< INFO:root:Reading net...
< INFO:root:Generating detectors...
< INFO:root:4 e3 detectors generated!
---
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/output/generateTLSE3Detectors.py", line 26, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Missing result in detectors ----------
<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
<e3Detector id="e3_0_1i" freq="60" file="e3output.xml">
<detEntry lane="1i_0" pos="245.25"/>
<detExit lane="1i_0" pos="-.1"/>
</e3Detector>
<e3Detector id="e3_0_2i" freq="60" file="e3output.xml">
<detEntry lane="2i_0" pos="245.25"/>
<detExit lane="2i_0" pos="-.1"/>
</e3Detector>
<e3Detector id="e3_0_3i" freq="60" file="e3output.xml">
<detEntry lane="3i_0" pos="245.25"/>
<detExit lane="3i_0" pos="-.1"/>
</e3Detector>
<e3Detector id="e3_0_4i" freq="60" file="e3output.xml">
<detEntry lane="4i_0" pos="245.25"/>
<detExit lane="4i_0" pos="-.1"/>
</e3Detector>
</additional>
---------- Differences in errors ----------
1,3c1,6
< INFO:root:Reading net...
< INFO:root:Generating detectors...
< INFO:root:4 e3 detectors generated!
---
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/output/generateTLSE3Detectors.py", line 26, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Missing result in detectors ----------
<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
<e3Detector id="e3_0_1si" freq="60" file="e3output.xml">
<detEntry lane="1fi_0" pos="235.65"/>
<detExit lane="1si_0" pos="-.1"/>
<detExit lane="1si_1" pos="-.1"/>
<detExit lane="1si_2" pos="-.1"/>
</e3Detector>
<e3Detector id="e3_0_2si" freq="60" file="e3output.xml">
<detEntry lane="2fi_0" pos="235.65"/>
<detExit lane="2si_0" pos="-.1"/>
<detExit lane="2si_1" pos="-.1"/>
<detExit lane="2si_2" pos="-.1"/>
</e3Detector>
<e3Detector id="e3_0_3si" freq="60" file="e3output.xml">
<detEntry lane="3fi_0" pos="235.65"/>
<detExit lane="3si_0" pos="-.1"/>
<detExit lane="3si_1" pos="-.1"/>
<detExit lane="3si_2" pos="-.1"/>
</e3Detector>
<e3Detector id="e3_0_4si" freq="60" file="e3output.xml">
<detEntry lane="4fi_0" pos="235.65"/>
<detExit lane="4si_0" pos="-.1"/>
<detExit lane="4si_1" pos="-.1"/>
<detExit lane="4si_2" pos="-.1"/>
</e3Detector>
</additional>
---------- Differences in errors ----------
1,3c1,6
< INFO:root:Reading net...
< INFO:root:Generating detectors...
< INFO:root:1 e3 detectors generated!
---
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/output/generateTLSE3Detectors.py", line 26, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Missing result in detectors ----------
<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
<e3Detector id="e3_C" freq="60" file="e3output.xml">
<detEntry lane="E3E2_0" pos="0.10"/>
<detEntry lane="E3E2_1" pos="0.10"/>
<detEntry lane="E3E2_2" pos="0.10"/>
<detEntry lane="N3bN2b_0" pos="240.31"/>
<detEntry lane="N3cN2b_0" pos="0.10"/>
<detEntry lane="NN3_0" pos="232.16"/>
<detEntry lane="SS3_0" pos="235.91"/>
<detEntry lane="W3W2_0" pos="0.10"/>
<detEntry lane="W3W2_1" pos="0.10"/>
<detEntry lane="W3W2_2" pos="0.10"/>
<detExit lane="E1C_0" pos="-.1"/>
<detExit lane="E1C_1" pos="-.1"/>
<detExit lane="E1C_2" pos="-.1"/>
<detExit lane="N1C_0" pos="-.1"/>
<detExit lane="N1C_1" pos="-.1"/>
<detExit lane="N1C_2" pos="-.1"/>
<detExit lane="S1C_0" pos="-.1"/>
<detExit lane="S1C_1" pos="-.1"/>
<detExit lane="S1C_2" pos="-.1"/>
<detExit lane="W1C_0" pos="-.1"/>
<detExit lane="W1C_1" pos="-.1"/>
<detExit lane="W1C_2" pos="-.1"/>
</e3Detector>
</additional>
---------- Differences in errors ----------
1,3c1,6
< INFO:root:Reading net...
< INFO:root:Generating detectors...
< INFO:root:5 e3 detectors generated!
---
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/output/generateTLSE3Detectors.py", line 26, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Missing result in detectors ----------
<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
<e3Detector id="e3_0_E1C" freq="60" file="e3output.xml" openEntry="true">
<detEntry lane="E3E2_0" pos="0.10"/>
<detEntry lane="E3E2_1" pos="0.10"/>
<detEntry lane="E3E2_2" pos="0.10"/>
<detExit lane="CE_0" pos="0"/>
<detExit lane="CN_0" pos="0"/>
<detExit lane="CS_0" pos="0"/>
<detExit lane="CW_0" pos="0"/>
</e3Detector>
<e3Detector id="e3_0_N1C" freq="60" file="e3output.xml" openEntry="true">
<detEntry lane="N3bN2b_0" pos="240.31"/>
<detEntry lane="N3cN2b_0" pos="0.10"/>
<detEntry lane="NN3_0" pos="232.16"/>
<detExit lane="CE_0" pos="0"/>
<detExit lane="CN_0" pos="0"/>
<detExit lane="CS_0" pos="0"/>
<detExit lane="CW_0" pos="0"/>
</e3Detector>
<e3Detector id="e3_0_S1C" freq="60" file="e3output.xml" openEntry="true">
<detEntry lane="SS3_0" pos="235.91"/>
<detExit lane="CE_0" pos="0"/>
<detExit lane="CN_0" pos="0"/>
<detExit lane="CS_0" pos="0"/>
<detExit lane="CW_0" pos="0"/>
</e3Detector>
<e3Detector id="e3_0_W1C" freq="60" file="e3output.xml" openEntry="true">
<detEntry lane="W3W2_0" pos="0.10"/>
<detEntry lane="W3W2_1" pos="0.10"/>
<detEntry lane="W3W2_2" pos="0.10"/>
<truncated after showing first 30 lines>
---------- Differences in errors ----------
1,3c1,6
< INFO:root:Reading net...
< INFO:root:Generating detectors...
< INFO:root:2 e3 detectors generated!
---
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/output/generateTLSE3Detectors.py", line 26, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Missing result in detectors ----------
<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
<e3Detector id="e3_0" freq="60" file="e3output.xml">
<detEntry lane="E3E2_0" pos="0.10"/>
<detEntry lane="E3E2_1" pos="0.10"/>
<detEntry lane="E3E2_2" pos="0.10"/>
<detEntry lane="N3bN2b_0" pos="240.31"/>
<detEntry lane="N3cN2b_0" pos="0.10"/>
<detEntry lane="NN3_0" pos="232.16"/>
<detEntry lane="SS3_0" pos="235.91"/>
<detEntry lane="W3W2_0" pos="0.10"/>
<detEntry lane="W3W2_1" pos="0.10"/>
<detEntry lane="W3W2_2" pos="0.10"/>
<detExit lane="CE_0" pos="0"/>
<detExit lane="CN_0" pos="0"/>
<detExit lane="CS_0" pos="0"/>
<detExit lane="CW_0" pos="0"/>
</e3Detector>
<e3Detector id="e3_E3" freq="60" file="e3output.xml">
<detEntry lane="EE3_0" pos="0.10"/>
<detExit lane="E3E2_0" pos="0"/>
<detExit lane="E3E2_1" pos="0"/>
<detExit lane="E3E2_2" pos="0"/>
</e3Detector>
</additional>
---------- Differences in errors ----------
1,3c1,6
< INFO:root:Reading net...
< INFO:root:Generating detectors...
< INFO:root:2 e3 detectors generated!
---
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/output/generateTLSE3Detectors.py", line 26, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Missing result in detectors ----------
<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
<e3Detector id="e3_0" freq="60" file="e3output.xml">
<detEntry lane="E3E2_0" pos="0.10"/>
<detEntry lane="E3E2_1" pos="0.10"/>
<detEntry lane="E3E2_2" pos="0.10"/>
<detEntry lane="N3bN2b_0" pos="240.31"/>
<detEntry lane="N3cN2b_0" pos="0.10"/>
<detEntry lane="NN3_0" pos="232.16"/>
<detEntry lane="SS3_0" pos="235.91"/>
<detEntry lane="W3W2_0" pos="0.10"/>
<detEntry lane="W3W2_1" pos="0.10"/>
<detEntry lane="W3W2_2" pos="0.10"/>
<detExit lane="E1C_0" pos="-.1"/>
<detExit lane="E1C_1" pos="-.1"/>
<detExit lane="E1C_2" pos="-.1"/>
<detExit lane="N1C_0" pos="-.1"/>
<detExit lane="N1C_1" pos="-.1"/>
<detExit lane="N1C_2" pos="-.1"/>
<detExit lane="S1C_0" pos="-.1"/>
<detExit lane="S1C_1" pos="-.1"/>
<detExit lane="S1C_2" pos="-.1"/>
<detExit lane="W1C_0" pos="-.1"/>
<detExit lane="W1C_1" pos="-.1"/>
<detExit lane="W1C_2" pos="-.1"/>
</e3Detector>
<e3Detector id="e3_E3" freq="60" file="e3output.xml">
<detEntry lane="EE3_0" pos="0.10"/>
<detExit lane="EE3_0" pos="-.1"/>
</e3Detector>
</additional>
<truncated after showing first 30 lines>
---------- Differences in errors ----------
1,3c1,6
< INFO:root:Reading net...
< INFO:root:Generating detectors...
< INFO:root:1 e3 detectors generated!
---
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/output/generateTLSE3Detectors.py", line 26, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Missing result in detectors ----------
<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
<e3Detector id="e3_C" freq="60" file="e3output.xml">
<detEntry lane="E3E2_0" pos="7.50"/>
<detEntry lane="E3E2_1" pos="7.50"/>
<detEntry lane="E3E2_2" pos="7.50"/>
<detEntry lane="N3bN2b_0" pos="240.31"/>
<detEntry lane="N3cN2b_0" pos="7.50"/>
<detEntry lane="NN3_0" pos="232.16"/>
<detEntry lane="SS3_0" pos="235.91"/>
<detEntry lane="W3W2_0" pos="7.50"/>
<detEntry lane="W3W2_1" pos="7.50"/>
<detEntry lane="W3W2_2" pos="7.50"/>
<detExit lane="E1C_0" pos="-.1"/>
<detExit lane="E1C_1" pos="-.1"/>
<detExit lane="E1C_2" pos="-.1"/>
<detExit lane="N1C_0" pos="-.1"/>
<detExit lane="N1C_1" pos="-.1"/>
<detExit lane="N1C_2" pos="-.1"/>
<detExit lane="S1C_0" pos="-.1"/>
<detExit lane="S1C_1" pos="-.1"/>
<detExit lane="S1C_2" pos="-.1"/>
<detExit lane="W1C_0" pos="-.1"/>
<detExit lane="W1C_1" pos="-.1"/>
<detExit lane="W1C_2" pos="-.1"/>
</e3Detector>
</additional>
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/output/generateTLSE3Detectors.py", line 26, in <module> > import sumolib # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,30d0 < Missing arguments < Usage: generateTLSE3Detectors.py -n example.net.xml -l 250 -d .1 -f 60 < < Options: < -h, --help show this help message and exit < -n NET_FILE, --net-file=NET_FILE < Network file to work with. Mandatory. < -j JUNCTIONIDS, --junction-ids=JUNCTIONIDS < List of junctions that shall receive detectors (comma < separated) < -l REQUESTED_DETECTOR_LENGTH, --detector-length=REQUESTED_DETECTOR_LENGTH < Length of the detector in meters (-1 for maximal < length). < -d REQUESTED_DISTANCE_TO_TLS, --distance-to-TLS=REQUESTED_DISTANCE_TO_TLS < Distance of the detector to the traffic light in < meters. Defaults to 0.1m. < -f FREQUENCY, --frequency=FREQUENCY < Detector's frequency. Defaults to 60. < -o OUTPUT, --output=OUTPUT < The name of the file to write the detector definitions < into. Defaults to e3.add.xml. < --prefix=PREFIX Prefix for generated detectors < -r RESULTS, --results-file=RESULTS < The name of the file the detectors write their output < into. Defaults to e3output.xml. < --min-pos=MINPOS minimum position of entry detectors light in meters. < Defaults to 0.1m. < --interior Extend measurement area to the junction interior < --joined Create one e3Detector per junction <truncated after showing first 30 lines>
---------- Differences in errors ----------
1,3c1,6
< INFO:root:Reading net...
< INFO:root:Generating detectors...
< INFO:root:2 e3 detectors generated!
---
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/output/generateTLSE3Detectors.py", line 26, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Missing result in detectors ----------
<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
<e3Detector id="foo_0" freq="60" file="e3output.xml">
<detEntry lane="E3E2_0" pos="0.10"/>
<detEntry lane="E3E2_1" pos="0.10"/>
<detEntry lane="E3E2_2" pos="0.10"/>
<detEntry lane="N3bN2b_0" pos="240.31"/>
<detEntry lane="N3cN2b_0" pos="0.10"/>
<detEntry lane="NN3_0" pos="232.16"/>
<detEntry lane="SS3_0" pos="235.91"/>
<detEntry lane="W3W2_0" pos="0.10"/>
<detEntry lane="W3W2_1" pos="0.10"/>
<detEntry lane="W3W2_2" pos="0.10"/>
<detExit lane="E1C_0" pos="-.1"/>
<detExit lane="E1C_1" pos="-.1"/>
<detExit lane="E1C_2" pos="-.1"/>
<detExit lane="N1C_0" pos="-.1"/>
<detExit lane="N1C_1" pos="-.1"/>
<detExit lane="N1C_2" pos="-.1"/>
<detExit lane="S1C_0" pos="-.1"/>
<detExit lane="S1C_1" pos="-.1"/>
<detExit lane="S1C_2" pos="-.1"/>
<detExit lane="W1C_0" pos="-.1"/>
<detExit lane="W1C_1" pos="-.1"/>
<detExit lane="W1C_2" pos="-.1"/>
</e3Detector>
<e3Detector id="foo_E3" freq="60" file="e3output.xml">
<detEntry lane="EE3_0" pos="0.10"/>
<detExit lane="EE3_0" pos="-.1"/>
</e3Detector>
</additional>
<truncated after showing first 30 lines>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/output/tripinfoDiff.py", line 23, in <module>
> from sumolib.output import parse # noqa
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/output/../sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,3d0
< original durations: count 2, min 150.00 (0), max 150.00 (0), mean 150.00 Q1 150.00, median 150.00, Q3 150.00
< new durations: count 2, min 150.00 (0), max 150.00 (0), mean 150.00 Q1 150.00, median 150.00, Q3 150.00
< duration differences: count 2, min 0.00 (0), max 0.00 (0), mean 0.00 Q1 0.00, median 0.00, Q3 0.00
---------- Missing result in routes ----------
<tripDiffs>
<vehicle id="0" departDiff="0.0" arrivalDiff="0.0" timeLossDiff="0.0" durationDiff="0.0" routeLengthDiff="0.0"/>
<vehicle id="1" departDiff="0.0" arrivalDiff="0.0" timeLossDiff="0.0" durationDiff="0.0" routeLengthDiff="0.0"/>
<vehicle id="25" comment="new"/>
<vehicle id="2" comment="missing"/>
<vehicle id="3" comment="missing"/>
</tripDiffs>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/output/tripinfoDiff.py", line 23, in <module>
> from sumolib.output import parse # noqa
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/output/../sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,3d0
< original durations: count 2, min 224.00 (ped55), max 303.00 (ped35), mean 263.50 Q1 224.00, median 303.00, Q3 303.00
< new durations: count 2, min 215.00 (ped55), max 301.00 (ped35), mean 258.00 Q1 215.00, median 301.00, Q3 301.00
< duration differences: count 2, min -9.00 (ped55), max -2.00 (ped35), mean -5.50 Q1 -9.00, median -2.00, Q3 -2.00
---------- Missing result in routes ----------
<tripDiffs>
<personinfo id="ped35" durationDiff="-2.0" walkTimeLossDiff="-2.0" rideWaitDiff="1.0" walksDiff="0" accessesDiff="0" ridesDiff="0" stopsDiff="0"/>
<personinfo id="ped55" durationDiff="-9.0" walkTimeLossDiff="5.07" rideWaitDiff="-2.0" walksDiff="-1" accessesDiff="-2" ridesDiff="0" stopsDiff="0"/>
</tripDiffs>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/output/vehrouteDiff.py", line 23, in <module>
> from sumolib.output import parse # noqa
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/output/../sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,3d0
< original durations: count 1, min 150.00 (0), max 150.00 (0), mean 150.00 Q1 150.00, median 150.00, Q3 150.00
< new durations: count 1, min 150.00 (0), max 150.00 (0), mean 150.00 Q1 150.00, median 150.00, Q3 150.00
< duration differences: count 1, min 0.00 (0), max 0.00 (0), mean 0.00 Q1 0.00, median 0.00, Q3 0.00
---------- Missing result in routes ----------
<routeDiff>
<vehicle id="0" departDiff="0.0" arrivalDiff="0.0" exitTimesDiff="4.0 0.0 20.0 50.0"/>
</routeDiff>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/ptlines2flows.py", line 27, in <module>
> import sumolib
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,8d0
< generating trips...
< Imported 6 lines with 14 stops and skipped 0 lines
< bus: 6
< done.
< running SUMO to determine actual departure times...
< done.
< creating routes...
< done.
---------- Missing result in flows ----------
<?xml version="1.0" encoding="UTF-8"?>
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<vType id="bus" vClass="bus"/>
<vType id="tram" vClass="tram"/>
<vType id="train" vClass="rail"/>
<vType id="subway" vClass="rail_urban"/>
<vType id="light_rail" vClass="rail_urban"/>
<vType id="monorail" vClass="rail"/>
<vType id="trolleybus" vClass="bus"/>
<vType id="aerialway" vClass="bus"/>
<vType id="ferry" vClass="ship"/>
<route id="bus_104:0" edges="110450334#1 110450334#2 338412122 391493949 391493947 391493950#0 391493950#1 391493952#0 391493952#1 391493952#2 391493954#0 391493954#1 391493954#2 391493954#3" >
<stop busStop="3959807221" duration="30.00" until="35.0"/> <!-- Kolonnenbrücke -->
<stop busStop="3959807200" duration="30.00" until="101.0"/> <!-- Dudenstraße/Katzbachstraße -->
</route>
<route id="bus_104:1" edges="-391493954#3 -391493954#2 -391493954#1 -391493954#0 -391493952#2 -391493952#1 -391493952#0 -391493950#1 -391493950#0 -391493947 -391493949 -338412122 -110450334#2 -110450334#1" >
<stop busStop="3959807201" duration="30.00" until="39.0"/> <!-- Dudenstraße/Katzbachstraße -->
<stop busStop="3959807220" duration="30.00" until="106.0"/> <!-- Kolonnenbrücke -->
</route>
<route id="bus_140:0" edges="391493945#1 391493945#2 391493945#3 161159325#0 161159325#1 -53356539#1 -53356539#0" >
<stop busStop="2029039195" duration="30.00" until="37.0"/> <!-- Dudenstraße/Katzbachstraße -->
<stop busStop="4032629820" duration="30.00" until="122.0"/> <!-- Monumentenstraße -->
</route>
<route id="bus_N42:1" edges="110450334#1 110450334#2 338412122 391493949 391493947 391493950#0 391493950#1 391493952#0 391493952#1 391493952#2 391493954#0 391493954#1 391493954#2 391493954#3" >
<stop busStop="3959807221" duration="30.00" until="69.0"/> <!-- Kolonnenbrücke -->
<stop busStop="3959807200" duration="30.00" until="137.0"/> <!-- Dudenstraße/Katzbachstraße -->
</route>
<route id="bus_N42:0" edges="-391493954#3 -391493954#2 -391493954#1 -391493954#0 -391493952#2 -391493952#1 -391493952#0 -391493950#1 -391493950#0 -391493947 -391493949 -338412122 -110450334#2 -110450334#1" >
<stop busStop="3959807201" duration="30.00" until="72.0"/> <!-- Dudenstraße/Katzbachstraße -->
<stop busStop="3959807220" duration="30.00" until="140.0"/> <!-- Kolonnenbrücke -->
<truncated after showing first 30 lines>
---------- Missing result in trips ----------
<?xml version="1.0" encoding="UTF-8"?>
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<vType id="bus" vClass="bus"/>
<vType id="tram" vClass="tram"/>
<vType id="train" vClass="rail"/>
<vType id="subway" vClass="rail_urban"/>
<vType id="light_rail" vClass="rail_urban"/>
<vType id="monorail" vClass="rail"/>
<vType id="trolleybus" vClass="bus"/>
<vType id="aerialway" vClass="bus"/>
<vType id="ferry" vClass="ship"/>
<trip id="0_bus_104:0" type="bus" depart="0" departLane="best" from="110450334#1" to="391493954#3">
<stop busStop="3959807221" duration="30"/>
<stop busStop="3959807200" duration="30"/>
</trip>
<trip id="1_bus_104:1" type="bus" depart="0" departLane="best" from="-391493954#3" to="-110450334#1">
<stop busStop="3959807201" duration="30"/>
<stop busStop="3959807220" duration="30"/>
</trip>
<trip id="2_bus_140:0" type="bus" depart="0" departLane="best" from="391493945#1" to="-53356539#0">
<stop busStop="2029039195" duration="30"/>
<stop busStop="4032629820" duration="30"/>
</trip>
<trip id="3_bus_140:1" type="bus" depart="0" departLane="best" from="53356539#0" to="111325187#3">
<stop busStop="4032629811" duration="30"/>
<stop busStop="4032629819" duration="30"/>
<stop busStop="2029039199" duration="30"/>
<stop busStop="2029039146" duration="30"/>
</trip>
<trip id="4_bus_N42:0" type="bus" depart="0" departLane="best" from="-391493954#3" to="-110450334#1">
<truncated after showing first 30 lines>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/ptlines2flows.py", line 27, in <module>
> import sumolib
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,6d0
< generating trips...
< done.
< running SUMO to determine actual departure times...
< done.
< creating routes...
< done.
---------- Missing result in flows ----------
<?xml version="1.0" encoding="UTF-8"?>
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<vType id="bus" vClass="bus"/>
<vType id="tram" vClass="tram"/>
<vType id="train" vClass="rail"/>
<vType id="subway" vClass="rail_urban"/>
<vType id="light_rail" vClass="rail_urban"/>
<vType id="monorail" vClass="rail"/>
<vType id="trolleybus" vClass="bus"/>
<vType id="aerialway" vClass="bus"/>
<vType id="ferry" vClass="ship"/>
<route id="bus_104:0" edges="110450334#1 110450334#2 338412122 391493949 391493947 391493950#0 391493950#1 391493952#0 391493952#1 391493952#2 391493954#0 391493954#1 391493954#2 391493954#3" >
<stop busStop="3959807221" duration="30.00" until="35.0"/> <!-- Kolonnenbrücke -->
<stop busStop="3959807200" duration="30.00" until="101.0"/> <!-- Dudenstraße/Katzbachstraße -->
</route>
<route id="bus_104:1" edges="-391493954#3 -391493954#2 -391493954#1 -391493954#0 -391493952#2 -391493952#1 -391493952#0 -391493950#1 -391493950#0 -391493947 -391493949 -338412122 -110450334#2 -110450334#1" >
<stop busStop="3959807201" duration="30.00" until="39.0"/> <!-- Dudenstraße/Katzbachstraße -->
<stop busStop="3959807220" duration="30.00" until="106.0"/> <!-- Kolonnenbrücke -->
</route>
<route id="bus_140:0" edges="391493945#1 391493945#2 391493945#3 161159325#0 161159325#1 -53356539#1 -53356539#0" >
<stop busStop="2029039195" duration="30.00" until="37.0"/> <!-- Dudenstraße/Katzbachstraße -->
<stop busStop="4032629820" duration="30.00" until="122.0"/> <!-- Monumentenstraße -->
</route>
<route id="bus_N42:1" edges="110450334#1 110450334#2 338412122 391493949 391493947 391493950#0 391493950#1 391493952#0 391493952#1 391493952#2 391493954#0 391493954#1 391493954#2 391493954#3" >
<stop busStop="3959807221" duration="30.00" until="69.0"/> <!-- Kolonnenbrücke -->
<stop busStop="3959807200" duration="30.00" until="137.0"/> <!-- Dudenstraße/Katzbachstraße -->
</route>
<route id="bus_N42:0" edges="-391493954#3 -391493954#2 -391493954#1 -391493954#0 -391493952#2 -391493952#1 -391493952#0 -391493950#1 -391493950#0 -391493947 -391493949 -338412122 -110450334#2 -110450334#1" >
<stop busStop="3959807201" duration="30.00" until="72.0"/> <!-- Dudenstraße/Katzbachstraße -->
<stop busStop="3959807220" duration="30.00" until="140.0"/> <!-- Kolonnenbrücke -->
<truncated after showing first 30 lines>
---------- Missing result in trips ----------
<?xml version="1.0" encoding="UTF-8"?>
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<vType id="bus" vClass="bus"/>
<vType id="tram" vClass="tram"/>
<vType id="train" vClass="rail"/>
<vType id="subway" vClass="rail_urban"/>
<vType id="light_rail" vClass="rail_urban"/>
<vType id="monorail" vClass="rail"/>
<vType id="trolleybus" vClass="bus"/>
<vType id="aerialway" vClass="bus"/>
<vType id="ferry" vClass="ship"/>
<trip id="0_bus_104:0" type="bus" depart="18000.0" departLane="best" from="110450334#1" to="391493954#3">
<stop busStop="3959807221" duration="30"/>
<stop busStop="3959807200" duration="30"/>
</trip>
<trip id="1_bus_104:1" type="bus" depart="18000.0" departLane="best" from="-391493954#3" to="-110450334#1">
<stop busStop="3959807201" duration="30"/>
<stop busStop="3959807220" duration="30"/>
</trip>
<trip id="2_bus_140:0" type="bus" depart="18000.0" departLane="best" from="391493945#1" to="-53356539#0">
<stop busStop="2029039195" duration="30"/>
<stop busStop="4032629820" duration="30"/>
</trip>
<trip id="3_bus_140:1" type="bus" depart="18000.0" departLane="best" from="53356539#0" to="111325187#3">
<stop busStop="4032629811" duration="30"/>
<stop busStop="4032629819" duration="30"/>
<stop busStop="2029039199" duration="30"/>
<stop busStop="2029039146" duration="30"/>
</trip>
<trip id="4_bus_N42:0" type="bus" depart="18000.0" departLane="best" from="-391493954#3" to="-110450334#1">
<truncated after showing first 30 lines>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/ptlines2flows.py", line 27, in <module>
> import sumolib
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,6d0
< generating trips...
< done.
< running SUMO to determine actual departure times...
< done.
< creating routes...
< done.
---------- Missing result in flows ----------
<?xml version="1.0" encoding="UTF-8"?>
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<vType id="bus" vClass="bus"/>
<vType id="tram" vClass="tram"/>
<vType id="train" vClass="rail"/>
<vType id="subway" vClass="rail_urban"/>
<vType id="light_rail" vClass="rail_urban"/>
<vType id="monorail" vClass="rail"/>
<vType id="trolleybus" vClass="bus"/>
<vType id="aerialway" vClass="bus"/>
<vType id="ferry" vClass="ship"/>
<route id="bus_104:0" edges="110450334#1 110450334#2 338412122 391493949 391493947 391493950#0 391493950#1 391493952#0 391493952#1 391493952#2 391493954#0 391493954#1 391493954#2 391493954#3" >
<stop busStop="3959807221" duration="30.00" until="00:00:35"/> <!-- Kolonnenbrücke -->
<stop busStop="3959807200" duration="30.00" until="00:01:41"/> <!-- Dudenstraße/Katzbachstraße -->
</route>
<route id="bus_104:1" edges="-391493954#3 -391493954#2 -391493954#1 -391493954#0 -391493952#2 -391493952#1 -391493952#0 -391493950#1 -391493950#0 -391493947 -391493949 -338412122 -110450334#2 -110450334#1" >
<stop busStop="3959807201" duration="30.00" until="00:00:39"/> <!-- Dudenstraße/Katzbachstraße -->
<stop busStop="3959807220" duration="30.00" until="00:01:46"/> <!-- Kolonnenbrücke -->
</route>
<route id="bus_140:0" edges="391493945#1 391493945#2 391493945#3 161159325#0 161159325#1 -53356539#1 -53356539#0" >
<stop busStop="2029039195" duration="30.00" until="00:00:37"/> <!-- Dudenstraße/Katzbachstraße -->
<stop busStop="4032629820" duration="30.00" until="00:02:02"/> <!-- Monumentenstraße -->
</route>
<route id="bus_N42:1" edges="110450334#1 110450334#2 338412122 391493949 391493947 391493950#0 391493950#1 391493952#0 391493952#1 391493952#2 391493954#0 391493954#1 391493954#2 391493954#3" >
<stop busStop="3959807221" duration="30.00" until="00:01:09"/> <!-- Kolonnenbrücke -->
<stop busStop="3959807200" duration="30.00" until="00:02:17"/> <!-- Dudenstraße/Katzbachstraße -->
</route>
<route id="bus_N42:0" edges="-391493954#3 -391493954#2 -391493954#1 -391493954#0 -391493952#2 -391493952#1 -391493952#0 -391493950#1 -391493950#0 -391493947 -391493949 -338412122 -110450334#2 -110450334#1" >
<stop busStop="3959807201" duration="30.00" until="00:01:12"/> <!-- Dudenstraße/Katzbachstraße -->
<stop busStop="3959807220" duration="30.00" until="00:02:20"/> <!-- Kolonnenbrücke -->
<truncated after showing first 30 lines>
---------- Missing result in trips ----------
<?xml version="1.0" encoding="UTF-8"?>
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<vType id="bus" vClass="bus"/>
<vType id="tram" vClass="tram"/>
<vType id="train" vClass="rail"/>
<vType id="subway" vClass="rail_urban"/>
<vType id="light_rail" vClass="rail_urban"/>
<vType id="monorail" vClass="rail"/>
<vType id="trolleybus" vClass="bus"/>
<vType id="aerialway" vClass="bus"/>
<vType id="ferry" vClass="ship"/>
<trip id="0_bus_104:0" type="bus" depart="0" departLane="best" from="110450334#1" to="391493954#3">
<stop busStop="3959807221" duration="30"/>
<stop busStop="3959807200" duration="30"/>
</trip>
<trip id="1_bus_104:1" type="bus" depart="0" departLane="best" from="-391493954#3" to="-110450334#1">
<stop busStop="3959807201" duration="30"/>
<stop busStop="3959807220" duration="30"/>
</trip>
<trip id="2_bus_140:0" type="bus" depart="0" departLane="best" from="391493945#1" to="-53356539#0">
<stop busStop="2029039195" duration="30"/>
<stop busStop="4032629820" duration="30"/>
</trip>
<trip id="3_bus_140:1" type="bus" depart="0" departLane="best" from="53356539#0" to="111325187#3">
<stop busStop="4032629811" duration="30"/>
<stop busStop="4032629819" duration="30"/>
<stop busStop="2029039199" duration="30"/>
<stop busStop="2029039146" duration="30"/>
</trip>
<trip id="4_bus_N42:0" type="bus" depart="0" departLane="best" from="-391493954#3" to="-110450334#1">
<truncated after showing first 30 lines>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/ptlines2flows.py", line 27, in <module>
> import sumolib
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,8d0
< generating trips...
< Imported 2 lines with 4 stops and skipped 0 lines
< bus: 2
< done.
< running SUMO to determine actual departure times...
< done.
< creating routes...
< done.
---------- Missing result in flows ----------
<?xml version="1.0" encoding="UTF-8"?>
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<vType id="bus" vClass="bus"/>
<vType id="tram" vClass="tram"/>
<vType id="train" vClass="rail"/>
<vType id="subway" vClass="rail_urban"/>
<vType id="light_rail" vClass="rail_urban"/>
<vType id="monorail" vClass="rail"/>
<vType id="trolleybus" vClass="bus"/>
<vType id="aerialway" vClass="bus"/>
<vType id="ferry" vClass="ship"/>
<route id="bus_104:0" edges="110450334#1 110450334#2 338412122 391493949 391493947 391493950#0 391493950#1 391493952#0 391493952#1 391493952#2 391493954#0 391493954#1 391493954#2 391493954#3" >
<stop busStop="3959807221" duration="30.00" until="37.0"/> <!-- Kolonnenbrücke -->
<stop busStop="3959807200" duration="30.00" until="103.0"/> <!-- Dudenstraße/Katzbachstraße -->
</route>
<route id="bus_104:1" edges="-391493954#3 -391493954#2 -391493954#1 -391493954#0 -391493952#2 -391493952#1 -391493952#0 -391493950#1 -391493950#0 -391493947 -391493949 -338412122 -110450334#2 -110450334#1" >
<stop busStop="3959807201" duration="30.00" until="39.0"/> <!-- Dudenstraße/Katzbachstraße -->
<stop busStop="3959807220" duration="30.00" until="105.0"/> <!-- Kolonnenbrücke -->
</route>
<flow id="bus_104:0" type="bus" route="bus_104:0" begin="0.0" end="3600.0" period="600" line="104:0" >
<param key="name" value="Buslinie 104: Neu-Westend, Brixplatz => Stralau, Tunnelstraße "(test some quotes""/>
<param key="completeness" value="1.00"/>
</flow>
<flow id="bus_104:1" type="bus" route="bus_104:1" begin="0.0" end="3600.0" period="480" line="104:1" >
</flow>
</routes>
---------- Missing result in trips ----------
<?xml version="1.0" encoding="UTF-8"?>
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<vType id="bus" vClass="bus"/>
<vType id="tram" vClass="tram"/>
<vType id="train" vClass="rail"/>
<vType id="subway" vClass="rail_urban"/>
<vType id="light_rail" vClass="rail_urban"/>
<vType id="monorail" vClass="rail"/>
<vType id="trolleybus" vClass="bus"/>
<vType id="aerialway" vClass="bus"/>
<vType id="ferry" vClass="ship"/>
<trip id="0_bus_104:0" type="bus" depart="0" departLane="best" from="110450334#1" to="391493954#3">
<stop busStop="3959807221" duration="30"/>
<stop busStop="3959807200" duration="30"/>
</trip>
<trip id="1_bus_104:1" type="bus" depart="0" departLane="best" from="-391493954#3" to="-110450334#1">
<stop busStop="3959807201" duration="30"/>
<stop busStop="3959807220" duration="30"/>
</trip>
</routes>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/ptlines2flows.py", line 27, in <module>
> import sumolib
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,6d0
< generating trips...
< done.
< running SUMO to determine actual departure times...
< done.
< creating routes...
< done.
---------- Missing result in flows ----------
<?xml version="1.0" encoding="UTF-8"?>
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<vType id="bus" vClass="bus"/>
<vType id="tram" vClass="tram"/>
<vType id="train" vClass="rail"/>
<vType id="subway" vClass="rail_urban"/>
<vType id="light_rail" vClass="rail_urban"/>
<vType id="monorail" vClass="rail"/>
<vType id="trolleybus" vClass="bus"/>
<vType id="aerialway" vClass="bus"/>
<vType id="ferry" vClass="ship"/>
<route id="bus_104:0" edges="110450334#1 110450334#2 338412122 391493949 391493947 391493950#0 391493950#1 391493952#0 391493952#1 391493952#2 391493954#0 391493954#1 391493954#2 391493954#3" >
<stop busStop="3959807221" duration="30.00" until="35.0" parking="true"/> <!-- Kolonnenbrücke -->
<stop busStop="3959807200" duration="30.00" until="101.0" parking="true"/> <!-- Dudenstraße/Katzbachstraße -->
</route>
<route id="bus_104:1" edges="-391493954#3 -391493954#2 -391493954#1 -391493954#0 -391493952#2 -391493952#1 -391493952#0 -391493950#1 -391493950#0 -391493947 -391493949 -338412122 -110450334#2 -110450334#1" >
<stop busStop="3959807201" duration="30.00" until="39.0" parking="true"/> <!-- Dudenstraße/Katzbachstraße -->
<stop busStop="3959807220" duration="30.00" until="106.0" parking="true"/> <!-- Kolonnenbrücke -->
</route>
<route id="bus_140:0" edges="391493945#1 391493945#2 391493945#3 161159325#0 161159325#1 -53356539#1 -53356539#0" >
<stop busStop="2029039195" duration="30.00" until="37.0" parking="true"/> <!-- Dudenstraße/Katzbachstraße -->
<stop busStop="4032629820" duration="30.00" until="122.0" parking="true"/> <!-- Monumentenstraße -->
</route>
<route id="bus_N42:1" edges="110450334#1 110450334#2 338412122 391493949 391493947 391493950#0 391493950#1 391493952#0 391493952#1 391493952#2 391493954#0 391493954#1 391493954#2 391493954#3" >
<stop busStop="3959807221" duration="30.00" until="69.0" parking="true"/> <!-- Kolonnenbrücke -->
<stop busStop="3959807200" duration="30.00" until="137.0" parking="true"/> <!-- Dudenstraße/Katzbachstraße -->
</route>
<route id="bus_N42:0" edges="-391493954#3 -391493954#2 -391493954#1 -391493954#0 -391493952#2 -391493952#1 -391493952#0 -391493950#1 -391493950#0 -391493947 -391493949 -338412122 -110450334#2 -110450334#1" >
<stop busStop="3959807201" duration="30.00" until="72.0" parking="true"/> <!-- Dudenstraße/Katzbachstraße -->
<stop busStop="3959807220" duration="30.00" until="140.0" parking="true"/> <!-- Kolonnenbrücke -->
<truncated after showing first 30 lines>
---------- Missing result in trips ----------
<?xml version="1.0" encoding="UTF-8"?>
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<vType id="bus" vClass="bus"/>
<vType id="tram" vClass="tram"/>
<vType id="train" vClass="rail"/>
<vType id="subway" vClass="rail_urban"/>
<vType id="light_rail" vClass="rail_urban"/>
<vType id="monorail" vClass="rail"/>
<vType id="trolleybus" vClass="bus"/>
<vType id="aerialway" vClass="bus"/>
<vType id="ferry" vClass="ship"/>
<trip id="0_bus_104:0" type="bus" depart="0" departLane="best" from="110450334#1" to="391493954#3">
<stop busStop="3959807221" duration="30"/>
<stop busStop="3959807200" duration="30"/>
</trip>
<trip id="1_bus_104:1" type="bus" depart="0" departLane="best" from="-391493954#3" to="-110450334#1">
<stop busStop="3959807201" duration="30"/>
<stop busStop="3959807220" duration="30"/>
</trip>
<trip id="2_bus_140:0" type="bus" depart="0" departLane="best" from="391493945#1" to="-53356539#0">
<stop busStop="2029039195" duration="30"/>
<stop busStop="4032629820" duration="30"/>
</trip>
<trip id="3_bus_140:1" type="bus" depart="0" departLane="best" from="53356539#0" to="111325187#3">
<stop busStop="4032629811" duration="30"/>
<stop busStop="4032629819" duration="30"/>
<stop busStop="2029039199" duration="30"/>
<stop busStop="2029039146" duration="30"/>
</trip>
<trip id="4_bus_N42:0" type="bus" depart="0" departLane="best" from="-391493954#3" to="-110450334#1">
<truncated after showing first 30 lines>
---------- Differences in errors ----------
1c1,6
< Warning: busStop '3959807200' for vehicle '5_bus_N42:1' on lane '391493954#3_1' is not downstream the current route.
---
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/ptlines2flows.py", line 27, in <module>
> import sumolib
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,6d0
< generating trips...
< done.
< running SUMO to determine actual departure times...
< done.
< creating routes...
< done.
---------- Missing result in flows ----------
<?xml version="1.0" encoding="UTF-8"?>
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<vType id="bus" vClass="bus"/>
<vType id="tram" vClass="tram"/>
<vType id="train" vClass="rail"/>
<vType id="subway" vClass="rail_urban"/>
<vType id="light_rail" vClass="rail_urban"/>
<vType id="monorail" vClass="rail"/>
<vType id="trolleybus" vClass="bus"/>
<vType id="aerialway" vClass="bus"/>
<vType id="ferry" vClass="ship"/>
<route id="bus_104:0" edges="110450334#1 110450334#2 338412122 391493949 391493947 391493950#0 391493950#1 391493952#0 391493952#1 391493952#2 391493954#0 391493954#1 391493954#2 391493954#3" >
<stop busStop="3959807221" duration="30.00" until="35.0"/> <!-- Kolonnenbrücke -->
<stop busStop="3959807200" duration="30.00" until="101.0"/> <!-- Dudenstraße/Katzbachstraße -->
</route>
<route id="bus_104:1" edges="-391493954#3 -391493954#2 -391493954#1 -391493954#0 -391493952#2 -391493952#1 -391493952#0 -391493950#1 -391493950#0 -391493947 -391493949 -338412122 -110450334#2 -110450334#1" >
<stop busStop="3959807201" duration="30.00" until="39.0"/> <!-- Dudenstraße/Katzbachstraße -->
<stop busStop="3959807220" duration="30.00" until="106.0"/> <!-- Kolonnenbrücke -->
</route>
<route id="bus_140:0" edges="391493945#1 391493945#2 391493945#3 161159325#0 161159325#1 -53356539#1 -53356539#0" >
<stop busStop="2029039195" duration="30.00" until="37.0"/> <!-- Dudenstraße/Katzbachstraße -->
<stop busStop="4032629820" duration="30.00" until="122.0"/> <!-- Monumentenstraße -->
</route>
<route id="bus_N42:0" edges="-391493954#3 -391493954#2 -391493954#1 -391493954#0 -391493952#2 -391493952#1 -391493952#0 -391493950#1 -391493950#0 -391493947 -391493949 -338412122 -110450334#2 -110450334#1" >
<stop busStop="3959807201" duration="30.00" until="72.0"/> <!-- Dudenstraße/Katzbachstraße -->
<stop busStop="3959807220" duration="30.00" until="140.0"/> <!-- Kolonnenbrücke -->
</route>
<route id="bus_N42:1" edges="110450334#1 110450334#2 338412122 391493949 391493947 391493950#0 391493950#1 391493952#0 391493952#1 391493952#2 391493954#0 391493954#1 391493954#2 391493954#3 456455657#0 456455657#1 391493953#0 391493953#1 391493946 391493948 456455656 391493951 456455655" >
<stop busStop="3959807221" duration="30.00" until="69.0"/> <!-- Kolonnenbrücke -->
<stop busStop="3959807200" duration="30.00" until="137.0"/> <!-- Dudenstraße/Katzbachstraße -->
<truncated after showing first 30 lines>
---------- Missing result in trips ----------
<?xml version="1.0" encoding="UTF-8"?>
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<vType id="bus" vClass="bus"/>
<vType id="tram" vClass="tram"/>
<vType id="train" vClass="rail"/>
<vType id="subway" vClass="rail_urban"/>
<vType id="light_rail" vClass="rail_urban"/>
<vType id="monorail" vClass="rail"/>
<vType id="trolleybus" vClass="bus"/>
<vType id="aerialway" vClass="bus"/>
<vType id="ferry" vClass="ship"/>
<trip id="0_bus_104:0" type="bus" depart="0" departLane="best" from="110450334#1" to="391493954#3" via="110450334#2 338412122 391493949 391493947 391493950#0 391493950#1 391493952#0 391493952#1 391493952#2 391493954#0 391493954#1 391493954#2">
<stop busStop="3959807221" duration="30"/>
<stop busStop="3959807200" duration="30"/>
</trip>
<trip id="1_bus_104:1" type="bus" depart="0" departLane="best" from="-391493954#3" to="-110450334#1" via="-391493954#2 -391493954#1 -391493954#0 -391493952#2 -391493952#1 -391493952#0 -391493950#1 -391493950#0 -391493947 -391493949 -338412122 -110450334#2">
<stop busStop="3959807201" duration="30"/>
<stop busStop="3959807220" duration="30"/>
</trip>
<trip id="2_bus_140:0" type="bus" depart="0" departLane="best" from="391493945#1" to="-53356539#0" via="391493945#2 391493945#3 161159325#0 161159325#1 -53356539#1">
<stop busStop="2029039195" duration="30"/>
<stop busStop="4032629820" duration="30"/>
</trip>
<trip id="3_bus_140:1" type="bus" depart="0" departLane="best" from="53356539#0" to="111325187#3" via="53356539#1 4710636#0 4710636#1 4710636#2 111325187#0 111325187#1 111325187#2">
<stop busStop="4032629811" duration="30"/>
<stop busStop="4032629819" duration="30"/>
<stop busStop="2029039199" duration="30"/>
<stop busStop="2029039146" duration="30"/>
</trip>
<trip id="4_bus_N42:0" type="bus" depart="0" departLane="best" from="-391493954#3" to="-110450334#1">
<truncated after showing first 30 lines>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/ptlines2flows.py", line 27, in <module>
> import sumolib
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,6d0
< generating trips...
< done.
< running SUMO to determine actual departure times...
< done.
< creating routes...
< done.
---------- Missing result in flows ----------
<?xml version="1.0" encoding="UTF-8"?>
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<vType id="bus" vClass="bus"/>
<vType id="tram" vClass="tram"/>
<vType id="train" vClass="rail"/>
<vType id="subway" vClass="rail_urban"/>
<vType id="light_rail" vClass="rail_urban"/>
<vType id="monorail" vClass="rail"/>
<vType id="trolleybus" vClass="bus"/>
<vType id="aerialway" vClass="bus"/>
<vType id="ferry" vClass="ship"/>
<route id="bus_104:0" edges="110450334#1 110450334#2 338412122 391493949 391493947 391493950#0 391493950#1 391493952#0 391493952#1 391493952#2 391493954#0 391493954#1 391493954#2 391493954#3" >
<stop busStop="3959807221" duration="30.00" until="35.0"/> <!-- Kolonnenbrücke -->
<stop busStop="3959807200" duration="30.00" until="100.0"/> <!-- Dudenstraße/Katzbachstraße -->
</route>
<route id="bus_104:1" edges="-391493954#3 -391493954#2 -391493954#1 -391493954#0 -391493952#2 -391493952#1 -391493952#0 -391493950#1 -391493950#0 -391493947 -391493949 -338412122 -110450334#2 -110450334#1" >
<stop busStop="3959807201" duration="30.00" until="39.0"/> <!-- Dudenstraße/Katzbachstraße -->
<stop busStop="3959807220" duration="30.00" until="109.0"/> <!-- Kolonnenbrücke -->
</route>
<route id="bus_140:0" edges="391493945#1 391493945#2 391493945#3 161159325#0 161159325#1 -53356539#1 -53356539#0" >
<stop busStop="2029039195" duration="30.00" until="37.0"/> <!-- Dudenstraße/Katzbachstraße -->
<stop busStop="4032629820" duration="30.00" until="113.0"/> <!-- Monumentenstraße -->
</route>
<route id="bus_N42:0" edges="-391493954#3 -391493954#2 -391493954#1 -391493954#0 -391493952#2 -391493952#1 -391493952#0 -391493950#1 -391493950#0 -391493947 -391493949 -338412122 -110450334#2 -110450334#1" >
<stop busStop="3959807201" duration="30.00" until="39.0"/> <!-- Dudenstraße/Katzbachstraße -->
<stop busStop="3959807220" duration="30.00" until="104.0"/> <!-- Kolonnenbrücke -->
</route>
<route id="bus_N42:1" edges="110450334#1 110450334#2 338412122 391493949 391493947 391493950#0 391493950#1 391493952#0 391493952#1 391493952#2 391493954#0 391493954#1 391493954#2 391493954#3" >
<stop busStop="3959807221" duration="30.00" until="36.0"/> <!-- Kolonnenbrücke -->
<stop busStop="3959807200" duration="30.00" until="102.0"/> <!-- Dudenstraße/Katzbachstraße -->
<truncated after showing first 30 lines>
---------- Missing result in trips ----------
<?xml version="1.0" encoding="UTF-8"?>
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<vType id="bus" vClass="bus"/>
<vType id="tram" vClass="tram"/>
<vType id="train" vClass="rail"/>
<vType id="subway" vClass="rail_urban"/>
<vType id="light_rail" vClass="rail_urban"/>
<vType id="monorail" vClass="rail"/>
<vType id="trolleybus" vClass="bus"/>
<vType id="aerialway" vClass="bus"/>
<vType id="ferry" vClass="ship"/>
<trip id="0_bus_104:0" type="bus" depart="15" departLane="best" from="110450334#1" to="391493954#3">
<stop busStop="3959807221" duration="30"/>
<stop busStop="3959807200" duration="30"/>
</trip>
<trip id="1_bus_104:1" type="bus" depart="133" departLane="best" from="-391493954#3" to="-110450334#1">
<stop busStop="3959807201" duration="30"/>
<stop busStop="3959807220" duration="30"/>
</trip>
<trip id="2_bus_140:0" type="bus" depart="165" departLane="best" from="391493945#1" to="-53356539#0">
<stop busStop="2029039195" duration="30"/>
<stop busStop="4032629820" duration="30"/>
</trip>
<trip id="3_bus_140:1" type="bus" depart="383" departLane="best" from="53356539#0" to="111325187#3">
<stop busStop="4032629811" duration="30"/>
<stop busStop="4032629819" duration="30"/>
<stop busStop="2029039199" duration="30"/>
<stop busStop="2029039146" duration="30"/>
</trip>
<trip id="4_bus_N42:0" type="bus" depart="406" departLane="best" from="-391493954#3" to="-110450334#1">
<truncated after showing first 30 lines>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/ptlines2flows.py", line 27, in <module>
> import sumolib
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,8d0
< generating trips...
< Imported 1 lines with 3 stops and skipped 0 lines
< light_rail: 1
< done.
< running SUMO to determine actual departure times...
< done.
< creating routes...
< done.
---------- Missing result in flows ----------
<?xml version="1.0" encoding="UTF-8"?>
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<vType id="bus" vClass="bus"/>
<vType id="tram" vClass="tram"/>
<vType id="train" vClass="rail"/>
<vType id="subway" vClass="rail_urban"/>
<vType id="light_rail" vClass="rail_urban"/>
<vType id="monorail" vClass="rail"/>
<vType id="trolleybus" vClass="bus"/>
<vType id="aerialway" vClass="bus"/>
<vType id="ferry" vClass="ship"/>
<route id="light_rail_S46:0" edges="beg f h branch -branch -h g end" >
<stop busStop="stopBeg" duration="30.00" until="32.0"/> <!-- stopBeg -->
<stop busStop="stopBranch" duration="30.00" until="93.0"/> <!-- stopBranch -->
<stop busStop="stopEnd" duration="30.00" until="153.0"/> <!-- stopEnd -->
</route>
<flow id="light_rail_S46:0" type="light_rail" route="light_rail_S46:0" begin="0.0" end="3600.0" period="600" line="S46:0" >
<param key="name" value="0"/>
<param key="completeness" value="1.00"/>
</flow>
</routes>
---------- Missing result in trips ----------
<?xml version="1.0" encoding="UTF-8"?>
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<vType id="bus" vClass="bus"/>
<vType id="tram" vClass="tram"/>
<vType id="train" vClass="rail"/>
<vType id="subway" vClass="rail_urban"/>
<vType id="light_rail" vClass="rail_urban"/>
<vType id="monorail" vClass="rail"/>
<vType id="trolleybus" vClass="bus"/>
<vType id="aerialway" vClass="bus"/>
<vType id="ferry" vClass="ship"/>
<trip id="0_light_rail_S46:0" type="light_rail" depart="0" departLane="best" from="beg" to="end">
<stop busStop="stopBeg" duration="30"/>
<stop busStop="stopBranch" duration="30"/>
<stop busStop="stopEnd" duration="30"/>
</trip>
</routes>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/ptlines2flows.py", line 27, in <module>
> import sumolib
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,8d0
< generating trips...
< Imported 1 lines with 2 stops and skipped 0 lines
< bus: 1
< done.
< running SUMO to determine actual departure times...
< done.
< creating routes...
< done.
---------- Missing result in flows ----------
<?xml version="1.0" encoding="UTF-8"?>
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<vType id="bus" vClass="bus"/>
<vType id="tram" vClass="tram"/>
<vType id="train" vClass="rail"/>
<vType id="subway" vClass="rail_urban"/>
<vType id="light_rail" vClass="rail_urban"/>
<vType id="monorail" vClass="rail"/>
<vType id="trolleybus" vClass="bus"/>
<vType id="aerialway" vClass="bus"/>
<vType id="ferry" vClass="ship"/>
<route id="bus_104:0" edges="110450334#1 110450334#2 338412122 391493949 391493947 391493950#0 391493950#1 391493952#0 391493952#1 391493952#2 391493954#0 391493954#1 391493954#2 391493954#3" >
<stop busStop="3959807221" duration="60.00" until="65.0"/> <!-- Kolonnenbrücke -->
<stop busStop="3959807200" duration="60.00" until="162.0"/> <!-- Dudenstraße/Katzbachstraße -->
</route>
<flow id="bus_104:0" type="bus" route="bus_104:0" begin="0.0" end="3600.0" period="600" line="104:0" >
<param key="name" value="Buslinie 104: Neu-Westend, Brixplatz => Stralau, Tunnelstraße"/>
<param key="completeness" value="1.00"/>
</flow>
</routes>
---------- Missing result in trips ----------
<?xml version="1.0" encoding="UTF-8"?>
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<vType id="bus" vClass="bus"/>
<vType id="tram" vClass="tram"/>
<vType id="train" vClass="rail"/>
<vType id="subway" vClass="rail_urban"/>
<vType id="light_rail" vClass="rail_urban"/>
<vType id="monorail" vClass="rail"/>
<vType id="trolleybus" vClass="bus"/>
<vType id="aerialway" vClass="bus"/>
<vType id="ferry" vClass="ship"/>
<trip id="0_bus_104:0" type="bus" depart="0" departLane="best" from="110450334#1" to="391493954#3">
<stop busStop="3959807221" duration="60.0"/>
<stop busStop="3959807200" duration="60.0"/>
</trip>
</routes>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/ptlines2flows.py", line 27, in <module>
> import sumolib
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,11d0
< generating trips...
< Skipping line '2' because it has type 'aerialway'
<
< Imported 2 lines with 4 stops and skipped 1 lines
< bus: 1
< trolleybus: 1
< done.
< running SUMO to determine actual departure times...
< done.
< creating routes...
< done.
---------- Missing result in flows ----------
<?xml version="1.0" encoding="UTF-8"?>
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<vType id="bus" vClass="bus"/>
<vType id="tram" vClass="tram"/>
<vType id="train" vClass="rail"/>
<vType id="subway" vClass="rail_urban"/>
<vType id="light_rail" vClass="rail_urban"/>
<vType id="monorail" vClass="rail"/>
<vType id="trolleybus" vClass="bus"/>
<vType id="aerialway" vClass="bus"/>
<vType id="ferry" vClass="ship"/>
<route id="bus_104:0" edges="110450334#1 110450334#2 338412122 391493949 391493947 391493950#0 391493950#1 391493952#0 391493952#1 391493952#2 391493954#0 391493954#1 391493954#2 391493954#3" >
<stop busStop="3959807221" duration="30.00" until="37.0"/> <!-- Kolonnenbrücke -->
<stop busStop="3959807200" duration="30.00" until="103.0"/> <!-- Dudenstraße/Katzbachstraße -->
</route>
<route id="trolleybus_104:1" edges="-391493954#3 -391493954#2 -391493954#1 -391493954#0 -391493952#2 -391493952#1 -391493952#0 -391493950#1 -391493950#0 -391493947 -391493949 -338412122 -110450334#2 -110450334#1" >
<stop busStop="3959807201" duration="30.00" until="39.0"/> <!-- Dudenstraße/Katzbachstraße -->
<stop busStop="3959807220" duration="30.00" until="105.0"/> <!-- Kolonnenbrücke -->
</route>
<flow id="bus_104:0" type="bus" route="bus_104:0" begin="0.0" end="3600.0" period="600" line="104:0" >
<param key="name" value="Buslinie 104: Neu-Westend, Brixplatz => Stralau, Tunnelstraße"/>
<param key="completeness" value="1.00"/>
</flow>
<flow id="trolleybus_104:1" type="trolleybus" route="trolleybus_104:1" begin="0.0" end="3600.0" period="600" line="104:1" >
<param key="name" value="Buslinie 104: Stralau, Tunnelstraße => Neu-Westend, Brixplatz"/>
<param key="completeness" value="1.00"/>
</flow>
</routes>
---------- Missing result in trips ----------
<?xml version="1.0" encoding="UTF-8"?>
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<vType id="bus" vClass="bus"/>
<vType id="tram" vClass="tram"/>
<vType id="train" vClass="rail"/>
<vType id="subway" vClass="rail_urban"/>
<vType id="light_rail" vClass="rail_urban"/>
<vType id="monorail" vClass="rail"/>
<vType id="trolleybus" vClass="bus"/>
<vType id="aerialway" vClass="bus"/>
<vType id="ferry" vClass="ship"/>
<trip id="0_bus_104:0" type="bus" depart="0" departLane="best" from="110450334#1" to="391493954#3">
<stop busStop="3959807221" duration="30"/>
<stop busStop="3959807200" duration="30"/>
</trip>
<trip id="1_trolleybus_104:1" type="trolleybus" depart="0" departLane="best" from="-391493954#3" to="-110450334#1">
<stop busStop="3959807201" duration="30"/>
<stop busStop="3959807220" duration="30"/>
</trip>
</routes>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/route/cutRoutes.py", line 36, in <module>
> from sumolib.output import parse, parse_fast # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,11d0
< Valid area contains 4 edges
< Parsing routes from input_routes.rou.xml
< Could not reconstruct new departure time for vehicle 'straight'. Using old departure time.
< Parsed 2 vehicles and kept 1 routes
< Number of disconnected routes: 1. Most frequent missing edges:
< 1 left
< Wrote 1 routes
< Building line offset index for out.rou.xml.unsorted
< Parsing out.rou.xml.unsorted for line indices and departs
< found 1 items
< Copying elements from out.rou.xml.unsorted to out.rou.xml sorted by departure
---------- Missing result in routes ----------
<!-- generated with cutRoutes.py for input_net.net.xml from ['input_routes.rou.xml'] -->
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<vehicle depart="0.00" id="straight" type="slow">
<route edges="middle end"/>
</vehicle>
</routes>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/route/cutRoutes.py", line 36, in <module>
> from sumolib.output import parse, parse_fast # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,6d0
< Valid area contains 4 edges
< Parsing routes from input_routes.rou.xml
< Parsed 2 vehicles and kept 1 routes (avg teleportFactor 0.0)
< Number of disconnected routes: 1. Most frequent missing edges:
< 1 left
< Wrote 1 routes
---------- Missing result in routes ----------
<!-- generated with cutRoutes.py for input_net.net.xml from ['input_routes.rou.xml'] -->
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<vehicle arrival="573.00" depart="116.00" id="straight" type="slow">
<route edges="middle end"/>
</vehicle>
</routes>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/route/cutRoutes.py", line 36, in <module>
> from sumolib.output import parse, parse_fast # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,9d0
< Valid area contains 4 edges
< Parsing routes from input_routes.rou.xml
< Could not reconstruct new departure time for vehicle 'left'. Using old departure time.
< Could not reconstruct new departure time for vehicle 'left'. Using old departure time.
< Could not reconstruct new departure time for vehicle 'straight'. Using old departure time.
< Parsed 2 vehicles and kept 3 routes
< Number of disconnected routes: 1. Most frequent missing edges:
< 1 left
< Wrote 3 routes
---------- Missing result in routes ----------
<!-- generated with cutRoutes.py for input_net.net.xml from ['input_routes.rou.xml'] -->
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<vehicle depart="0.00" id="left_part0" type="fast">
<route edges="beg2left"/>
</vehicle>
<vehicle depart="0.00" id="left_part1" type="fast">
<route edges="left2end end"/>
</vehicle>
<vehicle depart="0.00" id="straight" type="slow">
<route edges="middle end"/>
</vehicle>
</routes>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/route/cutRoutes.py", line 36, in <module>
> from sumolib.output import parse, parse_fast # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,6d0
< Valid area contains 4 edges
< Parsing routes from input_routes.rou.xml
< Parsed 2 vehicles and kept 3 routes
< Number of disconnected routes: 1. Most frequent missing edges:
< 1 left
< Wrote 3 routes
---------- Missing result in routes ----------
<!-- generated with cutRoutes.py for input_net.net.xml from ['input_routes.rou.xml'] -->
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<vehicle depart="10.27" id="left_part0" type="fast">
<route edges="beg2left"/>
</vehicle>
<vehicle depart="10.27" id="straight" type="slow">
<route edges="beg2left middle end"/>
</vehicle>
<vehicle depart="136.45" id="left_part1" type="fast">
<route edges="left2end end"/>
</vehicle>
</routes>
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/route/cutRoutes.py", line 36, in <module> > from sumolib.output import parse, parse_fast # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,7d0 < Valid area contains 4 edges < Parsing routes from input_routes.rou.xml < Parsed 2 vehicles and kept 0 routes < Discarded 1 routes because they have less than 3 edges < Number of disconnected routes: 1. Most frequent missing edges: < 1 left < Wrote 0 routes ---------- Missing result in routes ---------- <!-- generated with cutRoutes.py for input_net.net.xml from ['input_routes.rou.xml'] --> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> </routes>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/route/cutRoutes.py", line 36, in <module>
> from sumolib.output import parse, parse_fast # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,6d0
< Valid area contains 4 edges
< Parsing routes from input_routes.rou.xml
< Parsed 2 vehicles and kept 1 routes
< Number of disconnected routes: 1. Most frequent missing edges:
< 1 left
< Wrote 1 routes
---------- Missing result in routes ----------
<!-- generated with cutRoutes.py for input_net.net.xml from ['input_routes.rou.xml'] -->
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<vehicle depart="17.81" id="straight" type="slow">
<route edges="middle end"/>
</vehicle>
</routes>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/route/cutRoutes.py", line 36, in <module>
> from sumolib.output import parse, parse_fast # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,6d0
< Valid area contains 4 edges
< Parsing routes from input_routes.rou.xml
< Parsed 2 vehicles and kept 1 routes
< Number of disconnected routes: 1. Most frequent missing edges:
< 1 left
< Wrote 1 routes
---------- Missing result in routes ----------
<!-- generated with cutRoutes.py for input_net.net.xml from ['input_routes.rou.xml'] -->
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<vehicle depart="35.63" id="straight" type="slow">
<route edges="middle end"/>
</vehicle>
</routes>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/route/cutRoutes.py", line 36, in <module>
> from sumolib.output import parse, parse_fast # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,6d0
< Valid area contains 4 edges
< Kept 1 of 2 busStops
< Parsing routes from input_routes.rou.xml
< Parsed 4 vehicles and kept 2 routes
< Number of disconnected routes: 0. Most frequent missing edges:
< Wrote 2 standalone-routes and 4 vehicles
---------- Missing result in additional ----------
<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
<busStop endPos="40" id="busstop1" lane="middle_0" lines="100 101 102" startPos="20"/>
</additional>
---------- Missing result in routes ----------
<!-- generated with cutRoutes.py for input_net.net.xml from ['input_routes.rou.xml'] -->
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<route edges="middle end" id="r0"/>
<route edges="middle end" id="r1">
<stop busStop="busstop1" duration="10" until="172.185251799"/>
</route>
<vehicle depart="27.81" id="v1" route="r0">
<stop busStop="busstop1" duration="10"/>
</vehicle>
<vehicle depart="47.81" id="v3" route="r1"/>
<vehicle depart="37.81" id="v2" route="r0"/>
<vehicle depart="57.81" id="v4" route="r1"/>
</routes>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/route/cutRoutes.py", line 36, in <module>
> from sumolib.output import parse, parse_fast # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,6d0
< Valid area contains 4 edges
< Kept 1 of 1 tazs
< Parsing routes from input_routes.rou.xml
< Parsed 0 vehicles and kept 0 routes
< Number of disconnected routes: 0. Most frequent missing edges:
< Wrote 0 routes
---------- Missing result in additional ----------
<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
<taz edges="middle end" id="taz0"/>
</additional>
---------- Missing result in routes ----------
<!-- generated with cutRoutes.py for input_net.net.xml from ['input_routes.rou.xml'] -->
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
</routes>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/route/cutRoutes.py", line 36, in <module>
> from sumolib.output import parse, parse_fast # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,7d0
< Valid area contains 4 edges
< Parsing routes from input_routes.rou.xml
< Could not reconstruct new departure time for vehicle 'straight'. Using old departure time.
< Parsed 2 vehicles and kept 1 routes
< Number of disconnected routes: 1. Most frequent missing edges:
< 1 left
< Wrote 1 routes
---------- Missing result in routes ----------
<!-- generated with cutRoutes.py for input_net.net.xml from ['input_routes.rou.xml'] -->
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<vehicle depart="0.00" id="straight" type="slow">
<route edges="middle end"/>
</vehicle>
</routes>
route cut_routes unfinished (
Last six runs
Dec2018
)---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/route/cutRoutes.py", line 36, in <module>
> from sumolib.output import parse, parse_fast # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,8d0
< Valid area contains 4 edges
< Kept 1 of 1 busStops
< Parsing routes from input_routes.rou.xml
< Could not reconstruct new departure time for vehicle 'straight'. Using old departure time.
< Skipping bus stop 'busstop0', which could not be located.
< Parsed 1 vehicles and kept 1 routes
< Number of disconnected routes: 0. Most frequent missing edges:
< Wrote 1 routes
---------- Missing result in additional ----------
<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
<trainStop endPos="40" id="busstop1" lane="middle_0" lines="100 101 102" startPos="20">
<access lane="end_0" pos="20"/>
</trainStop>
</additional>
---------- Missing result in routes ----------
<!-- generated with cutRoutes.py for input_net.net.xml from ['input_routes.rou.xml'] -->
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<vehicle depart="0.00" id="straight">
<route edges="middle end"/>
<stop busStop="busstop1" duration="10"/>
</vehicle>
</routes>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/route/cutRoutes.py", line 36, in <module>
> from sumolib.output import parse, parse_fast # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,7d0
< Valid area contains 4 edges
< Kept 1 of 2 busStops
< Parsing routes from input_routes.rou.xml
< Could not reconstruct new departure time for vehicle 'straight'. Using old departure time.
< Parsed 1 vehicles and kept 1 routes
< Number of disconnected routes: 0. Most frequent missing edges:
< Wrote 1 routes
---------- Missing result in additional ----------
<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
<busStop endPos="40" id="busstop1" lane="middle_0" lines="100 101 102" name="班霍夫大街" startPos="20"/>
</additional>
---------- Missing result in routes ----------
<!-- generated with cutRoutes.py for input_net.net.xml from ['input_routes.rou.xml'] -->
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<vehicle depart="0.00" id="straight">
<route edges="middle end"/>
<stop busStop="busstop1" duration="10"/>
</vehicle>
</routes>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/route/cutRoutes.py", line 36, in <module>
> from sumolib.output import parse, parse_fast # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,7d0
< Valid area contains 4 edges
< Parsing routes from input_routes.rou.xml
< Could not reconstruct new departure time for vehicle 'straight'. Using old departure time.
< Parsed 2 vehicles and kept 1 routes
< Number of disconnected routes: 1. Most frequent missing edges:
< 1 left
< Wrote 1 routes
---------- Missing result in routes ----------
<!-- generated with cutRoutes.py for input_net.net.xml from ['input_routes.rou.xml'] -->
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<vehicle depart="0.00" id="straight">
<route edges="middle end"/>
<stop duration="10" lane="middle_0"/>
</vehicle>
</routes>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/route/cutRoutes.py", line 36, in <module>
> from sumolib.output import parse, parse_fast # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,8d0
< Valid area contains 4 edges
< Parsing routes from input_routes.rou.xml
< Could not reconstruct new departure time for vehicle 'straight'. Using old departure time.
< No bus stop locations parsed, skipping bus stop 'busstop0'.
< No bus stop locations parsed, skipping bus stop 'busstop1'.
< Parsed 1 vehicles and kept 1 routes
< Number of disconnected routes: 0. Most frequent missing edges:
< Wrote 1 routes
---------- Missing result in routes ----------
<!-- generated with cutRoutes.py for input_net.net.xml from ['input_routes.rou.xml'] -->
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<vehicle depart="0.00" id="straight">
<route edges="middle end"/>
</vehicle>
</routes>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/route/cutRoutes.py", line 36, in <module>
> from sumolib.output import parse, parse_fast # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,7d0
< Valid area contains 4 edges
< Parsing routes from input_routes.rou.xml
< Could not reconstruct new departure time for vehicle 'straight'. Using old departure time.
< Parsed 2 vehicles and kept 1 routes
< Number of disconnected routes: 1. Most frequent missing edges:
< 1 left
< Wrote 1 trips
---------- Missing result in trips ----------
<!-- generated with cutRoutes.py for input_net.net.xml from ['input_routes.rou.xml'] -->
<trips xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<trip depart="0.00" id="straight" from="middle" to="end" type="slow"/>
</trips>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/route/route_departOffset.py", line 26, in <module>
> from sumolib.output import parse
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Missing result in routes ----------
<routes>
<vType id="foo" sigma="0"/>
<vehicle color="red" depart="11" id="veh0" type="foo">
<route edges="a b c d"/>
</vehicle>
<vehicle color="blue" depart="12" id="veh1" type="foo">
<route edges="c e f g"/>
</vehicle>
<trip color="blue" depart="13" from="h" id="trip0" to="j"/>
<flow begin="14" color="green" end="50" from="k" id="flow0" to="l"/>
</routes>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/route/route_departOffset.py", line 26, in <module>
> from sumolib.output import parse
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Missing result in routes ----------
<routes>
<route edges="a b c d" id="route0"/>
<vType id="foo" sigma="0"/>
<vehicle color="red" depart="11" id="veh0">
<route edges="c e f g"/>
</vehicle>
<vehicle color="red" depart="2" id="veh1" route="route0"/>
<trip color="blue" depart="3" from="h" id="trip0" to="j"/>
<flow begin="4" color="green" end="40" from="k" id="flow0" to="l"/>
<flow begin="4.5" color="green" end="40" id="flow1" route="route0"/>
<flow begin="15" color="green" end="50" id="flow2">
<route edges="c e f g"/>
</flow>
</routes>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/route/route_departOffset.py", line 26, in <module>
> from sumolib.output import parse
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Missing result in routes ----------
<routes>
<route edges="a b c d" id="route0"/>
<vType id="foo" sigma="0"/>
<vehicle color="red" depart="1" id="veh0">
<route edges="c e f g"/>
</vehicle>
<vehicle color="red" depart="12" id="veh1" route="route0"/>
<trip color="blue" depart="13" from="h" id="trip0" to="j"/>
<flow begin="4" color="green" end="40" from="k" id="flow0" to="l"/>
<flow begin="14.5" color="green" end="50" id="flow1" route="route0"/>
<flow begin="5" color="green" end="40" id="flow2">
<route edges="c e f g"/>
</flow>
</routes>
route departOffset offset10_departEdges (
Last six runs
Dec2018
)---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/route/route_departOffset.py", line 26, in <module>
> from sumolib.output import parse
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Missing result in routes ----------
<routes>
<route edges="a b c d" id="route0"/>
<vType id="foo" sigma="0"/>
<vehicle color="red" depart="11" id="veh0">
<route edges="c e f g"/>
</vehicle>
<vehicle color="red" depart="12" id="veh1" route="route0"/>
<trip color="blue" depart="13" from="h" id="trip0" to="j"/>
<flow begin="14" color="green" end="50" from="k" id="flow0" to="l"/>
<flow begin="14.5" color="green" end="50" id="flow1" route="route0"/>
<flow begin="15" color="green" end="50" id="flow2">
<route edges="c e f g"/>
</flow>
</routes>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/route/route_departOffset.py", line 26, in <module>
> from sumolib.output import parse
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Missing result in routes ----------
<routes>
<vType id="foo" sigma="0"/>
<vehicle color="red" depart="11" id="veh0_10" type="foo">
<route edges="a b c d"/>
</vehicle>
<vehicle color="blue" depart="12" id="veh1_10" type="foo">
<route edges="c e f g"/>
</vehicle>
<trip color="blue" depart="13" from="h" id="trip0_10" to="j"/>
<flow begin="14" color="green" end="50" from="k" id="flow0_10" to="l"/>
</routes>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/route/route_departOffset.py", line 26, in <module>
> from sumolib.output import parse
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Missing result in routes ----------
<routes>
<trip depart="0" from="h" id="trip0" to="j"/>
<trip depart="1" from="h" id="trip1" to="j"/>
<trip depart="2" from="h" id="trip2" to="j"/>
<trip depart="30" from="h" id="trip3" to="j"/>
<trip depart="40" from="h" id="trip4" to="j"/>
<trip depart="50" from="h" id="trip5" to="j"/>
<trip depart="6" from="h" id="trip6" to="j"/>
</routes>
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/route/implausibleRoutes.py", line 33, in <module> > import sumolib # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,5d0 < Success. < score route (airDistRatio, detourRatio, detour, shortestDist, airDist) < 4.6942305 0 (3.050330452465684, 1.5, 14.39, 400.0, 196.7) < overal implausiblity: count 1, min 4.69 (0), max 4.69 (0), mean 4.69 Q1 4.69, median 4.69, Q3 4.69 < implausiblity above threshold: count 1, min 4.69 (0), max 4.69 (0), mean 4.69 Q1 4.69, median 4.69, Q3 4.69route implausibleRoutes default ( Last six runs Dec2018 )
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/route/implausibleRoutes.py", line 33, in <module> > import sumolib # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,5d0 < Success. < score route (airDistRatio, detourRatio, detour, shortestDist, airDist) < 5.1006609 0 (3.050330452465684, 1.5, 14.39, 400.0, 196.7) < overal implausiblity: count 1, min 5.10 (0), max 5.10 (0), mean 5.10 Q1 5.10, median 5.10, Q3 5.10 < implausiblity above threshold: count 1, min 5.10 (0), max 5.10 (0), mean 5.10 Q1 5.10, median 5.10, Q3 5.10
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/route/implausibleRoutes.py", line 33, in <module> > import sumolib # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,5d0 < Success. < score route (airDistRatio, detourRatio, detour, shortestDist, airDist) < 2.0000000 0 (3.050330452465684, 1.5, 14.39, 400.0, 196.7) < overal implausiblity: count 1, min 2.00 (0), max 2.00 (0), mean 2.00 Q1 2.00, median 2.00, Q3 2.00 < implausiblity above threshold: count 1, min 2.00 (0), max 2.00 (0), mean 2.00 Q1 2.00, median 2.00, Q3 2.00
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/route/implausibleRoutes.py", line 33, in <module> > import sumolib # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,5d0 < Success. < score route (airDistRatio, detourRatio, detour, shortestDist, airDist) < 4.6942305 0 (3.050330452465684, 1.5, 14.39, 400.0, 196.7) < overal implausiblity: count 1, min 4.69 (0), max 4.69 (0), mean 4.69 Q1 4.69, median 4.69, Q3 4.69 < implausiblity above threshold: count 1, min 4.69 (0), max 4.69 (0), mean 4.69 Q1 4.69, median 4.69, Q3 4.69 ---------- Missing result in restrictions ---------- 0 A0toA1 A1toA2 A2toB2 B2toC2 C2toC1 C1toC0
---------- Differences in errors ---------- 1c1,6 < Warning: unknown edge 'invalid' --- > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/route/route2poly.py", line 28, in <module> > from sumolib.output import parse # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,2d0 < parsing routes.rou.xml < parsing routes2.rou.xml ---------- Missing result in pois ---------- <polygons> <poly id="0" color="0,255,255" layer="200" type="route" shape="1595.25,401.65 1204.75,401.65 1195.25,401.65 804.75,401.65 795.25,401.65 404.75,401.65 395.25,401.65 4.75,401.65"/> <poly id="0#1" color="0,255,255" layer="200" type="route" shape="1596.75,801.65 1204.75,801.65 1195.25,801.65 804.75,801.65 795.25,801.65 404.75,801.65 395.25,801.65 3.25,801.65"/> </polygons>
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/route/route2poly.py", line 28, in <module> > from sumolib.output import parse # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,2d0 < parsing routes.rou.xml < parsing routes2.rou.xml ---------- Missing result in pois ---------- <polygons> <poly id="0" color="0,255,255" layer="200" type="route" shape="1195.25,401.65 804.75,401.65 795.25,401.65 404.75,401.65"/> </polygons>
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/route/route2poly.py", line 28, in <module> > from sumolib.output import parse # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1d0 < parsing routes.rou.xml ---------- Missing result in pois ---------- <polygons> <poly id="0" color="0,255,255" layer="100" type="route" shape="101.65,0.0 101.65,91.95 101.65,91.95 101.04,96.19 99.95,98.02 99.95,98.02 99.23,99.22 96.19,101.04 91.95,101.65 91.95,101.65 0.0,101.65"/> </polygons>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/route/route2poly.py", line 28, in <module>
> from sumolib.output import parse # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,2d0
< parsing routes.rou.xml
< parsing routes2.rou.xml
---------- Missing result in pois ----------
<polygons>
<poly id="0" color="0,255,255" layer="200" type="route" shape="1195.25,401.65 804.75,401.65 795.25,401.65 404.75,401.65" lineWidth="2.0">
<param key="count" value="2"/>
</poly>
</polygons>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/route/route2poly.py", line 28, in <module>
> from sumolib.output import parse # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1d0
< parsing routes.rou.xml
---------- Missing result in pois ----------
<polygons>
<poly id="31" color="102,0,255" layer="100" type="route" shape="200.0,101.65 108.05,101.65 108.05,101.65 91.95,101.65 91.95,101.65 0.0,101.65" lineWidth="0.02">
<param key="count" value="2"/>
</poly>
<poly id="52" color="246,0,255" layer="100" type="route" shape="0.0,97.35 92.2537904885,97.35 94.7166853428,99.9973027081 93.9669299178,101.515100276 92.2507400911,102.65 0.0,102.65" lineWidth="0.01">
<param key="count" value="1"/>
<param key="spread" value="1"/>
</poly>
<poly id="5" color="255,0,120" layer="100" type="route" shape="200.0,104.95 108.05,104.95 108.05,104.95 106.69,105.14 105.72,105.72 105.14,106.69 104.95,108.05 104.95,108.05 104.95,200.0" lineWidth="0.03">
<param key="count" value="3"/>
</poly>
<poly id="12" color="255,24,0" layer="100" type="route" shape="100.65,0.0 100.65,91.8784344567 100.078635891,95.8498833441 99.0916785809,97.506885067 98.5013956394,98.4906899694 95.8487238066,100.078802711 91.8784344567,100.65 0.0,100.65" lineWidth="0.1">
<param key="count" value="10"/>
<param key="spread" value="-1"/>
</poly>
<poly id="9" color="255,168,0" layer="100" type="route" shape="0.0,98.35 91.95,98.35 91.95,98.35 96.19,98.96 98.02,100.05 98.02,100.05 99.22,100.77 101.04,103.81 101.65,108.05 101.65,108.05 101.65,200.0" lineWidth="0.08">
<param key="count" value="8"/>
</poly>
<poly id="63" color="198,255,0" layer="100" type="route" shape="97.35,200.0 97.35,107.746209512 99.9973027081,105.283314657 101.515100276,106.033070082 102.65,107.749259909 102.65,200.0" lineWidth="0.05">
<param key="count" value="5"/>
<param key="spread" value="1"/>
</poly>
<poly id="0" color="54,255,0" layer="100" type="route" shape="103.65,0.0 103.65,91.95 103.65,108.05 103.65,200.0" lineWidth="0.61">
<param key="count" value="61"/>
<param key="spread" value="2"/>
</poly>
<poly id="15" color="0,255,90" layer="100" type="route" shape="0.0,99.35 91.95,99.35 108.05,99.35 200.0,99.35" lineWidth="0.01">
<param key="count" value="1"/>
<param key="spread" value="-1"/>
</poly>
<truncated after showing first 30 lines>
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/route2sel.py", line 19, in <module> > from sumolib.output import parse, parse_fast > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,6d0 < Warning: Trip 1 is not guaranteed to be connected within the extracted edges. < Warning: Trip 2 is not guaranteed to be connected within the extracted edges. < Warning: Trip 3 is not guaranteed to be connected within the extracted edges. < Warning: Trip 1 is not guaranteed to be connected within the extracted edges. < Warning: Trip 2 is not guaranteed to be connected within the extracted edges. < Warning: Trip 3 is not guaranteed to be connected within the extracted edges. ---------- Missing result in selection ---------- edge:1/1to0/1 edge:1/2to0/2 edge:2/1to1/1 edge:2/2to1/2 edge:3/1to2/1 edge:3/2to2/2 edge:4/1to3/1 edge:4/2to3/2 edge:A edge:B edge:C edge:D edge:E edge:invalid
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/route/routeStats.py", line 31, in <module> > from sumolib.output import parse # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,2d0 < route lengths: count 100, min 100.00 (8), max 700.00 (20), mean 370.00 Q1 300.00, median 400.00, Q3 500.00 < histogram: [(100.0, 7), (200.0, 11), (300.0, 27), (400.0, 27), (500.0, 18), (600.0, 8), (700.0, 2)] ---------- Missing result in fullstats ---------- 100.0 56 100.0 62 100.0 65 100.0 8 100.0 84 100.0 85 100.0 93 200.0 13 200.0 16 200.0 24 200.0 26 200.0 33 200.0 49 200.0 58 200.0 67 200.0 76 200.0 81 200.0 92 300.0 1 300.0 18 300.0 2 300.0 23 300.0 27 300.0 28 300.0 32 300.0 37 300.0 38 300.0 41 300.0 44 300.0 45 <truncated after showing first 30 lines> ---------- Missing result in histogram ---------- 100.0 7 200.0 11 300.0 27 400.0 27 500.0 18 600.0 8 700.0 2
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/route/routeStats.py", line 31, in <module> > from sumolib.output import parse # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,2d0 < route departs: count 100, min 0.00 (0), max 99.00 (99), mean 49.50 Q1 25.00, median 50.00, Q3 75.00 < histogram: [(0.0, 25), (50.0, 50), (100.0, 25)] ---------- Missing result in fullstats ---------- 0.0 0 1.0 1 2.0 2 3.0 3 4.0 4 5.0 5 6.0 6 7.0 7 8.0 8 9.0 9 10.0 10 11.0 11 12.0 12 13.0 13 14.0 14 15.0 15 16.0 16 17.0 17 18.0 18 19.0 19 20.0 20 21.0 21 22.0 22 23.0 23 24.0 24 25.0 25 26.0 26 27.0 27 28.0 28 29.0 29 <truncated after showing first 30 lines> ---------- Missing result in histogram ---------- 0.0 25 50.0 50 100.0 25
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/route/routeStats.py", line 31, in <module> > from sumolib.output import parse # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,2d0 < route length difference: count 100, min -400.00 (4), max 500.00 (93), mean 29.00 Q1 -100.00, median 0.00, Q3 200.00 < histogram: [(-400.0, 2), (-300.0, 4), (-200.0, 16), (-100.0, 15), (0.0, 17), (100.0, 15), (200.0, 17), (300.0, 10), (400.0, 3), (500.0, 1)] ---------- Missing result in fullstats ---------- -400.0 20 -400.0 4 -300.0 34 -300.0 50 -300.0 9 -300.0 91 -200.0 0 -200.0 10 -200.0 15 -200.0 21 -200.0 25 -200.0 30 -200.0 57 -200.0 6 -200.0 60 -200.0 63 -200.0 70 -200.0 71 -200.0 72 -200.0 75 -200.0 78 -200.0 94 -100.0 22 -100.0 3 -100.0 36 -100.0 39 -100.0 42 -100.0 43 -100.0 47 -100.0 48 <truncated after showing first 30 lines> ---------- Missing result in histogram ---------- -400.0 2 -300.0 4 -200.0 16 -100.0 15 0.0 17 100.0 15 200.0 17 300.0 10 400.0 3 500.0 1
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/route/routeStats.py", line 31, in <module> > from sumolib.output import parse # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,2d0 < route numEdgess: count 100, min 1.00 (8), max 7.00 (20), mean 3.70 Q1 3.00, median 4.00, Q3 5.00 < histogram: [(1.0, 7), (2.0, 11), (3.0, 27), (4.0, 27), (5.0, 18), (6.0, 8), (7.0, 2)] ---------- Missing result in fullstats ---------- 1 56 1 62 1 65 1 8 1 84 1 85 1 93 2 13 2 16 2 24 2 26 2 33 2 49 2 58 2 67 2 76 2 81 2 92 3 1 3 18 3 2 3 23 3 27 3 28 3 32 3 37 3 38 3 41 3 44 3 45 <truncated after showing first 30 lines> ---------- Missing result in histogram ---------- 1.0 7 2.0 11 3.0 27 4.0 27 5.0 18 6.0 8 7.0 2
---------- Differences in errors ---------- 0a1,8 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/route/route_1htoDay.py", line 24, in <module> > import route_departOffset > File "/Users/sumo/clangMacOS/sumo/tools/route/route_departOffset.py", line 26, in <module> > from sumolib.output import parse > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,24d0 < Building routes for hour 0 into 'routes_0.rou.xml'... < Building routes for hour 1 into 'routes_1.rou.xml'... < Building routes for hour 2 into 'routes_2.rou.xml'... < Building routes for hour 3 into 'routes_3.rou.xml'... < Building routes for hour 4 into 'routes_4.rou.xml'... < Building routes for hour 5 into 'routes_5.rou.xml'... < Building routes for hour 6 into 'routes_6.rou.xml'... < Building routes for hour 7 into 'routes_7.rou.xml'... < Building routes for hour 8 into 'routes_8.rou.xml'... < Building routes for hour 9 into 'routes_9.rou.xml'... < Building routes for hour 10 into 'routes_10.rou.xml'... < Building routes for hour 11 into 'routes_11.rou.xml'... < Building routes for hour 12 into 'routes_12.rou.xml'... < Building routes for hour 13 into 'routes_13.rou.xml'... < Building routes for hour 14 into 'routes_14.rou.xml'... < Building routes for hour 15 into 'routes_15.rou.xml'... < Building routes for hour 16 into 'routes_16.rou.xml'... < Building routes for hour 17 into 'routes_17.rou.xml'... < Building routes for hour 18 into 'routes_18.rou.xml'... < Building routes for hour 19 into 'routes_19.rou.xml'... < Building routes for hour 20 into 'routes_20.rou.xml'... < Building routes for hour 21 into 'routes_21.rou.xml'... < Building routes for hour 22 into 'routes_22.rou.xml'... < Building routes for hour 23 into 'routes_23.rou.xml'...
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/showDepartsAndArrivalsPerEdge.py", line 19, in <module>
> from sumolib.output import parse_fast
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,2d0
< departEdges: count 2, min 1.00 (a), max 1.00 (a), mean 1.00 Q1 1.00, median 1.00, Q3 1.00
< arrivalEdges: count 2, min 1.00 (d), max 1.00 (d), mean 1.00 Q1 1.00, median 1.00, Q3 1.00
---------- Missing result in routes ----------
<edgedata>
<interval begin="0" end="10000" id="routeStats">
<edge id="a" departed="1" arrived="0" delta="-1"/>
<edge id="c" departed="1" arrived="0" delta="-1"/>
<edge id="d" departed="0" arrived="1" delta="1"/>
<edge id="g" departed="0" arrived="1" delta="1"/>
</interval>
</edgedata>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/showDepartsAndArrivalsPerEdge.py", line 19, in <module>
> from sumolib.output import parse_fast
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,2d0
< departEdges: count 1, min 1.00 (a), max 1.00 (a), mean 1.00 Q1 1.00, median 1.00, Q3 1.00
< arrivalEdges: count 1, min 1.00 (d), max 1.00 (d), mean 1.00 Q1 1.00, median 1.00, Q3 1.00
---------- Missing result in routes ----------
<edgedata>
<interval begin="0" end="10000" id="routeStats">
<edge id="a" departed="1" arrived="0" delta="-1"/>
<edge id="d" departed="0" arrived="1" delta="1"/>
</interval>
</edgedata>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/route/tracemapper.py", line 23, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/route/../sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,4d0
< Reading net ...
< Reading traces ...
< mapping trace with 2 points
< mapping trace with 3 points
---------- Missing result in routes ----------
<routes>
<route id="vehicle1" edges="beg rend"/>
<route id="vehicle2" edges="beg left2end rend"/>
</routes>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/route/tracemapper.py", line 23, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/route/../sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,4d0
< Reading net ...
< Reading traces ...
< mapping trace with 2 points
< mapping trace with 3 points
---------- Missing result in routes ----------
<routes>
<route id="vehicle1" edges="beg middle end rend"/>
<route id="vehicle2" edges="beg beg2left left left2end end rend"/>
</routes>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/route/tracemapper.py", line 23, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/route/../sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,3d0
< Reading net ...
< Reading traces ...
< mapping trace with 2 points
---------- Missing result in routes ----------
<routes>
<route id="vehicle1" edges="beg middle end"/>
</routes>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/route/tracemapper.py", line 23, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/route/../sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,3d0
< Reading net ...
< Reading traces ...
< mapping trace with 2 points
---------- Missing result in routes ----------
<routes>
<route id="vehicle1" edges="beg end"/>
</routes>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/route/tracemapper.py", line 23, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/route/../sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,4d0
< Reading net ...
< Reading traces ...
< mapping trace with 3 points
< mapping trace with 2 points
---------- Missing result in routes ----------
<routes>
<route id="1" edges="start short_0 end"/>
<route id="2" edges="start end"/>
</routes>
route tracemapper internal delta (
Last six runs
Dec2018
)---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/route/tracemapper.py", line 23, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/route/../sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,4d0
< Reading net ...
< Reading traces ...
< mapping trace with 3 points
< mapping trace with 2 points
---------- Missing result in routes ----------
<routes>
<route id="1" edges="start short_0 end"/>
<route id="2" edges="start short_0 end"/>
</routes>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/route/tracemapper.py", line 23, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/route/../sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,3d0
< Reading net ...
< Reading traces ...
< mapping trace with 50 points
---------- Missing result in routes ----------
<routes>
<route id="1" edges="-gneE0 gneE0 gneE1 gneE2 gneE3 gneE4"/>
</routes>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/shapes/poi_alongRoads.py", line 36, in <module>
> import sumolib.net # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,3d0
< Reading net ...
< writing output
< done
---------- Missing result in pois ----------
<?xml version="1.0"?>
POIs for edges:
1fi,1si,2o
on network:
net.net.xml
-->
<POIs>
<poi id="1fi-1" type="default" color="1,0,0" layer="0" x="0.00" y="498.35"/>
<poi id="1fi-2" type="default" color="1,0,0" layer="0" x="100.00" y="498.35"/>
<poi id="1fi-3" type="default" color="1,0,0" layer="0" x="200.00" y="498.35"/>
<poi id="1si-1" type="default" color="1,0,0" layer="0" x="298.54" y="495.05"/>
<poi id="1si-2" type="default" color="1,0,0" layer="0" x="398.54" y="495.05"/>
<poi id="1si-3" type="default" color="1,0,0" layer="0" x="498.44" y="496.47"/>
<poi id="2o-1" type="default" color="1,0,0" layer="0" x="598.30" y="498.35"/>
<poi id="2o-2" type="default" color="1,0,0" layer="0" x="698.30" y="498.35"/>
<poi id="2o-3" type="default" color="1,0,0" layer="0" x="798.30" y="498.35"/>
<poi id="2o-4" type="default" color="1,0,0" layer="0" x="898.30" y="498.35"/>
<poi id="2o-5" type="default" color="1,0,0" layer="0" x="998.30" y="498.35"/>
</POIs>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/shapes/poi_alongRoads.py", line 36, in <module>
> import sumolib.net # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,3d0
< Reading net ...
< writing output
< done
---------- Missing result in pois ----------
<?xml version="1.0"?>
POIs for edges:
1fi,1si,2o
on network:
net.net.xml
-->
<POIs>
<poi id="1fi-1" type="default" color="1,0,0" layer="0" x="0.00" y="498.35"/>
<poi id="1fi-2" type="default" color="1,0,0" layer="0" x="200.00" y="498.35"/>
<poi id="1si-1" type="default" color="1,0,0" layer="0" x="398.54" y="495.05"/>
<poi id="2o-1" type="default" color="1,0,0" layer="0" x="598.30" y="498.35"/>
<poi id="2o-2" type="default" color="1,0,0" layer="0" x="798.30" y="498.35"/>
<poi id="2o-3" type="default" color="1,0,0" layer="0" x="998.30" y="498.35"/>
</POIs>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/shapes/poi_atTLS.py", line 26, in <module>
> import sumolib.net # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,2d0
< Reading net...
< Writing output...
---------- Missing result in pois ----------
<?xml version="1.0"?>
<additional>
<poi id="0_at_0" type="default" color="1,0,0" layer="0" x="500.0" y="500.0"/>
</additional>
---------- Differences in errors ---------- 1,5c1,6 < ... < ---------------------------------------------------------------------- < Ran <COUNT> tests in <TIME> < < OK --- > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tests/tools/sumolib/geomhelper/testGeomhelper.py", line 23, in <module> > import sumolib # noqa > File "/Users/sumo/clangMacOS/sumo/tests/../tests/tools/sumolib/geomhelper/../../../../tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tests/tools/sumolib/net/runner.py", line 26, in <module> > import sumolib.net # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,8d0 < lanes to CN_0: :C_10_0 :C_5_0 EC_0 SC_0 < connections from SC_0: < <connection from="SC" to="CE" fromLane="0" toLane="0" tl="C" linkIndex="9" direction="r"> < <connection from="SC" to="CN" fromLane="0" toLane="0" tl="C" linkIndex="10" direction="s"> < outgoing internal lanes of SC_0: :C_9_0 :C_10_0 < connections from :C_0_0: < <connection from=":C_0" to="CW" fromLane="0" toLane="0" direction="s"> < lanes to :C_0_0: NC_0
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tests/tools/sumolib/net_roundabout/runner.py", line 22, in <module> > import sumolib.net # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1d0 < nodes=['10708', '17199', '17200'] edges=['-9890', '-9891', '-9892']
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tests/tools/sumolib/net_short_internal/runner.py", line 26, in <module> > import sumolib.net # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,3d0 < (22.41, -1.6, 22.41, -1.6) < (22.41, -1.6, 50.0, 0.0) < (0.0, -1.6, 22.41, 0.0)
---------- Differences in errors ---------- 1,5c1,6 < ........................... < ---------------------------------------------------------------------- < Ran <COUNT> tests in <TIME> < < OK --- > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tests/tools/sumolib/sumolib3d/unittests_shapes_coords_3d.py", line 29, in <module> > import sumolib # noqa > File "/Users/sumo/clangMacOS/sumo/tests/../tests/tools/sumolib/sumolib3d/../../../../tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1d0 < Success.
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tests/tools/sumolib/tls/runner.py", line 26, in <module> > import sumolib.net # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,11d0 < <tlLogic id="C" type="actuated" programID="0" offset="0.0"> < <phase duration="31" state="GGGggrrrrGGGggrrrr" minDur="5" maxDur="45"/> < <phase duration="4" state="yyyggrrrryyyggrrrr"/> < <phase duration="6" state="rrrGGrrrrrrrGGrrrr"/> < <phase duration="4" state="rrryyrrrrrrryyrrrr"/> < <phase duration="31" state="rrrrrGGggrrrrrGGgg" minDur="5" maxDur="45"/> < <phase duration="4" state="rrrrryyggrrrrryygg"/> < <phase duration="6" state="rrrrrrrGGrrrrrrrGG"/> < <phase duration="4" state="rrrrrrryyrrrrrrryy" next="0"/> < </tlLogic> <
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/tls/tls_check.py", line 27, in <module> > import sumolib.net # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,2d0 < Checking tls '0' < Checking program '0'
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/tls/tls_check.py", line 27, in <module> > import sumolib.net # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,10d0 < Checking tls '0' < Checking program '0' < Error: phase 0 describes 13 signals instead of 12. < Error: phase 1 describes 13 signals instead of 12. < Error: phase 2 describes 13 signals instead of 12. < Error: phase 3 describes 13 signals instead of 12. < Error: phase 4 describes 13 signals instead of 12. < Error: phase 5 describes 13 signals instead of 12. < Error: phase 6 describes 13 signals instead of 12. < Error: phase 7 describes 13 signals instead of 12.
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/tls/tls_check.py", line 27, in <module> > import sumolib.net # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,10d0 < Checking tls '0' < Checking program '0' < Error: phase 0 describes 11 signals instead of 12. < Error: phase 1 describes 11 signals instead of 12. < Error: phase 2 describes 11 signals instead of 12. < Error: phase 3 describes 11 signals instead of 12. < Error: phase 4 describes 11 signals instead of 12. < Error: phase 5 describes 11 signals instead of 12. < Error: phase 6 describes 11 signals instead of 12. < Error: phase 7 describes 11 signals instead of 12.
---------- Differences in errors ---------- 1c1,6 < Warning: No link definition for connection (3si_2, 1o_0)!. Using 'g' by default --- > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/tls/tls_csv2SUMO.py", line 40, in <module> > import sumolib.net # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,26d0 < <?xml version="1.0" encoding="UTF-8"?> < <add> < <tlLogic id="0" type="static" programID="own1" offset="0"> < <phase duration="15" state="GGggrrrrGGggrrrr" minDur="10" maxDur="30"/> < <phase duration="3" state="yyggrrrryyggrrrr" minDur="3" maxDur="3"/> < <phase duration="5" state="rrGGrrrrrrGGrrrr" minDur="5" maxDur="15"/> < <phase duration="3" state="rryyrrrrrrGyrrrr" minDur="3" maxDur="3"/> < <phase duration="3" state="rrrrrrrrrrGrrrrr" minDur="3" maxDur="3"/> < <phase duration="45" state="rrrrGgggrrGrGggg" minDur="10" maxDur="60"/> < <phase duration="3" state="rrrrGgyyrrGrGgyy" minDur="3" maxDur="3"/> < <phase duration="5" state="rrrrGgrrrrGrGgrr" minDur="5" maxDur="15"/> < <phase duration="3" state="rrrryyrrrrGryyrr" minDur="3" maxDur="3"/> < <phase duration="3" state="rrrrrrrrrrGrrrrr" minDur="3" maxDur="3"/> < </tlLogic> < <tlLogic id="0" type="static" programID="own2" offset="0"> < <phase duration="31" state="GGggrrrrGGggrrrr"/> < <phase duration="16" state="yyggrrrryyggrrrr"/> < <phase duration="6" state="rrGGrrrrrrGGrrrr"/> < <phase duration="16" state="rryyrrrrrryyrrrr"/> < <phase duration="31" state="rrrrGGggrrrrGGgg"/> < <phase duration="16" state="rrrryyggrrrryygg"/> < <phase duration="6" state="rrrrrrGGrrrrrrGG"/> < <phase duration="16" state="rrrrrryyrrrrrryy"/> < </tlLogic> < </add> <
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/tls/tls_csv2SUMO.py", line 40, in <module> > import sumolib.net # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,26d0 < <?xml version="1.0" encoding="UTF-8"?> < <add> < <tlLogic id="0" type="static" programID="own1" offset="0"> < <phase duration="15" state="GGggrrrrGGggrrrr" minDur="10" maxDur="30"/> < <phase duration="3" state="yyggrrrryyggrrrr" minDur="3" maxDur="3"/> < <phase duration="5" state="rrGGrrrrrrGGrrrr" minDur="5" maxDur="15"/> < <phase duration="3" state="rryyrrrrrryyrrrr" minDur="3" maxDur="3"/> < <phase duration="3" state="rrrrrrrrrrrrrrrr" minDur="3" maxDur="3"/> < <phase duration="45" state="rrrrGGggrrrrGGgg" minDur="10" maxDur="60"/> < <phase duration="3" state="rrrrGGyyrrrrGGyy" minDur="3" maxDur="3"/> < <phase duration="5" state="rrrrGGrrrrrrGGrr" minDur="5" maxDur="15"/> < <phase duration="3" state="rrrryyrrrrrryyrr" minDur="3" maxDur="3"/> < <phase duration="3" state="rrrrrrrrrrrrrrrr" minDur="3" maxDur="3"/> < </tlLogic> < <tlLogic id="0" type="static" programID="own2" offset="0"> < <phase duration="31" state="GGggrrrrGGggrrrr"/> < <phase duration="16" state="yyggrrrryyggrrrr"/> < <phase duration="6" state="rrGGrrrrrrGGrrrr"/> < <phase duration="16" state="rryyrrrrrryyrrrr"/> < <phase duration="31" state="rrrrGGggrrrrGGgg"/> < <phase duration="16" state="rrrryyggrrrryygg"/> < <phase duration="6" state="rrrrrrGGrrrrrrGG"/> < <phase duration="16" state="rrrrrryyrrrrrryy"/> < </tlLogic> < </add> <tls csv2sumo both_ok ( Last six runs Dec2018 )
---------- Differences in errors ---------- 1c1,6 < Warning: No link definition for connection (3si_2, 1o_0)!. Using 'g' by default --- > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/tls/tls_csv2SUMO.py", line 40, in <module> > import sumolib.net # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,26d0 < <?xml version="1.0" encoding="UTF-8"?> < <add> < <tlLogic id="0" type="static" programID="own1" offset="0"> < <phase duration="31" state="GGggrrrrGGggrrrr"/> < <phase duration="16" state="yyggrrrryyggrrrr"/> < <phase duration="6" state="rrGGrrrrrrGGrrrr"/> < <phase duration="16" state="rryyrrrrrryyrrrr"/> < <phase duration="31" state="rrrrGGggrrrrGGgg"/> < <phase duration="16" state="rrrryyggrrrryygg"/> < <phase duration="6" state="rrrrrrGGrrrrrrGG"/> < <phase duration="16" state="rrrrrryyrrrrrryy"/> < </tlLogic> < <tlLogic id="0" type="static" programID="own2" offset="0"> < <phase duration="15" state="GGggrrrrGGggrrrr" minDur="10" maxDur="30"/> < <phase duration="3" state="yyggrrrryyggrrrr" minDur="3" maxDur="3"/> < <phase duration="5" state="rrGGrrrrrrGGrrrr" minDur="5" maxDur="15"/> < <phase duration="3" state="rryyrrrrrrGyrrrr" minDur="3" maxDur="3"/> < <phase duration="3" state="rrrrrrrrrrGrrrrr" minDur="3" maxDur="3"/> < <phase duration="45" state="rrrrGgggrrGrGggg" minDur="10" maxDur="60"/> < <phase duration="3" state="rrrrGgyyrrGrGgyy" minDur="3" maxDur="3"/> < <phase duration="5" state="rrrrGgrrrrGrGgrr" minDur="5" maxDur="15"/> < <phase duration="3" state="rrrryyrrrrGryyrr" minDur="3" maxDur="3"/> < <phase duration="3" state="rrrrrrrrrrGrrrrr" minDur="3" maxDur="3"/> < </tlLogic> < </add> <
---------- Differences in errors ---------- 1c1,6 < Warning: No link definition for connection (3si_2, 1o_0)!. Using 'g' by default --- > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/tls/tls_csv2SUMO.py", line 40, in <module> > import sumolib.net # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,16d0 < <?xml version="1.0" encoding="UTF-8"?> < <add> < <tlLogic id="0" type="static" programID="own" offset="0"> < <phase duration="15" state="GGggrrrrGGggrrrr" minDur="10" maxDur="30"/> < <phase duration="3" state="yyggrrrryyggrrrr" minDur="3" maxDur="3"/> < <phase duration="5" state="rrGGrrrrrrGGrrrr" minDur="5" maxDur="15"/> < <phase duration="3" state="rryyrrrrrrGyrrrr" minDur="3" maxDur="3"/> < <phase duration="3" state="rrrrrrrrrrGrrrrr" minDur="3" maxDur="3"/> < <phase duration="45" state="rrrrGgggrrGrGggg" minDur="10" maxDur="60"/> < <phase duration="3" state="rrrrGgyyrrGrGgyy" minDur="3" maxDur="3"/> < <phase duration="5" state="rrrrGgrrrrGrGgrr" minDur="5" maxDur="15"/> < <phase duration="3" state="rrrryyrrrrGryyrr" minDur="3" maxDur="3"/> < <phase duration="3" state="rrrrrrrrrrGrrrrr" minDur="3" maxDur="3"/> < </tlLogic> < </add> <
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/tls/tls_csv2SUMO.py", line 40, in <module> > import sumolib.net # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,16d0 < <?xml version="1.0" encoding="UTF-8"?> < <add> < <tlLogic id="0" type="static" programID="own" offset="0"> < <phase duration="15" state="GGggrrrrGGggrrrr" minDur="10" maxDur="30"/> < <phase duration="3" state="yyggrrrryyggrrrr" minDur="3" maxDur="3"/> < <phase duration="5" state="rrGGrrrrrrGGrrrr" minDur="5" maxDur="15"/> < <phase duration="3" state="rryyrrrrrryyrrrr" minDur="3" maxDur="3"/> < <phase duration="3" state="rrrrrrrrrrrrrrrr" minDur="3" maxDur="3"/> < <phase duration="45" state="rrrrGGggrrrrGGgg" minDur="10" maxDur="60"/> < <phase duration="3" state="rrrrGGyyrrrrGGyy" minDur="3" maxDur="3"/> < <phase duration="5" state="rrrrGGrrrrrrGGrr" minDur="5" maxDur="15"/> < <phase duration="3" state="rrrryyrrrrrryyrr" minDur="3" maxDur="3"/> < <phase duration="3" state="rrrrrrrrrrrrrrrr" minDur="3" maxDur="3"/> < </tlLogic> < </add> <
---------- Differences in errors ---------- 1c1,6 < Warning: No logic definition in lsa_def.csv --- > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/tls/tls_csv2SUMO.py", line 40, in <module> > import sumolib.net # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,4d0 < <?xml version="1.0" encoding="UTF-8"?> < <add> < </add> <
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/tls/tls_csv2SUMO.py", line 40, in <module> > import sumolib.net # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,14d0 < <?xml version="1.0" encoding="UTF-8"?> < <add> < <tlLogic id="0" type="static" programID="own" offset="0"> < <phase duration="31" state="GGggrrrrGGggrrrr"/> < <phase duration="16" state="yyggrrrryyggrrrr"/> < <phase duration="6" state="rrGGrrrrrrGGrrrr"/> < <phase duration="16" state="rryyrrrrrryyrrrr"/> < <phase duration="31" state="rrrrGGggrrrrGGgg"/> < <phase duration="16" state="rrrryyggrrrryygg"/> < <phase duration="6" state="rrrrrrGGrrrrrrGG"/> < <phase duration="16" state="rrrrrryyrrrrrryy"/> < </tlLogic> < </add> <tls csv2sumo cross3ltl_same ( Last six runs Dec2018 )
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/tlsCycleAdaptation.py", line 41, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,3d0
< Skipping TLS '1025888921' due to unused states
< Skipping TLS '1036849914' due to unused states
< Skipping TLS '1037005478' due to unused states
---------- Missing result in additional ----------
<?xml version="1.0" encoding="UTF-8"?>
<additional>
<tlLogic id="cluster_1037005497_2683362682" type="static" programID="newProg" offset="0">
<phase duration="51" state="GGGGGGrrrrrrrrrrrrGGGGGGrrrrrrrrrrrr"/>
<phase duration="6" state="yyyyyyrrrrrrrrrrrryyyyyyrrrrrrrrrrrr"/>
<phase duration="42" state="rrrrrrGGrrrrrrrrrrrrrrrrGGrrrrrrrrrr"/>
<phase duration="6" state="rrrrrryyrrrrrrrrrrrrrrrryyrrrrrrrrrr"/>
<phase duration="14" state="rrrrrrrrGGGGGGggggrrrrrrrrGGGGGGgggg"/>
<phase duration="6" state="rrrrrrrryyyyyyyyyyrrrrrrrryyyyyyyyyy"/>
</tlLogic>
</additional>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/tlsCoordinator.py", line 28, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,20d0
< Loading net-file from 'net.net.xml'... done ((TIME)).
< Loading additional-files from 'out.add.xml'... done ((TIME)).
< Loading done.
< Simulation started with time: 0.00
< Simulation ended at time: 903.00
< Reason: All vehicles have left the simulation.
< Performance:
< Vehicles:
< Inserted: 33
< Running: 0
< Waiting: 0
< Statistics (avg):
< RouteLength: 7194.90
< Duration: 739.24
< WaitingTime: 71.06
< TimeLoss: 210.80
< DepartDelay: 0.00
<
< number of tls-pairs: 22
< operations: newSet=3 addToSet=6 addToSet2=11 addHalfCoordinated=0 mergeSets=2
---------- Missing result in additional ----------
<additional>
<tlLogic id="0/1" programID="0" offset="75.94"/>
<tlLogic id="0/2" programID="0" offset="152.91"/>
<tlLogic id="0/3" programID="0" offset="345.72"/>
<tlLogic id="0/4" programID="0" offset="422.70"/>
<tlLogic id="1/0" programID="0" offset="-89.89"/>
<tlLogic id="1/1" programID="0" offset="53.96"/>
<tlLogic id="1/2" programID="0" offset="134.89"/>
<tlLogic id="1/3" programID="0" offset="323.74"/>
<tlLogic id="1/4" programID="0" offset="449.68"/>
<tlLogic id="2/0" programID="0" offset="-62.91"/>
<tlLogic id="2/1" programID="0" offset="26.98"/>
<tlLogic id="2/2" programID="0" offset="161.87"/>
<tlLogic id="2/3" programID="0" offset="296.76"/>
<tlLogic id="2/4" programID="0" offset="476.65"/>
<tlLogic id="3/0" programID="0" offset="-35.94"/>
<tlLogic id="3/1" programID="0" offset="0.00"/>
<tlLogic id="3/2" programID="0" offset="188.85"/>
<tlLogic id="3/3" programID="0" offset="269.78"/>
<tlLogic id="3/4" programID="0" offset="503.63"/>
<tlLogic id="4/0" programID="0" offset="-8.96"/>
<tlLogic id="4/1" programID="0" offset="18.02"/>
<tlLogic id="4/2" programID="0" offset="210.83"/>
<tlLogic id="4/3" programID="0" offset="287.81"/>
</additional>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/tlsCoordinator.py", line 28, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,20d0
< Loading net-file from 'net.net.xml'... done ((TIME)).
< Loading additional-files from 'out.add.xml'... done ((TIME)).
< Loading done.
< Simulation started with time: 0.00
< Simulation ended at time: 416.00
< Reason: All vehicles have left the simulation.
< Performance:
< Vehicles:
< Inserted: 50
< Running: 0
< Waiting: 0
< Statistics (avg):
< RouteLength: 524.87
< Duration: 75.12
< WaitingTime: 25.30
< TimeLoss: 36.46
< DepartDelay: 102.94
<
< number of tls-pairs: 1
< operations: newSet=1 addToSet=0 addToSet2=0 addHalfCoordinated=0 mergeSets=0
---------- Missing result in additional ----------
<additional>
<tlLogic id="gneJ1" programID="0" offset="0.00"/>
<tlLogic id="gneJ2" programID="0" offset="38.60"/>
</additional>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/tlsCoordinator.py", line 28, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,21d0
< Loading net-file from 'net.net.xml'... done ((TIME)).
< Loading additional-files from 'input_additional.add.xml'... done ((TIME)).
< Loading additional-files from 'out.add.xml'... done ((TIME)).
< Loading done.
< Simulation started with time: 0.00
< Simulation ended at time: 416.00
< Reason: All vehicles have left the simulation.
< Performance:
< Vehicles:
< Inserted: 50
< Running: 0
< Waiting: 0
< Statistics (avg):
< RouteLength: 524.87
< Duration: 75.12
< WaitingTime: 25.30
< TimeLoss: 36.46
< DepartDelay: 102.94
<
< number of tls-pairs: 1
< operations: newSet=1 addToSet=0 addToSet2=0 addHalfCoordinated=0 mergeSets=0
---------- Missing result in additional ----------
<additional>
<tlLogic id="gneJ1" programID="0" offset="0.00"/>
<tlLogic id="gneJ2" programID="a" offset="3.60"/>
</additional>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/tlsCoordinator.py", line 28, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,20d0
< Loading net-file from 'net.net.xml'... done ((TIME)).
< Loading additional-files from 'out.add.xml'... done ((TIME)).
< Loading done.
< Simulation started with time: 0.00
< Simulation ended at time: 454.00
< Reason: All vehicles have left the simulation.
< Performance:
< Vehicles:
< Inserted: 150
< Running: 0
< Waiting: 0
< Statistics (avg):
< RouteLength: 1194.90
< Duration: 179.82
< WaitingTime: 57.69
< TimeLoss: 93.33
< DepartDelay: 25.09
<
< number of tls-pairs: 6
< operations: newSet=2 addToSet=3 addToSet2=0 addHalfCoordinated=0 mergeSets=1
---------- Missing result in additional ----------
<additional>
<tlLogic id="1/1" programID="0" offset="53.96"/>
<tlLogic id="1/2" programID="0" offset="26.98"/>
<tlLogic id="1/3" programID="0" offset="0.00"/>
<tlLogic id="2/1" programID="0" offset="-9.06"/>
<tlLogic id="2/2" programID="0" offset="-36.04"/>
<tlLogic id="2/3" programID="0" offset="-63.02"/>
<tlLogic id="3/3" programID="0" offset="-126.04"/>
</additional>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/tlsCoordinator.py", line 28, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,20d0
< Loading net-file from 'net.net.xml'... done ((TIME)).
< Loading additional-files from 'out.add.xml'... done ((TIME)).
< Loading done.
< Simulation started with time: 0.00
< Simulation ended at time: 454.00
< Reason: All vehicles have left the simulation.
< Performance:
< Vehicles:
< Inserted: 175
< Running: 0
< Waiting: 0
< Statistics (avg):
< RouteLength: 1109.19
< Duration: 183.45
< WaitingTime: 67.08
< TimeLoss: 103.30
< DepartDelay: 21.49
<
< number of tls-pairs: 7
< operations: newSet=3 addToSet=1 addToSet2=0 addHalfCoordinated=1 mergeSets=2
---------- Missing result in additional ----------
<additional>
<tlLogic id="1/1" programID="0" offset="53.96"/>
<tlLogic id="1/2" programID="0" offset="26.98"/>
<tlLogic id="1/3" programID="0" offset="0.00"/>
<tlLogic id="2/1" programID="0" offset="26.98"/>
<tlLogic id="2/2" programID="0" offset="0.00"/>
<tlLogic id="2/3" programID="0" offset="-26.98"/>
<tlLogic id="3/3" programID="0" offset="-90.00"/>
</additional>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/tlsCoordinator.py", line 28, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,20d0
< Loading net-file from 'net.net.xml'... done ((TIME)).
< Loading additional-files from 'out.add.xml'... done ((TIME)).
< Loading done.
< Simulation started with time: 0.00
< Simulation ended at time: 451.00
< Reason: All vehicles have left the simulation.
< Performance:
< Vehicles:
< Inserted: 175
< Running: 0
< Waiting: 0
< Statistics (avg):
< RouteLength: 1109.19
< Duration: 186.46
< WaitingTime: 71.60
< TimeLoss: 106.13
< DepartDelay: 22.73
<
< number of tls-pairs: 7
< operations: newSet=2 addToSet=2 addToSet2=1 addHalfCoordinated=1 mergeSets=1
---------- Missing result in additional ----------
<additional>
<tlLogic id="1/1" programID="0" offset="80.94"/>
<tlLogic id="1/2" programID="0" offset="0.00"/>
<tlLogic id="1/3" programID="0" offset="-26.98"/>
<tlLogic id="2/1" programID="0" offset="53.96"/>
<tlLogic id="2/2" programID="0" offset="26.98"/>
<tlLogic id="2/3" programID="0" offset="0.00"/>
<tlLogic id="3/3" programID="0" offset="-63.02"/>
</additional>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/tlsCoordinator.py", line 28, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,20d0
< Loading net-file from 'net.net.xml'... done ((TIME)).
< Loading additional-files from 'out.add.xml'... done ((TIME)).
< Loading done.
< Simulation started with time: 0.00
< Simulation ended at time: 3730.00
< Reason: All vehicles have left the simulation.
< Performance:
< Vehicles:
< Inserted: 215
< Running: 0
< Waiting: 0
< Statistics (avg):
< RouteLength: 980.55
< Duration: 110.43
< WaitingTime: 15.64
< TimeLoss: 28.53
< DepartDelay: -0.50
<
< number of tls-pairs: 44
< operations: newSet=1 addToSet=1 addToSet2=0 addHalfCoordinated=42 mergeSets=0
---------- Missing result in additional ----------
<additional>
<tlLogic id="cluster_2880146705_2880146706_2880146709_2880146710_2880146712_2880146714_29122659_29122660_31058252_31058253" programID="0" offset="0.00"/>
<tlLogic id="cluster_29122661_29122662_35107209_35107210" programID="1" offset="28.21"/>
<tlLogic id="joinedS_0" programID="a" offset="110.92"/>
</additional>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/tls/tls_csvSignalGroups.py", line 69, in <module>
> import sumolib.net # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Missing result in additional ----------
<?xml version="1.0" ?>
<add>
<tlLogic id="1" offset="0" programID="SZP_2Green" type="static">
<phase duration="15" state="GGgrrrGGgrrr"/>
<phase duration="3" state="yyyrrrGGyrrr"/>
<phase duration="6" state="rrrrrrGGrrrr"/>
<phase duration="1" state="rrruuuGGruuu"/>
<phase duration="3" state="rrrGGgyyrGGg"/>
<phase duration="7" state="rrrGGgrrrGGg"/>
<phase duration="3" state="rrryyyrrryyy"/>
<phase duration="1" state="rrrrrrrrrrrr"/>
<phase duration="1" state="rrurrrrrurrr"/>
<phase duration="15" state="rrGrrrrrGrrr"/>
<phase duration="3" state="rryrrrrryrrr"/>
<phase duration="1" state="rrrrrrrrrrrr"/>
<phase duration="1" state="uuurrruuurrr"/>
</tlLogic>
</add>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/tls/tls_csvSignalGroups.py", line 69, in <module>
> import sumolib.net # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Missing result in additional ----------
<?xml version="1.0" ?>
<add>
<tlLogic id="1" offset="0" programID="SZP_LeftTurn" type="static">
<phase duration="25" state="GGgrrrGGgrrr"/>
<phase duration="3" state="yyGrrryyGrrr"/>
<phase duration="7" state="rrGrrrrrGrrr"/>
<phase duration="3" state="rryrrrrryrrr"/>
<phase duration="1" state="rrrrrrrrrrrr"/>
<phase duration="1" state="rrruuurrruuu"/>
<phase duration="15" state="rrrGGgrrrGGg"/>
<phase duration="3" state="rrryyyrrryyy"/>
<phase duration="1" state="rrrrrrrrrrrr"/>
<phase duration="1" state="uuurrruuurrr"/>
</tlLogic>
</add>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/tls/tls_csvSignalGroups.py", line 69, in <module>
> import sumolib.net # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,25d0
< Valid description from -474_0 to --470_0 (SG FZ11, tlIndex 0)
< Valid description from -474_0 to --468_0 (SG FZ11, tlIndex 1)
< Valid description from -474_1 to --472_0 (SG FZ11, tlIndex 2)
< Valid description from -472_0 to --474_0 (SG FZ21, tlIndex 3)
< Valid description from -472_0 to --470_0 (SG FZ21, tlIndex 4)
< Valid description from -472_0 to --468_0 (SG FZ21, tlIndex 5)
< Valid description from -468_0 to --472_0 (SG FZ31, tlIndex 6)
< Valid description from -468_0 to --474_0 (SG FZ31, tlIndex 7)
< Valid description from -468_1 to --470_0 (SG FZ31, tlIndex 8)
< Valid description from -470_0 to --468_0 (SG FZ41, tlIndex 9)
< Valid description from -470_0 to --472_0 (SG FZ41, tlIndex 10)
< Valid description from -470_0 to --474_0 (SG FZ41, tlIndex 11)
< All switch times: [0, 10, 13, 14, 15, 25, 28, 29, 30, 40, 43, 44, 45, 55, 58, 59]
< SG FZ11: tlIndex 0: yield tlIndices []
< SG FZ11: tlIndex 1: yield tlIndices []
< SG FZ11: tlIndex 2: yield tlIndices [6, 7]
< SG FZ21: tlIndex 3: yield tlIndices [7]
< SG FZ21: tlIndex 4: yield tlIndices [7, 8, 0, 1, 2]
< SG FZ21: tlIndex 5: yield tlIndices [7, 8, 9, 10, 1, 2]
< SG FZ31: tlIndex 6: yield tlIndices []
< SG FZ31: tlIndex 7: yield tlIndices []
< SG FZ31: tlIndex 8: yield tlIndices [0, 1]
< SG FZ41: tlIndex 9: yield tlIndices [1]
< SG FZ41: tlIndex 10: yield tlIndices [6, 7, 8, 1, 2]
< SG FZ41: tlIndex 11: yield tlIndices [7, 8, 3, 4, 1, 2]
---------- Missing result in additional ----------
<?xml version="1.0" ?>
<add>
<tlLogic id="1" offset="0" programID="SZP_Prio" type="static">
<phase duration="10" state="GGGrrrrrrrrr"/>
<phase duration="3" state="yyyrrrrrrrrr"/>
<phase duration="1" state="rrrrrrrrrrrr"/>
<phase duration="1" state="rrruuurrrrrr"/>
<phase duration="10" state="rrrGGGrrrrrr"/>
<phase duration="3" state="rrryyyrrrrrr"/>
<phase duration="1" state="rrrrrrrrrrrr"/>
<phase duration="1" state="rrrrrruuurrr"/>
<phase duration="10" state="rrrrrrGGGrrr"/>
<phase duration="3" state="rrrrrryyyrrr"/>
<phase duration="1" state="rrrrrrrrrrrr"/>
<phase duration="1" state="rrrrrrrrruuu"/>
<phase duration="10" state="rrrrrrrrrGGG"/>
<phase duration="3" state="rrrrrrrrryyy"/>
<phase duration="1" state="rrrrrrrrrrrr"/>
<phase duration="1" state="uuurrrrrrrrr"/>
</tlLogic>
</add>
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/tls/tls_csvSignalGroups.py", line 69, in <module> > import sumolib.net # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Missing result in csv ---------- [general] cycle time key;1 subkey;0 offset;0 [links] SG_6;-468_0;--472_0 SG_7;-468_0;--474_0 SG_8;-468_1;--470_0 SG_9;-470_0;--468_0 SG_10;-470_0;--472_0 SG_11;-470_0;--474_0 SG_3;-472_0;--474_0 SG_4;-472_0;--470_0 SG_5;-472_0;--468_0 SG_0;-474_0;--470_0 SG_1;-474_0;--468_0 SG_2;-474_1;--472_0 [signal groups] id;on1;off1;on2;off2;transOn;transOff SG_6 SG_7 SG_8 SG_9 SG_10 SG_11 SG_3 SG_4 SG_5 SG_0 <truncated after showing first 30 lines>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/randomTrips.py", line 31, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Missing result in trips ----------
<?xml version="1.0" encoding="UTF-8"?>
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<trip id="0" depart="0.00" from="beg" to="-beg"/>
<trip id="1" depart="1.00" from="-beg" to="-beg"/>
<trip id="2" depart="2.00" from="beg" to="beg"/>
<trip id="3" depart="3.00" from="beg" to="-beg"/>
<trip id="4" depart="4.00" from="-beg" to="-beg"/>
<trip id="5" depart="5.00" from="-beg" to="beg"/>
<trip id="6" depart="6.00" from="-beg" to="-beg"/>
<trip id="7" depart="7.00" from="beg" to="beg"/>
<trip id="8" depart="8.00" from="-beg" to="beg"/>
<trip id="9" depart="9.00" from="beg" to="-beg"/>
<trip id="10" depart="10.00" from="beg" to="beg"/>
<trip id="11" depart="11.00" from="-beg" to="-beg"/>
<trip id="12" depart="12.00" from="beg" to="-beg"/>
<trip id="13" depart="13.00" from="-beg" to="-beg"/>
<trip id="14" depart="14.00" from="beg" to="beg"/>
<trip id="15" depart="15.00" from="beg" to="beg"/>
<trip id="16" depart="16.00" from="beg" to="beg"/>
<trip id="17" depart="17.00" from="-beg" to="beg"/>
<trip id="18" depart="18.00" from="beg" to="beg"/>
<trip id="19" depart="19.00" from="beg" to="beg"/>
<trip id="20" depart="20.00" from="beg" to="-beg"/>
<trip id="21" depart="21.00" from="-beg" to="-beg"/>
<trip id="22" depart="22.00" from="-beg" to="-beg"/>
<trip id="23" depart="23.00" from="-beg" to="-beg"/>
<trip id="24" depart="24.00" from="beg" to="-beg"/>
<trip id="25" depart="25.00" from="-beg" to="-beg"/>
<trip id="26" depart="26.00" from="-beg" to="beg"/>
<trip id="27" depart="27.00" from="beg" to="beg"/>
<truncated after showing first 30 lines>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/randomTrips.py", line 31, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Missing result in trips ----------
<?xml version="1.0" encoding="UTF-8"?>
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<trip id="0" depart="0.00" from="2fi" to="1si"/>
<trip id="1" depart="1.00" from="2si" to="1o"/>
<trip id="2" depart="1.00" from="3fi" to="1o"/>
<trip id="3" depart="1.00" from="3si" to="3o"/>
<trip id="4" depart="2.00" from="3fi" to="4o"/>
<trip id="5" depart="2.00" from="4fi" to="3si"/>
<trip id="6" depart="2.00" from="4si" to="2o"/>
<trip id="7" depart="3.00" from="1fi" to="4o"/>
<trip id="8" depart="6.00" from="1si" to="2o"/>
<trip id="9" depart="6.00" from="1si" to="1o"/>
<trip id="10" depart="7.00" from="2fi" to="4si"/>
<trip id="11" depart="8.00" from="3si" to="1si"/>
<trip id="12" depart="10.00" from="1fi" to="2o"/>
<trip id="13" depart="11.00" from="4si" to="4si"/>
<trip id="14" depart="12.00" from="3fi" to="2o"/>
<trip id="15" depart="13.00" from="4si" to="3o"/>
<trip id="16" depart="14.00" from="1fi" to="1o"/>
<trip id="17" depart="15.00" from="2si" to="4si"/>
<trip id="18" depart="16.00" from="3si" to="3si"/>
<trip id="19" depart="17.00" from="2si" to="2si"/>
<trip id="20" depart="18.00" from="4si" to="4o"/>
<trip id="21" depart="19.00" from="4fi" to="3o"/>
<trip id="22" depart="20.00" from="2fi" to="1o"/>
<trip id="23" depart="21.00" from="4si" to="4si"/>
<trip id="24" depart="21.00" from="2si" to="1o"/>
<trip id="25" depart="22.00" from="2si" to="3o"/>
<trip id="26" depart="23.00" from="3fi" to="3si"/>
<trip id="27" depart="23.00" from="2fi" to="4si"/>
<truncated after showing first 30 lines>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/randomTrips.py", line 31, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Missing result in trips ----------
<?xml version="1.0" encoding="UTF-8"?>
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<flow id="0" begin="0" end="3600" period="36" from="3si" to="1o"/>
<flow id="1" begin="0" end="3600" period="36" from="2fi" to="1si"/>
<flow id="2" begin="0" end="3600" period="36" from="3si" to="3si"/>
<flow id="3" begin="0" end="3600" period="36" from="4si" to="1o"/>
<flow id="4" begin="0" end="3600" period="36" from="2si" to="1o"/>
<flow id="5" begin="0" end="3600" period="36" from="1si" to="3o"/>
<flow id="6" begin="0" end="3600" period="36" from="1fi" to="1si"/>
<flow id="7" begin="0" end="3600" period="36" from="3si" to="3o"/>
<flow id="8" begin="0" end="3600" period="36" from="1si" to="3o"/>
<flow id="9" begin="0" end="3600" period="36" from="4fi" to="1o"/>
<flow id="10" begin="0" end="3600" period="36" from="4fi" to="3si"/>
<flow id="11" begin="0" end="3600" period="36" from="2fi" to="1si"/>
<flow id="12" begin="0" end="3600" period="36" from="4si" to="2o"/>
<flow id="13" begin="0" end="3600" period="36" from="1fi" to="1o"/>
<flow id="14" begin="0" end="3600" period="36" from="4fi" to="3o"/>
<flow id="15" begin="0" end="3600" period="36" from="4fi" to="3si"/>
<flow id="16" begin="0" end="3600" period="36" from="3fi" to="4si"/>
<flow id="17" begin="0" end="3600" period="36" from="2si" to="3o"/>
<flow id="18" begin="0" end="3600" period="36" from="4fi" to="3o"/>
<flow id="19" begin="0" end="3600" period="36" from="4fi" to="3o"/>
<flow id="20" begin="0" end="3600" period="36" from="3si" to="1o"/>
<flow id="21" begin="0" end="3600" period="36" from="1si" to="2o"/>
<flow id="22" begin="0" end="3600" period="36" from="1fi" to="1si"/>
<flow id="23" begin="0" end="3600" period="36" from="1fi" to="2o"/>
<flow id="24" begin="0" end="3600" period="36" from="3si" to="2o"/>
<flow id="25" begin="0" end="3600" period="36" from="2fi" to="1si"/>
<flow id="26" begin="0" end="3600" period="36" from="2fi" to="4si"/>
<flow id="27" begin="0" end="3600" period="36" from="3si" to="3o"/>
<truncated after showing first 30 lines>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/randomTrips.py", line 31, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Missing result in trips ----------
<?xml version="1.0" encoding="UTF-8"?>
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<flow id="0#0" begin="0" end="3600" probability="0.25" from="3si" to="1o"/>
<flow id="0#1" begin="0" end="3600" probability="0.25" from="3si" to="1o"/>
<flow id="0#2" begin="0" end="3600" probability="0.25" from="3si" to="1o"/>
<flow id="0#3" begin="0" end="3600" probability="0.25" from="3si" to="1o"/>
<flow id="1#0" begin="0" end="3600" probability="0.25" from="2fi" to="1si"/>
<flow id="1#1" begin="0" end="3600" probability="0.25" from="2fi" to="1si"/>
<flow id="1#2" begin="0" end="3600" probability="0.25" from="2fi" to="1si"/>
<flow id="1#3" begin="0" end="3600" probability="0.25" from="2fi" to="1si"/>
<flow id="2#0" begin="0" end="3600" probability="0.25" from="3si" to="3si"/>
<flow id="2#1" begin="0" end="3600" probability="0.25" from="3si" to="3si"/>
<flow id="2#2" begin="0" end="3600" probability="0.25" from="3si" to="3si"/>
<flow id="2#3" begin="0" end="3600" probability="0.25" from="3si" to="3si"/>
<flow id="3#0" begin="0" end="3600" probability="0.25" from="4si" to="1o"/>
<flow id="3#1" begin="0" end="3600" probability="0.25" from="4si" to="1o"/>
<flow id="3#2" begin="0" end="3600" probability="0.25" from="4si" to="1o"/>
<flow id="3#3" begin="0" end="3600" probability="0.25" from="4si" to="1o"/>
<flow id="4#0" begin="0" end="3600" probability="0.25" from="2si" to="1o"/>
<flow id="4#1" begin="0" end="3600" probability="0.25" from="2si" to="1o"/>
<flow id="4#2" begin="0" end="3600" probability="0.25" from="2si" to="1o"/>
<flow id="4#3" begin="0" end="3600" probability="0.25" from="2si" to="1o"/>
<flow id="5#0" begin="0" end="3600" probability="0.25" from="1si" to="3o"/>
<flow id="5#1" begin="0" end="3600" probability="0.25" from="1si" to="3o"/>
<flow id="5#2" begin="0" end="3600" probability="0.25" from="1si" to="3o"/>
<flow id="5#3" begin="0" end="3600" probability="0.25" from="1si" to="3o"/>
<flow id="6#0" begin="0" end="3600" probability="0.25" from="1fi" to="1si"/>
<flow id="6#1" begin="0" end="3600" probability="0.25" from="1fi" to="1si"/>
<flow id="6#2" begin="0" end="3600" probability="0.25" from="1fi" to="1si"/>
<flow id="6#3" begin="0" end="3600" probability="0.25" from="1fi" to="1si"/>
<truncated after showing first 30 lines>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/randomTrips.py", line 31, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Missing result in trips ----------
<?xml version="1.0" encoding="UTF-8"?>
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<trip id="0" depart="0.00" from="3si" to="1o"/>
<trip id="1" depart="0.90" from="2fi" to="1si"/>
<trip id="2" depart="1.80" from="3si" to="3si"/>
<trip id="3" depart="2.70" from="4si" to="1o"/>
<trip id="4" depart="3.60" from="2si" to="1o"/>
<trip id="5" depart="4.50" from="1si" to="3o"/>
<trip id="6" depart="5.40" from="1fi" to="1si"/>
<trip id="7" depart="6.30" from="3si" to="3o"/>
<trip id="8" depart="7.20" from="1si" to="3o"/>
<trip id="9" depart="8.10" from="4fi" to="1o"/>
<trip id="10" depart="9.00" from="4fi" to="3si"/>
<trip id="11" depart="9.90" from="2fi" to="1si"/>
<trip id="12" depart="10.80" from="4si" to="2o"/>
<trip id="13" depart="11.70" from="1fi" to="1o"/>
<trip id="14" depart="12.60" from="4fi" to="3o"/>
<trip id="15" depart="13.50" from="4fi" to="3si"/>
<trip id="16" depart="14.40" from="3fi" to="4si"/>
<trip id="17" depart="15.30" from="2si" to="3o"/>
<trip id="18" depart="16.20" from="4fi" to="3o"/>
<trip id="19" depart="17.10" from="4fi" to="3o"/>
<trip id="20" depart="18.00" from="3si" to="1o"/>
<trip id="21" depart="18.90" from="1si" to="2o"/>
<trip id="22" depart="19.80" from="1fi" to="1si"/>
<trip id="23" depart="20.70" from="1fi" to="2o"/>
<trip id="24" depart="21.60" from="3si" to="2o"/>
<trip id="25" depart="22.50" from="2fi" to="1si"/>
<trip id="26" depart="23.40" from="2fi" to="4si"/>
<trip id="27" depart="24.30" from="3si" to="3o"/>
<truncated after showing first 30 lines>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/randomTrips.py", line 31, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Missing result in trips ----------
<?xml version="1.0" encoding="UTF-8"?>
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<trip id="0" depart="0.00" from="3fi" to="1o"/>
<trip id="1" depart="1.00" from="2fi" to="1o"/>
<trip id="2" depart="2.00" from="3si" to="3o"/>
<trip id="3" depart="3.00" from="4fi" to="1o"/>
<trip id="4" depart="4.00" from="2fi" to="1o"/>
<trip id="5" depart="5.00" from="1fi" to="3o"/>
<trip id="6" depart="6.00" from="1fi" to="1o"/>
<trip id="7" depart="7.00" from="3fi" to="3o"/>
<trip id="8" depart="8.00" from="1fi" to="3o"/>
<trip id="9" depart="9.00" from="4fi" to="1o"/>
<trip id="10" depart="10.00" from="4fi" to="3o"/>
<trip id="11" depart="11.00" from="2fi" to="1o"/>
<trip id="12" depart="12.00" from="4fi" to="2o"/>
<trip id="13" depart="13.00" from="1fi" to="1o"/>
<trip id="14" depart="14.00" from="4fi" to="3o"/>
<trip id="15" depart="15.00" from="4fi" to="3si"/>
<trip id="16" depart="16.00" from="3fi" to="4o"/>
<trip id="17" depart="17.00" from="2fi" to="3o"/>
<trip id="18" depart="18.00" from="4fi" to="3o"/>
<trip id="19" depart="19.00" from="4fi" to="3o"/>
<trip id="20" depart="20.00" from="3fi" to="1o"/>
<trip id="21" depart="21.00" from="1si" to="2o"/>
<trip id="22" depart="22.00" from="1fi" to="1si"/>
<trip id="23" depart="23.00" from="1fi" to="2o"/>
<trip id="24" depart="24.00" from="3fi" to="2o"/>
<trip id="25" depart="25.00" from="2fi" to="1o"/>
<trip id="26" depart="26.00" from="2fi" to="4o"/>
<trip id="27" depart="27.00" from="3fi" to="3o"/>
<truncated after showing first 30 lines>
trip randomTrips fringe_factor (
Last six runs
Dec2018
)---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/randomTrips.py", line 31, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Missing result in trips ----------
<?xml version="1.0" encoding="UTF-8"?>
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<trip id="0" depart="0.00" from="3si" to="1si" via="1si 2si" />
<trip id="1" depart="1.00" from="3si" to="1o" via="3si 4si" />
<trip id="2" depart="2.00" from="2si" to="3o" via="1si 1si" />
<trip id="3" depart="3.00" from="1fi" to="3o" via="1si 3si" />
<trip id="4" depart="4.00" from="1si" to="1o" via="3si 4si" />
<trip id="5" depart="5.00" from="4fi" to="1si" via="3si 2si" />
<trip id="6" depart="6.00" from="4si" to="1o" via="2si 1si" />
<trip id="7" depart="7.00" from="4fi" to="3si" via="3si 4si" />
<trip id="8" depart="8.00" from="3fi" to="3o" via="4si 2si" />
<trip id="9" depart="9.00" from="4fi" to="3o" via="3si 4si" />
<trip id="10" depart="10.00" from="3si" to="2o" via="1si 1si" />
<trip id="11" depart="11.00" from="1fi" to="2o" via="1si 1si" />
<trip id="12" depart="12.00" from="3si" to="1si" via="2si 2si" />
<trip id="13" depart="13.00" from="2fi" to="3o" via="4si 3si" />
<trip id="14" depart="14.00" from="1si" to="2si" via="3si 1si" />
<trip id="15" depart="15.00" from="4si" to="3si" via="3si 3si" />
<trip id="16" depart="16.00" from="4fi" to="1o" via="4si 1si" />
<trip id="17" depart="17.00" from="2fi" to="4si" via="2si 1si" />
<trip id="18" depart="18.00" from="4si" to="2si" via="2si 3si" />
<trip id="19" depart="19.00" from="4si" to="1si" via="2si 2si" />
<trip id="20" depart="20.00" from="3fi" to="4si" via="2si 3si" />
<trip id="21" depart="21.00" from="2si" to="3o" via="1si 4si" />
<trip id="22" depart="22.00" from="1fi" to="3si" via="1si 1si" />
<trip id="23" depart="23.00" from="4fi" to="2si" via="2si 1si" />
<trip id="24" depart="24.00" from="4si" to="4o" via="3si 4si" />
<trip id="25" depart="25.00" from="1fi" to="3o" via="3si 3si" />
<trip id="26" depart="26.00" from="2fi" to="2si" via="3si 1si" />
<trip id="27" depart="27.00" from="2si" to="2o" via="4si 4si" />
<truncated after showing first 30 lines>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/randomTrips.py", line 31, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Missing result in dest_weights ----------
<edgedata>
<interval begin="0" end="10">
<edge id="4si" value="100.00"/>
<edge id="3si" value="100.00"/>
<edge id="2si" value="100.00"/>
<edge id="1si" value="100.00"/>
<edge id="4o" value="63.98"/>
<edge id="3o" value="63.98"/>
<edge id="2o" value="63.98"/>
<edge id="1o" value="63.98"/>
<edge id="4fi" value="0.00"/>
<edge id="3fi" value="0.00"/>
<edge id="2fi" value="0.00"/>
<edge id="1fi" value="0.00"/>
</interval>
</edgedata>
---------- Missing result in source_weights ----------
<edgedata>
<interval begin="0" end="10">
<edge id="1fi" value="100.00"/>
<edge id="1o" value="50.00"/>
<edge id="4si" value="0.00"/>
<edge id="4o" value="0.00"/>
<edge id="4fi" value="0.00"/>
<edge id="3si" value="0.00"/>
<edge id="3o" value="0.00"/>
<edge id="3fi" value="0.00"/>
<edge id="2si" value="0.00"/>
<edge id="2o" value="0.00"/>
<edge id="2fi" value="0.00"/>
<edge id="1si" value="0.00"/>
</interval>
</edgedata>
---------- Missing result in trips ----------
<?xml version="1.0" encoding="UTF-8"?>
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<trip id="0" depart="0.00" from="1fi" to="1o"/>
<trip id="1" depart="1.00" from="1fi" to="1si"/>
<trip id="2" depart="2.00" from="1o" to="3si"/>
<trip id="3" depart="3.00" from="1o" to="1o"/>
<trip id="4" depart="4.00" from="1fi" to="1o"/>
<trip id="5" depart="5.00" from="1fi" to="3o"/>
<trip id="6" depart="6.00" from="1fi" to="1si"/>
<trip id="7" depart="7.00" from="1fi" to="3o"/>
<trip id="8" depart="8.00" from="1fi" to="3o"/>
<trip id="9" depart="9.00" from="1o" to="1o"/>
<trip id="10" depart="10.00" from="1o" to="3si"/>
<trip id="11" depart="11.00" from="1fi" to="1si"/>
<trip id="12" depart="12.00" from="1o" to="2o"/>
<trip id="13" depart="13.00" from="1fi" to="1o"/>
<trip id="14" depart="14.00" from="1o" to="3si"/>
<trip id="15" depart="15.00" from="1o" to="3si"/>
<trip id="16" depart="16.00" from="1fi" to="4si"/>
<trip id="17" depart="17.00" from="1fi" to="3o"/>
<trip id="18" depart="18.00" from="1o" to="3si"/>
<trip id="19" depart="19.00" from="1o" to="3o"/>
<trip id="20" depart="20.00" from="1o" to="1o"/>
<trip id="21" depart="21.00" from="1fi" to="2o"/>
<trip id="22" depart="22.00" from="1fi" to="1si"/>
<trip id="23" depart="23.00" from="1fi" to="2o"/>
<trip id="24" depart="24.00" from="1fi" to="2si"/>
<trip id="25" depart="25.00" from="1fi" to="1si"/>
<trip id="26" depart="26.00" from="1fi" to="4si"/>
<trip id="27" depart="27.00" from="1fi" to="3si"/>
<truncated after showing first 30 lines>
---------- Missing result in via_weights ----------
<edgedata>
<interval begin="0" end="10">
<edge id="4si" value="100.00"/>
<edge id="3si" value="100.00"/>
<edge id="2si" value="100.00"/>
<edge id="1si" value="100.00"/>
<edge id="4o" value="0.00"/>
<edge id="4fi" value="0.00"/>
<edge id="3o" value="0.00"/>
<edge id="3fi" value="0.00"/>
<edge id="2o" value="0.00"/>
<edge id="2fi" value="0.00"/>
<edge id="1o" value="0.00"/>
<edge id="1fi" value="0.00"/>
</interval>
</edgedata>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/randomTrips.py", line 31, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Missing result in trips ----------
<?xml version="1.0" encoding="UTF-8"?>
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<trip id="0" depart="0.00" from="3si" to="1o"/>
<trip id="1" depart="1.00" from="2fi" to="1si"/>
<trip id="2" depart="2.00" from="3si" to="3si"/>
<trip id="3" depart="3.00" from="4si" to="1o"/>
<trip id="4" depart="4.00" from="2si" to="1o"/>
<trip id="5" depart="5.00" from="1si" to="3o"/>
<trip id="6" depart="6.00" from="1fi" to="1si"/>
<trip id="7" depart="7.00" from="3si" to="3o"/>
<trip id="8" depart="8.00" from="1si" to="3o"/>
<trip id="9" depart="9.00" from="4fi" to="1o"/>
<trip id="10" depart="10.00" from="4fi" to="3si"/>
<trip id="11" depart="11.00" from="2fi" to="1si"/>
<trip id="12" depart="12.00" from="4si" to="2o"/>
<trip id="13" depart="13.00" from="4fi" to="3o"/>
<trip id="14" depart="14.00" from="4fi" to="3si"/>
<trip id="15" depart="15.00" from="3fi" to="4si"/>
<trip id="16" depart="16.00" from="2si" to="3o"/>
<trip id="17" depart="17.00" from="4fi" to="3o"/>
<trip id="18" depart="18.00" from="4fi" to="3o"/>
<trip id="19" depart="19.00" from="3si" to="1o"/>
<trip id="20" depart="20.00" from="1si" to="2o"/>
<trip id="21" depart="21.00" from="1fi" to="1si"/>
<trip id="22" depart="22.00" from="1fi" to="2o"/>
<trip id="23" depart="23.00" from="3si" to="2o"/>
<trip id="24" depart="24.00" from="2fi" to="1si"/>
<trip id="25" depart="25.00" from="2fi" to="4si"/>
<trip id="26" depart="26.00" from="3si" to="3o"/>
<trip id="27" depart="27.00" from="1si" to="3si"/>
<truncated after showing first 30 lines>
---------- Differences in errors ---------- 1,3600c1,6 < no trip found after 10 tries < no trip found after 10 tries < no trip found after 10 tries < no trip found after 10 tries < no trip found after 10 tries < no trip found after 10 tries < no trip found after 10 tries < no trip found after 10 tries < no trip found after 10 tries < no trip found after 10 tries < no trip found after 10 tries < no trip found after 10 tries < no trip found after 10 tries < no trip found after 10 tries < no trip found after 10 tries < no trip found after 10 tries < no trip found after 10 tries < no trip found after 10 tries < no trip found after 10 tries < no trip found after 10 tries < no trip found after 10 tries < no trip found after 10 tries < no trip found after 10 tries < no trip found after 10 tries < no trip found after 10 tries < no trip found after 10 tries < no trip found after 10 tries < no trip found after 10 tries < no trip found after 10 tries <truncated after showing first 30 lines> ---------- Differences in output ---------- 1d0 < Warning: setting number of intermediate waypoints to 1 to achieve a minimum trip length of 2000.0 in a network with diameter 1414.21. ---------- Missing result in trips ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> </routes>
---------- Differences in errors ---------- 1c1,6 < Error: no valid edges for generating source or destination. Try using option --allow-fringe --- > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/randomTrips.py", line 31, in <module> > import sumolib # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Missing result in trips ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> </routes>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/randomTrips.py", line 31, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Missing result in trips ----------
<?xml version="1.0" encoding="UTF-8"?>
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<trip id="0" depart="0.00" from="gneE0" to="gneE1"/>
<trip id="1" depart="1.00" from="gneE0" to="gneE1"/>
<trip id="2" depart="2.00" from="gneE0" to="gneE1"/>
<trip id="3" depart="3.00" from="gneE0" to="gneE1"/>
<trip id="4" depart="4.00" from="gneE0" to="gneE1"/>
<trip id="5" depart="5.00" from="gneE0" to="gneE1"/>
<trip id="6" depart="6.00" from="gneE0" to="gneE1"/>
<trip id="7" depart="7.00" from="gneE0" to="gneE1"/>
<trip id="8" depart="8.00" from="gneE0" to="gneE1"/>
<trip id="9" depart="9.00" from="gneE0" to="gneE1"/>
</routes>
---------- Differences in errors ---------- 1c1,6 < Error: no valid edges for generating intermediate points --- > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/randomTrips.py", line 31, in <module> > import sumolib # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Missing result in trips ---------- <?xml version="1.0" encoding="UTF-8"?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> </routes>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/randomTrips.py", line 31, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Missing result in trips ----------
<?xml version="1.0" encoding="UTF-8"?>
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<person id="0" depart="0.00" departPos="random" color="red">
<walk from="NC" to="CS"/>
</person>
<person id="1" depart="1.00" departPos="random" color="red">
<walk from="NC" to="CS"/>
</person>
<person id="2" depart="2.00" departPos="random" color="red">
<walk from="CS" to="NC"/>
</person>
<person id="3" depart="3.00" departPos="random" color="red">
<walk from="CS" to="NC"/>
</person>
<person id="4" depart="4.00" departPos="random" color="red">
<walk from="NC" to="CS"/>
</person>
<person id="5" depart="5.00" departPos="random" color="red">
<walk from="NC" to="CS"/>
</person>
<person id="6" depart="6.00" departPos="random" color="red">
<walk from="CS" to="NC"/>
</person>
<person id="7" depart="7.00" departPos="random" color="red">
<walk from="NC" to="CS"/>
</person>
<person id="8" depart="8.00" departPos="random" color="red">
<walk from="NC" to="CS"/>
</person>
<person id="9" depart="9.00" departPos="random" color="red">
<truncated after showing first 30 lines>
---------- Differences in errors ---------- 1c1,6 < Error: Period must be positive --- > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/randomTrips.py", line 31, in <module> > import sumolib # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/randomTrips.py", line 31, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1d0
< Success.
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<person id="0" depart="0.00" departPos="random" color="red">
<walk edges="NC CS"/>
</person>
<person id="1" depart="1.00" departPos="random" color="red">
<walk edges="NC CS"/>
</person>
<person id="2" depart="2.00" departPos="random" color="red">
<walk edges="CS NC"/>
</person>
<person id="3" depart="3.00" departPos="random" color="red">
<walk edges="CS NC"/>
</person>
<person id="4" depart="4.00" departPos="random" color="red">
<walk edges="NC CS"/>
</person>
<person id="5" depart="5.00" departPos="random" color="red">
<walk edges="NC CS"/>
</person>
<person id="6" depart="6.00" departPos="random" color="red">
<walk edges="CS NC"/>
</person>
<person id="7" depart="7.00" departPos="random" color="red">
<walk edges="NC CS"/>
</person>
<person id="8" depart="8.00" departPos="random" color="red">
<walk edges="NC CS"/>
<truncated after showing first 30 lines>
---------- Missing result in trips ----------
<?xml version="1.0" encoding="UTF-8"?>
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<person id="0" depart="0.00" departPos="random" color="red">
<personTrip from="NC" to="CS" modes="car public"/>
</person>
<person id="1" depart="1.00" departPos="random" color="red">
<personTrip from="NC" to="CS" modes="car public"/>
</person>
<person id="2" depart="2.00" departPos="random" color="red">
<personTrip from="CS" to="NC" modes="car public"/>
</person>
<person id="3" depart="3.00" departPos="random" color="red">
<personTrip from="CS" to="NC" modes="car public"/>
</person>
<person id="4" depart="4.00" departPos="random" color="red">
<personTrip from="NC" to="CS" modes="car public"/>
</person>
<person id="5" depart="5.00" departPos="random" color="red">
<personTrip from="NC" to="CS" modes="car public"/>
</person>
<person id="6" depart="6.00" departPos="random" color="red">
<personTrip from="CS" to="NC" modes="car public"/>
</person>
<person id="7" depart="7.00" departPos="random" color="red">
<personTrip from="NC" to="CS" modes="car public"/>
</person>
<person id="8" depart="8.00" departPos="random" color="red">
<personTrip from="NC" to="CS" modes="car public"/>
</person>
<person id="9" depart="9.00" departPos="random" color="red">
<truncated after showing first 30 lines>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/randomTrips.py", line 31, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Missing result in trips ----------
<?xml version="1.0" encoding="UTF-8"?>
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<trip id="0" depart="0.00" from="3si" to="1o"/>
<trip id="1" depart="1.00" from="2fi" to="1si"/>
<trip id="2" depart="2.00" from="3si" to="3si"/>
<trip id="3" depart="3.00" from="4si" to="1o"/>
<trip id="4" depart="4.00" from="2si" to="1o"/>
<trip id="5" depart="5.00" from="1si" to="3o"/>
<trip id="6" depart="6.00" from="1fi" to="1si"/>
<trip id="7" depart="7.00" from="3si" to="3o"/>
<trip id="8" depart="8.00" from="1si" to="3o"/>
<trip id="9" depart="9.00" from="4fi" to="1o"/>
<trip id="10" depart="10.00" from="4fi" to="3si"/>
<trip id="11" depart="11.00" from="2fi" to="1si"/>
<trip id="12" depart="12.00" from="4si" to="2o"/>
<trip id="13" depart="13.00" from="1fi" to="1o"/>
<trip id="14" depart="14.00" from="4fi" to="3o"/>
<trip id="15" depart="15.00" from="4fi" to="3si"/>
<trip id="16" depart="16.00" from="3fi" to="4si"/>
<trip id="17" depart="17.00" from="2si" to="3o"/>
<trip id="18" depart="18.00" from="4fi" to="3o"/>
<trip id="19" depart="19.00" from="4fi" to="3o"/>
<trip id="20" depart="20.00" from="3si" to="1o"/>
<trip id="21" depart="21.00" from="1si" to="2o"/>
<trip id="22" depart="22.00" from="1fi" to="1si"/>
<trip id="23" depart="23.00" from="1fi" to="2o"/>
<trip id="24" depart="24.00" from="3si" to="2o"/>
<trip id="25" depart="25.00" from="2fi" to="1si"/>
<trip id="26" depart="26.00" from="2fi" to="4si"/>
<trip id="27" depart="27.00" from="3si" to="3o"/>
<truncated after showing first 30 lines>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/randomTrips.py", line 31, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,2d0
< Success.
< calling route2trips
---------- Missing result in trips ----------
<?xml version="1.0" encoding="UTF-8"?>
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<trip id="1" depart="1.00" from="beg2left" to="end"/>
<trip id="5" depart="5.00" from="beg2left" to="left2end"/>
<trip id="6" depart="6.00" from="beg" to="end"/>
<trip id="7" depart="7.00" from="left" to="left2end"/>
<trip id="8" depart="8.00" from="beg2left" to="left2end"/>
<trip id="13" depart="13.00" from="beg" to="beg2left"/>
<trip id="16" depart="16.00" from="left" to="rend"/>
<trip id="18" depart="18.00" from="left2end" to="left2end"/>
<trip id="21" depart="21.00" from="beg2left" to="end"/>
<trip id="22" depart="22.00" from="beg" to="end"/>
<trip id="23" depart="23.00" from="beg" to="end"/>
<trip id="24" depart="24.00" from="left" to="left"/>
<trip id="25" depart="25.00" from="end" to="end"/>
<trip id="26" depart="26.00" from="beg2left" to="rend"/>
<trip id="27" depart="27.00" from="left" to="left2end"/>
<trip id="29" depart="29.00" from="beg" to="left"/>
<trip id="32" depart="32.00" from="middle" to="middle"/>
<trip id="33" depart="33.00" from="beg2left" to="beg2left"/>
<trip id="34" depart="34.00" from="beg2left" to="end"/>
<trip id="35" depart="35.00" from="beg2left" to="rend"/>
<trip id="36" depart="36.00" from="middle" to="end"/>
<trip id="37" depart="37.00" from="left" to="left"/>
<trip id="39" depart="39.00" from="beg2left" to="end"/>
<trip id="40" depart="40.00" from="left" to="end"/>
<trip id="41" depart="41.00" from="left" to="rend"/>
<trip id="42" depart="42.00" from="end" to="end"/>
<trip id="44" depart="44.00" from="beg" to="beg2left"/>
<trip id="45" depart="45.00" from="beg" to="left2end"/>
<truncated after showing first 30 lines>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/randomTrips.py", line 31, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,2d0
< Success.
< calling route2trips
---------- Missing result in trips ----------
<?xml version="1.0" encoding="UTF-8"?>
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<trip id="0" depart="0.00" from="3si" to="1si" via="1si 2si" />
<trip id="1" depart="1.00" from="3si" to="1o" via="3si 4si" />
<trip id="2" depart="2.00" from="2si" to="3o" via="1si 1si" />
<trip id="3" depart="3.00" from="1fi" to="3o" via="1si 3si" />
<trip id="4" depart="4.00" from="1si" to="1o" via="3si 4si" />
<trip id="5" depart="5.00" from="4fi" to="1si" via="3si 2si" />
<trip id="6" depart="6.00" from="4si" to="1o" via="2si 1si" />
<trip id="7" depart="7.00" from="4fi" to="3si" via="3si 4si" />
<trip id="8" depart="8.00" from="3fi" to="3o" via="4si 2si" />
<trip id="9" depart="9.00" from="4fi" to="3o" via="3si 4si" />
<trip id="10" depart="10.00" from="3si" to="2o" via="1si 1si" />
<trip id="11" depart="11.00" from="1fi" to="2o" via="1si 1si" />
<trip id="12" depart="12.00" from="3si" to="1si" via="2si 2si" />
<trip id="13" depart="13.00" from="2fi" to="3o" via="4si 3si" />
<trip id="14" depart="14.00" from="1si" to="2si" via="3si 1si" />
<trip id="15" depart="15.00" from="4si" to="3si" via="3si 3si" />
<trip id="16" depart="16.00" from="4fi" to="1o" via="4si 1si" />
<trip id="17" depart="17.00" from="2fi" to="4si" via="2si 1si" />
<trip id="18" depart="18.00" from="4si" to="2si" via="2si 3si" />
<trip id="19" depart="19.00" from="4si" to="1si" via="2si 2si" />
<trip id="20" depart="20.00" from="3fi" to="4si" via="2si 3si" />
<trip id="21" depart="21.00" from="2si" to="3o" via="1si 4si" />
<trip id="22" depart="22.00" from="1fi" to="3si" via="1si 1si" />
<trip id="23" depart="23.00" from="4fi" to="2si" via="2si 1si" />
<trip id="24" depart="24.00" from="4si" to="4o" via="3si 4si" />
<trip id="25" depart="25.00" from="1fi" to="3o" via="3si 3si" />
<trip id="26" depart="26.00" from="2fi" to="2si" via="3si 1si" />
<trip id="27" depart="27.00" from="2si" to="2o" via="4si 4si" />
<truncated after showing first 30 lines>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/randomTrips.py", line 31, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Missing result in trips ----------
<?xml version="1.0" encoding="UTF-8"?>
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<trip id="0" depart="0.00" from="3fi" to="2o"/>
<trip id="1" depart="1.00" from="2si" to="2o"/>
<trip id="2" depart="2.00" from="3fi" to="3o"/>
<trip id="3" depart="3.00" from="3si" to="2o"/>
<trip id="4" depart="4.00" from="2si" to="2o"/>
<trip id="5" depart="5.00" from="2fi" to="3o"/>
<trip id="6" depart="6.00" from="2fi" to="2o"/>
<trip id="7" depart="7.00" from="3fi" to="3o"/>
<trip id="8" depart="8.00" from="2fi" to="3o"/>
<trip id="9" depart="9.00" from="3si" to="2o"/>
<trip id="10" depart="10.00" from="3si" to="3o"/>
<trip id="11" depart="11.00" from="2si" to="2o"/>
<trip id="12" depart="12.00" from="3si" to="2si"/>
<trip id="13" depart="13.00" from="2fi" to="2o"/>
<trip id="14" depart="14.00" from="3si" to="3o"/>
<trip id="15" depart="15.00" from="3si" to="3o"/>
<trip id="16" depart="16.00" from="3fi" to="3si"/>
<trip id="17" depart="17.00" from="2si" to="3o"/>
<trip id="18" depart="18.00" from="3si" to="3o"/>
<trip id="19" depart="19.00" from="3si" to="3o"/>
<trip id="20" depart="20.00" from="3fi" to="2o"/>
<trip id="21" depart="21.00" from="2fi" to="2si"/>
<trip id="22" depart="22.00" from="2fi" to="2o"/>
<trip id="23" depart="23.00" from="2fi" to="2si"/>
<trip id="24" depart="24.00" from="3fi" to="2si"/>
<trip id="25" depart="25.00" from="2si" to="2o"/>
<trip id="26" depart="26.00" from="2si" to="3si"/>
<trip id="27" depart="27.00" from="3fi" to="3o"/>
<truncated after showing first 30 lines>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/randomTrips.py", line 31, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1d0
< Success.
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<vType id="truck" vClass="truck"/>
<vehicle id="1" type="truck" depart="1.00">
<route edges="beg2left left left2end end"/>
</vehicle>
<vehicle id="2" type="truck" depart="2.00">
<route edges="left left2end"/>
</vehicle>
<vehicle id="5" type="truck" depart="5.00">
<route edges="beg2left left"/>
</vehicle>
<vehicle id="6" type="truck" depart="6.00">
<route edges="beg beg2left"/>
</vehicle>
<vehicle id="7" type="truck" depart="7.00">
<route edges="left"/>
</vehicle>
<vehicle id="8" type="truck" depart="8.00">
<route edges="beg2left left"/>
</vehicle>
</routes>
---------- Missing result in trips ----------
<?xml version="1.0" encoding="UTF-8"?>
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<trip id="0" depart="0.00" from="left" to="beg2left" type="truck"/>
<trip id="1" depart="1.00" from="beg2left" to="end" type="truck"/>
<trip id="2" depart="2.00" from="left" to="left2end" type="truck"/>
<trip id="3" depart="3.00" from="left2end" to="beg2left" type="truck"/>
<trip id="4" depart="4.00" from="end" to="beg2left" type="truck"/>
<trip id="5" depart="5.00" from="beg2left" to="left" type="truck"/>
<trip id="6" depart="6.00" from="beg" to="beg2left" type="truck"/>
<trip id="7" depart="7.00" from="left" to="left" type="truck"/>
<trip id="8" depart="8.00" from="beg2left" to="left" type="truck"/>
<trip id="9" depart="9.00" from="left2end" to="beg2left" type="truck"/>
</routes>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/randomTrips.py", line 31, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Missing result in trips ----------
<?xml version="1.0" encoding="UTF-8"?>
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<vType id="passenger" vClass="passenger" color="blue" speedDev="0.2"/>
<trip id="0" depart="0.00" from="3fi" to="2o" departPos="last" type="passenger"/>
<trip id="1" depart="1.00" from="2si" to="2o" departPos="last" type="passenger"/>
<trip id="2" depart="2.00" from="3fi" to="3o" departPos="last" type="passenger"/>
<trip id="3" depart="3.00" from="3si" to="2o" departPos="last" type="passenger"/>
<trip id="4" depart="4.00" from="2si" to="2o" departPos="last" type="passenger"/>
<trip id="5" depart="5.00" from="2fi" to="3o" departPos="last" type="passenger"/>
<trip id="6" depart="6.00" from="2fi" to="2o" departPos="last" type="passenger"/>
<trip id="7" depart="7.00" from="3fi" to="3o" departPos="last" type="passenger"/>
<trip id="8" depart="8.00" from="2fi" to="3o" departPos="last" type="passenger"/>
<trip id="9" depart="9.00" from="3si" to="2o" departPos="last" type="passenger"/>
</routes>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/randomTrips.py", line 31, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Missing result in trips ----------
<?xml version="1.0" encoding="UTF-8"?>
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<vType id="pedestrian" vClass="pedestrian" color="blue" maxSpeed="3" speedDev="0.1"/>
<person id="0" depart="0.00" departPos="random" type="pedestrian">
<personTrip from="3si" to="2fi"/>
</person>
<person id="1" depart="1.00" departPos="random" type="pedestrian">
<personTrip from="2si" to="2si"/>
</person>
<person id="2" depart="2.00" departPos="random" type="pedestrian">
<personTrip from="4fi" to="4fi"/>
</person>
<person id="3" depart="3.00" departPos="random" type="pedestrian">
<personTrip from="4si" to="2fi"/>
</person>
<person id="4" depart="4.00" departPos="random" type="pedestrian">
<personTrip from="3fi" to="2fi"/>
</person>
<person id="5" depart="5.00" departPos="random" type="pedestrian">
<personTrip from="2o" to="3o"/>
</person>
<person id="6" depart="6.00" departPos="random" type="pedestrian">
<personTrip from="2fi" to="2o"/>
</person>
<person id="7" depart="7.00" departPos="random" type="pedestrian">
<personTrip from="3si" to="3o"/>
</person>
<person id="8" depart="8.00" departPos="random" type="pedestrian">
<personTrip from="2o" to="3si"/>
</person>
<truncated after showing first 30 lines>
---------- Differences in errors ---------- 1c1,6 < Error: trip-attribute 'type' cannot be used together with option --vehicle-class --- > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/randomTrips.py", line 31, in <module> > import sumolib # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/randomTrips.py", line 31, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1,2d0
< Success.
< calling route2trips
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<vType id="truck" vClass="truck"/>
<vehicle id="1" type="truck" depart="1.00">
<route edges="beg2left left left2end end"/>
</vehicle>
<vehicle id="5" type="truck" depart="5.00">
<route edges="beg2left left left2end"/>
</vehicle>
<vehicle id="6" type="truck" depart="6.00">
<route edges="beg beg2left left left2end end"/>
</vehicle>
<vehicle id="7" type="truck" depart="7.00">
<route edges="left left2end"/>
</vehicle>
<vehicle id="8" type="truck" depart="8.00">
<route edges="beg2left left left2end"/>
</vehicle>
</routes>
---------- Missing result in trips ----------
<?xml version="1.0" encoding="UTF-8"?>
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<vType id="truck" vClass="truck">
</vType>
<trip id="1" depart="1.00" from="beg2left" to="end" type="truck"/>
<trip id="5" depart="5.00" from="beg2left" to="left2end" type="truck"/>
<trip id="6" depart="6.00" from="beg" to="end" type="truck"/>
<trip id="7" depart="7.00" from="left" to="left2end" type="truck"/>
<trip id="8" depart="8.00" from="beg2left" to="left2end" type="truck"/>
</routes>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/randomTrips.py", line 31, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Missing result in dest_weights ----------
<edgedata>
<interval begin="0" end="10">
<edge id="4si" value="100.00"/>
<edge id="3si" value="100.00"/>
<edge id="2si" value="100.00"/>
<edge id="1si" value="100.00"/>
<edge id="4o" value="63.98"/>
<edge id="3o" value="63.98"/>
<edge id="2o" value="63.98"/>
<edge id="1o" value="63.98"/>
<edge id="4fi" value="0.00"/>
<edge id="3fi" value="0.00"/>
<edge id="2fi" value="0.00"/>
<edge id="1fi" value="0.00"/>
</interval>
</edgedata>
---------- Missing result in source_weights ----------
<edgedata>
<interval begin="0" end="10">
<edge id="4si" value="100.00"/>
<edge id="3si" value="100.00"/>
<edge id="2si" value="100.00"/>
<edge id="1si" value="100.00"/>
<edge id="4fi" value="63.98"/>
<edge id="3fi" value="63.98"/>
<edge id="2fi" value="63.98"/>
<edge id="1fi" value="63.98"/>
<edge id="4o" value="0.00"/>
<edge id="3o" value="0.00"/>
<edge id="2o" value="0.00"/>
<edge id="1o" value="0.00"/>
</interval>
</edgedata>
---------- Missing result in trips ----------
<?xml version="1.0" encoding="UTF-8"?>
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<trip id="0" depart="0.00" from="3si" to="1o"/>
<trip id="1" depart="1.00" from="2fi" to="1si"/>
<trip id="2" depart="2.00" from="3si" to="3si"/>
<trip id="3" depart="3.00" from="4si" to="1o"/>
<trip id="4" depart="4.00" from="2si" to="1o"/>
<trip id="5" depart="5.00" from="1si" to="3o"/>
<trip id="6" depart="6.00" from="1fi" to="1si"/>
<trip id="7" depart="7.00" from="3si" to="3o"/>
<trip id="8" depart="8.00" from="1si" to="3o"/>
<trip id="9" depart="9.00" from="4fi" to="1o"/>
<trip id="10" depart="10.00" from="4fi" to="3si"/>
<trip id="11" depart="11.00" from="2fi" to="1si"/>
<trip id="12" depart="12.00" from="4si" to="2o"/>
<trip id="13" depart="13.00" from="1fi" to="1o"/>
<trip id="14" depart="14.00" from="4fi" to="3si"/>
<trip id="15" depart="15.00" from="4fi" to="3si"/>
<trip id="16" depart="16.00" from="3fi" to="4si"/>
<trip id="17" depart="17.00" from="2si" to="3o"/>
<trip id="18" depart="18.00" from="4fi" to="3si"/>
<trip id="19" depart="19.00" from="4si" to="3o"/>
<trip id="20" depart="20.00" from="3si" to="1o"/>
<trip id="21" depart="21.00" from="1si" to="2o"/>
<trip id="22" depart="22.00" from="1fi" to="1si"/>
<trip id="23" depart="23.00" from="1si" to="2o"/>
<trip id="24" depart="24.00" from="3si" to="2si"/>
<trip id="25" depart="25.00" from="2si" to="1si"/>
<trip id="26" depart="26.00" from="2fi" to="4si"/>
<trip id="27" depart="27.00" from="3si" to="3si"/>
<truncated after showing first 30 lines>
---------- Missing result in via_weights ----------
<edgedata>
<interval begin="0" end="10">
<edge id="4si" value="100.00"/>
<edge id="3si" value="100.00"/>
<edge id="2si" value="100.00"/>
<edge id="1si" value="100.00"/>
<edge id="4o" value="0.00"/>
<edge id="4fi" value="0.00"/>
<edge id="3o" value="0.00"/>
<edge id="3fi" value="0.00"/>
<edge id="2o" value="0.00"/>
<edge id="2fi" value="0.00"/>
<edge id="1o" value="0.00"/>
<edge id="1fi" value="0.00"/>
</interval>
</edgedata>
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/route2trips.py", line 32, in <module> > import sumolib # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,8d0 < <?xml version="1.0" encoding="UTF-8"?> < options: routes.rou.xml < --> < <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> < <vType accel="0.8" decel="4.5" id="DEFAULT_VEHTYPE" length="3" maxSpeed="10" minGap="2" sigma="0"> < </vType> < <trip id="0" depart="0" departPos="100" departSpeed="10" from="4/1to3/1" to="1/1to0/1"/> < </routes>
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/route2trips.py", line 32, in <module> > import sumolib # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,8d0 < <?xml version="1.0" encoding="UTF-8"?> < options: routes.rou.xml id depart from to < --> < <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> < <vType accel="0.8" decel="4.5" id="DEFAULT_VEHTYPE" length="3" maxSpeed="10" minGap="2" sigma="0"> < </vType> < <trip id="0" depart="0" from="4/1to3/1" to="1/1to0/1"/> < </routes>
---------- Differences in errors ---------- 0a1,6 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/route2trips.py", line 32, in <module> > import sumolib # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,9d0 < <?xml version="1.0" encoding="UTF-8"?> < options: routes.rou.xml < --> < <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> < <vType id="DEFAULT_VEHTYPE" length="3" maxSpeed="10" minGap="2"> < <carFollowing-Krauss accel="0.8" decel="4.5" sigma="0" /> < </vType> < <trip id="0" depart="0" departPos="100" departSpeed="10" from="4/1to3/1" to="1/1to0/1"/> < </routes>
---------- Differences in errors ---------- 1,17c1,8 < CRITICAL:__main__:Missing CONNECTIONS_FILE. < Usage: generateTurnDefs.py [options] < < Options: < -h, --help show this help message and exit < -c CONNECTIONS_FILE, --connections-file=CONNECTIONS_FILE < Read connections defined in CONNECTIONS_FILE. < Mandatory. < -t TURN_DEFINITIONS_FILE, --turn-definitions-file=TURN_DEFINITIONS_FILE < Write the resulting turn definitions to < TURN_DEFINITIONS_FILE. Mandatory. < -b BEGIN, --begin=BEGIN < Generate turn definitions for interval starting at < BEGIN seconds. Defaults to 0. < -e END, --end=END Generate turn definitions for interval ending at END < seconds. Defaults to 3600. < --- > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/turn-defs/generateTurnDefs.py", line 23, in <module> > import connections # noqa > File "/Users/sumo/clangMacOS/sumo/tools/turn-defs/connections.py", line 31, in <module> > import sumolib # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in errors ---------- 1,17c1,8 < CRITICAL:__main__:Missing TURN_DEFINITIONS_FILE. < Usage: generateTurnDefs.py [options] < < Options: < -h, --help show this help message and exit < -c CONNECTIONS_FILE, --connections-file=CONNECTIONS_FILE < Read connections defined in CONNECTIONS_FILE. < Mandatory. < -t TURN_DEFINITIONS_FILE, --turn-definitions-file=TURN_DEFINITIONS_FILE < Write the resulting turn definitions to < TURN_DEFINITIONS_FILE. Mandatory. < -b BEGIN, --begin=BEGIN < Generate turn definitions for interval starting at < BEGIN seconds. Defaults to 0. < -e END, --end=END Generate turn definitions for interval ending at END < seconds. Defaults to 3600. < --- > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/turn-defs/generateTurnDefs.py", line 23, in <module> > import connections # noqa > File "/Users/sumo/clangMacOS/sumo/tools/turn-defs/connections.py", line 31, in <module> > import sumolib # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in errors ---------- 0a1,8 > Traceback (most recent call last): > File "/Users/sumo/clangMacOS/sumo/tests/../tools/turn-defs/generateTurnDefs.py", line 23, in <module> > import connections # noqa > File "/Users/sumo/clangMacOS/sumo/tools/turn-defs/connections.py", line 31, in <module> > import sumolib # noqa > File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module> > warnings.warn(e.msg) > AttributeError: 'exceptions.ImportError' object has no attribute 'msg' ---------- Differences in output ---------- 1,15d0 < Usage: generateTurnDefs.py [options] < < Options: < -h, --help show this help message and exit < -c CONNECTIONS_FILE, --connections-file=CONNECTIONS_FILE < Read connections defined in CONNECTIONS_FILE. < Mandatory. < -t TURN_DEFINITIONS_FILE, --turn-definitions-file=TURN_DEFINITIONS_FILE < Write the resulting turn definitions to < TURN_DEFINITIONS_FILE. Mandatory. < -b BEGIN, --begin=BEGIN < Generate turn definitions for interval starting at < BEGIN seconds. Defaults to 0. < -e END, --end=END Generate turn definitions for interval ending at END < seconds. Defaults to 3600.
---------- Differences in errors ----------
1,10c1,8
< INFO:connections:Reading connections from input stream
< WARNING:connections:Destination for 2fi (lane 0) readded: 2si
< WARNING:connections:Destination for 2si (lane 1) readded: 1o
< WARNING:connections:Destination for 3fi (lane 0) readded: 3si
< WARNING:connections:Destination for 3fi (lane 0) readded: 3si
< WARNING:connections:Destination for 4fi (lane 0) readded: 4si
< WARNING:connections:Destination for 4fi (lane 0) readded: 4si
< WARNING:connections:Destination for 4fi (lane 0) readded: 4si
< INFO:turndefinitions:Creating turn definitions
< INFO:turndefinitions:Converting turn definitions to XML
---
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/turn-defs/generateTurnDefs.py", line 23, in <module>
> import connections # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/turn-defs/connections.py", line 31, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Missing result in turndefs ----------
<turns xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/turns_file.xsd">
<interval begin="100" end="200">
<fromEdge id="1fi">
<toEdge id="1si" probability="100"/>
</fromEdge>
<fromEdge id="1o">
<toEdge id="1fi" probability="100"/>
</fromEdge>
<fromEdge id="1si">
<toEdge id="1o" probability="25"/>
<toEdge id="2o" probability="25"/>
<toEdge id="3o" probability="25"/>
<toEdge id="4o" probability="25"/>
</fromEdge>
<fromEdge id="2fi">
<toEdge id="2si" probability="100"/>
</fromEdge>
<fromEdge id="2o">
<toEdge id="2fi" probability="100"/>
</fromEdge>
<fromEdge id="2si">
<toEdge id="1o" probability="41.66666667"/>
<toEdge id="2o" probability="16.66666667"/>
<toEdge id="3o" probability="16.66666667"/>
<toEdge id="4o" probability="25"/>
</fromEdge>
<fromEdge id="3fi">
<toEdge id="3si" probability="100"/>
</fromEdge>
<fromEdge id="3o">
<truncated after showing first 30 lines>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/visualization/plot_csv_bars.py", line 29, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Missing result in image ----------
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Created with matplotlib (http://matplotlib.org/) -->
<svg height="432pt" version="1.1" viewBox="0 0 576 432" width="576pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<style type="text/css">
*{stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100000;}
</style>
</defs>
<g id="ReplacedTransientID">
<g id="ReplacedTransientID">
<path d="M 0 432
L 576 432
L 576 0
L 0 0
z
" style="fill:#ffffff;"/>
</g>
<g id="ReplacedTransientID">
<g id="ReplacedTransientID">
<path d="M 72 388.8
L 518.4 388.8
L 518.4 43.2
L 72 43.2
z
" style="fill:#ffffff;"/>
</g>
<g id="ReplacedTransientID">
<path clip-path="url(ReplacedTransientURL)" d="M 72 383.932394
<truncated after showing first 30 lines>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/visualization/plot_csv_bars.py", line 29, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Missing result in image ----------
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Created with matplotlib (http://matplotlib.org/) -->
<svg height="288pt" version="1.1" viewBox="0 0 576 288" width="576pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<style type="text/css">
*{stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100000;}
</style>
</defs>
<g id="ReplacedTransientID">
<g id="ReplacedTransientID">
<path d="M 0 288
L 576 288
L 576 0
L 0 0
z
" style="fill:#ffffff;"/>
</g>
<g id="ReplacedTransientID">
<g id="ReplacedTransientID">
<path d="M 161.28 259.2
L 547.2 259.2
L 547.2 28.8
L 161.28 28.8
z
" style="fill:#ffffff;"/>
</g>
<g id="ReplacedTransientID">
<path clip-path="url(ReplacedTransientURL)" d="M 161.28 255.761194
<truncated after showing first 30 lines>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/visualization/plot_csv_bars.py", line 29, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Missing result in image ----------
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Created with matplotlib (http://matplotlib.org/) -->
<svg height="576pt" version="1.1" viewBox="0 0 288 576" width="288pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<style type="text/css">
*{stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100000;}
</style>
</defs>
<g id="ReplacedTransientID">
<g id="ReplacedTransientID">
<path d="M 0 576
L 288 576
L 288 0
L 0 0
z
" style="fill:#ffffff;"/>
</g>
<g id="ReplacedTransientID">
<g id="ReplacedTransientID">
<path d="M 36 518.4
L 259.2 518.4
L 259.2 57.6
L 36 57.6
z
" style="fill:#ffffff;"/>
</g>
<g id="ReplacedTransientID">
<path clip-path="url(ReplacedTransientURL)" d="M 39.331343 518.4
<truncated after showing first 30 lines>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/visualization/plot_csv_pie.py", line 30, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Missing result in image ----------
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Created with matplotlib (http://matplotlib.org/) -->
<svg height="432pt" version="1.1" viewBox="0 0 432 432" width="432pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<style type="text/css">
*{stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100000;}
</style>
</defs>
<g id="ReplacedTransientID">
<g id="ReplacedTransientID">
<path d="M 0 432
L 432 432
L 432 0
L 0 0
z
" style="fill:#ffffff;"/>
</g>
<g id="ReplacedTransientID">
<g id="ReplacedTransientID">
<path d="M 355.32 216
C 355.32 208.93486 354.7953 201.880104 353.750514 194.897764
C 352.705729 187.915424 351.143928 181.026025 349.078845 174.290146
L 221.4 216
L 355.32 216
z
" style="fill:#7fc97f;stroke:#000000;stroke-linejoin:miter;"/>
</g>
<g id="ReplacedTransientID">
<truncated after showing first 30 lines>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/visualization/plot_csv_pie.py", line 30, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Missing result in image ----------
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Created with matplotlib (http://matplotlib.org/) -->
<svg height="432pt" version="1.1" viewBox="0 0 576 432" width="576pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<style type="text/css">
*{stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100000;}
</style>
</defs>
<g id="ReplacedTransientID">
<g id="ReplacedTransientID">
<path d="M 0 432
L 576 432
L 576 0
L 0 0
z
" style="fill:#ffffff;"/>
</g>
<g id="ReplacedTransientID">
<g id="ReplacedTransientID">
<path d="M 473.76 216
C 473.76 208.93486 473.0604 201.880104 471.667353 194.897764
C 470.274305 187.915424 468.191904 181.026025 465.43846 174.290146
L 295.2 216
L 473.76 216
z
" style="stroke:#000000;stroke-linejoin:miter;"/>
</g>
<g id="ReplacedTransientID">
<truncated after showing first 30 lines>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/visualization/plot_csv_pie.py", line 30, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Missing result in image ----------
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Created with matplotlib (http://matplotlib.org/) -->
<svg height="432pt" version="1.1" viewBox="0 0 432 432" width="432pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<style type="text/css">
*{stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100000;}
</style>
</defs>
<g id="ReplacedTransientID">
<g id="ReplacedTransientID">
<path d="M 0 432
L 432 432
L 432 0
L 0 0
z
" style="fill:#ffffff;"/>
</g>
<g id="ReplacedTransientID">
<g id="ReplacedTransientID">
<path d="M 221.4 77.76
C 221.4 77.76 221.4 77.76 221.4 77.76
L 221.4 216
L 221.4 77.76
z
" style="fill:#a50026;stroke:#000000;stroke-linejoin:miter;"/>
</g>
<g id="ReplacedTransientID">
<path d="M 221.4 77.76
<truncated after showing first 30 lines>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/visualization/plot_net_dump.py", line 29, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Missing result in image ----------
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Created with matplotlib (http://matplotlib.org/) -->
<svg height="432pt" version="1.1" viewBox="0 0 576 432" width="576pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<style type="text/css">
*{stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100000;}
</style>
</defs>
<g id="ReplacedTransientID">
<g id="ReplacedTransientID">
<path d="M 0 432
L 576 432
L 576 0
L 0 0
z
" style="fill:#ffffff;"/>
</g>
<g id="ReplacedTransientID">
<g id="ReplacedTransientID">
<path d="M 72 305.463761
L 429.12 305.463761
L 429.12 126.536239
L 72 126.536239
z
" style="fill:#ffffff;"/>
</g>
<g id="ReplacedTransientID">
<path clip-path="url(ReplacedTransientURL)" d="M 102.372537 289.64361
<truncated after showing first 30 lines>
visualisation plot_net_dump logColors (
Last six runs
Dec2018
)---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/visualization/plot_net_dump.py", line 29, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1d0
< Warning: multiple time intervals detected, but the output filename(s) do not contain a '%s' placeholder. Continuing by using a default placeholder.
---------- Missing result in image-600 ----------
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Created with matplotlib (http://matplotlib.org/) -->
<svg height="432pt" version="1.1" viewBox="0 0 576 432" width="576pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<style type="text/css">
*{stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100000;}
</style>
</defs>
<g id="ReplacedTransientID">
<g id="ReplacedTransientID">
<path d="M 0 432
L 576 432
L 576 0
L 0 0
z
" style="fill:#ffffff;"/>
</g>
<g id="ReplacedTransientID">
<g id="ReplacedTransientID">
<path d="M 72 305.463761
L 429.12 305.463761
L 429.12 126.536239
L 72 126.536239
z
" style="fill:#ffffff;"/>
</g>
<g id="ReplacedTransientID">
<path clip-path="url(ReplacedTransientURL)" d="M 102.372537 289.64361
<truncated after showing first 30 lines>
---------- Missing result in image-800 ----------
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Created with matplotlib (http://matplotlib.org/) -->
<svg height="432pt" version="1.1" viewBox="0 0 576 432" width="576pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<style type="text/css">
*{stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100000;}
</style>
</defs>
<g id="ReplacedTransientID">
<g id="ReplacedTransientID">
<path d="M 0 432
L 576 432
L 576 0
L 0 0
z
" style="fill:#ffffff;"/>
</g>
<g id="ReplacedTransientID">
<g id="ReplacedTransientID">
<path d="M 72 305.463761
L 429.12 305.463761
L 429.12 126.536239
L 72 126.536239
z
" style="fill:#ffffff;"/>
</g>
<g id="ReplacedTransientID">
<path clip-path="url(ReplacedTransientURL)" d="M 102.372537 289.64361
<truncated after showing first 30 lines>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/visualization/plot_net_speeds.py", line 26, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Differences in output ----------
1d0
< 5.0 -> 40.0
---------- Missing result in image ----------
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Created with matplotlib (http://matplotlib.org/) -->
<svg height="432pt" version="1.1" viewBox="0 0 576 432" width="576pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<style type="text/css">
*{stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100000;}
</style>
</defs>
<g id="ReplacedTransientID">
<g id="ReplacedTransientID">
<path d="M 0 432
L 576 432
L 576 0
L 0 0
z
" style="fill:#ffffff;"/>
</g>
<g id="ReplacedTransientID">
<g id="ReplacedTransientID">
<path d="M 72 305.463761
L 429.12 305.463761
L 429.12 126.536239
L 72 126.536239
z
" style="fill:#ffffff;"/>
</g>
<g id="ReplacedTransientID">
<path clip-path="url(ReplacedTransientURL)" d="M 102.372537 289.64361
<truncated after showing first 30 lines>
---------- Differences in errors ----------
0a1,6
> Traceback (most recent call last):
> File "/Users/sumo/clangMacOS/sumo/tests/../tools/visualization/plot_summary.py", line 29, in <module>
> import sumolib # noqa
> File "/Users/sumo/clangMacOS/sumo/tools/sumolib/__init__.py", line 28, in <module>
> warnings.warn(e.msg)
> AttributeError: 'exceptions.ImportError' object has no attribute 'msg'
---------- Missing result in image ----------
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Created with matplotlib (http://matplotlib.org/) -->
<svg height="432pt" version="1.1" viewBox="0 0 576 432" width="576pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<style type="text/css">
*{stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100000;}
</style>
</defs>
<g id="ReplacedTransientID">
<g id="ReplacedTransientID">
<path d="M 0 432
L 576 432
L 576 0
L 0 0
z
" style="fill:#ffffff;"/>
</g>
<g id="ReplacedTransientID">
<g id="ReplacedTransientID">
<path d="M 72 388.8
L 518.4 388.8
L 518.4 43.2
L 72 43.2
z
" style="fill:#ffffff;"/>
</g>
<g id="ReplacedTransientID">
<path clip-path="url(ReplacedTransientURL)" d="M 72 367.2
<truncated after showing first 30 lines>
---------- Differences in errors ----------
1,651c1
< Error on parsing 'sumo/extended/calibrator/errors/invalid_flow/input_additional.add.xml'!
< Traceback (most recent call last):
< XMLSyntaxError: Opening and ending tag mismatch: additional line 1 and calibrator, line 5, column 18
< -- Unordered text as found by filter 'ERROR:SCHEMA' --
< netedit/additionalElements/access/load/friendlypos/input_additionals.add.xml:8:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_1: Element 'access', attribute 'friendlyPos': 'dummyFriendlyPos' is not a valid value of the atomic type 'boolType'.
< netedit/additionalElements/access/load/friendlypos/input_additionals.add.xml:8:0:ERROR:SCHEMASV:SCHEMAV_CVC_ENUMERATION_VALID: Element 'access', attribute 'friendlyPos': [facet 'enumeration'] The value 'dummyFriendlyPos' is not an element of the set {'true', 'false', 'True', 'False', 'yes', 'no', 'on', 'off', '1', '0', 'x', '-'}.
< netedit/additionalElements/access/load/genericparameters/input_additionals.add.xml:18:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_4: Element 'param': The attribute 'value' is required but missing.
< netedit/additionalElements/access/load/genericparameters/input_additionals.add.xml:27:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_4: Element 'param': The attribute 'key' is required but missing.
< netedit/additionalElements/access/load/genericparameters/input_additionals.add.xml:27:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_4: Element 'param': The attribute 'value' is required but missing.
< netedit/additionalElements/access/load/genericparameters/input_additionals.add.xml:9:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_4: Element 'param': The attribute 'key' is required but missing.
< netedit/additionalElements/access/load/invalid_parent/input_additionals.add.xml:3:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_4: Element 'busStop': The attribute 'id' is required but missing.
< netedit/additionalElements/access/load/lane/input_additionals.add.xml:5:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_4: Element 'access': The attribute 'lane' is required but missing.
< netedit/additionalElements/access/load/length/input_additionals.add.xml:11:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_1: Element 'access', attribute 'length': '-30' is not a valid value of the atomic type 'nonNegativeFloatType'.
< netedit/additionalElements/access/load/length/input_additionals.add.xml:11:0:ERROR:SCHEMASV:SCHEMAV_CVC_MININCLUSIVE_VALID: Element 'access', attribute 'length': [facet 'minInclusive'] The value '-30' is less than the minimum value allowed ('0').
< netedit/additionalElements/access/load/length/input_additionals.add.xml:8:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_1: Element 'access', attribute 'length': 'dummyLenght' is not a valid value of the atomic type 'nonNegativeFloatType'.
< netedit/additionalElements/access/load/no_parent/input_additionals.add.xml:3:0:ERROR:SCHEMASV:SCHEMAV_ELEMENT_CONTENT: Element 'access': This element is not expected.
< netedit/additionalElements/access/load/pos/input_additionals.add.xml:5:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_1: Element 'access', attribute 'pos': 'dummyPosition' is not a valid value of the atomic type 'xs:float'.
< netedit/additionalElements/access/load/pos/input_additionals.add.xml:8:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_1: Element 'access', attribute 'pos': '' is not a valid value of the atomic type 'xs:float'.
< netedit/additionalElements/basic/relative_positions/input_additionals.add.xml:13:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_3_2_1: Element 'instantInductionLoop', attribute 'freq': The attribute 'freq' is not allowed.
< netedit/additionalElements/basic/relative_positions/input_additionals.add.xml:14:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_3_2_1: Element 'rerouter', attribute 'off': The attribute 'off' is not allowed.
< netedit/additionalElements/basic/relative_positions/input_additionals.add.xml:16:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_3_2_1: Element 'vaporizer', attribute 'edge': The attribute 'edge' is not allowed.
< netedit/additionalElements/basic/relative_positions/input_additionals.add.xml:16:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_4: Element 'vaporizer': The attribute 'id' is required but missing.
< netedit/additionalElements/busstop/load/endpos/input_additionals.add.xml:7:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_1: Element 'busStop', attribute 'endPos': 'dummyEndPos' is not a valid value of the atomic type 'xs:float'.
< netedit/additionalElements/busstop/load/genericparameters/input_additionals.add.xml:17:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_4: Element 'param': The attribute 'value' is required but missing.
< netedit/additionalElements/busstop/load/genericparameters/input_additionals.add.xml:26:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_4: Element 'param': The attribute 'key' is required but missing.
< netedit/additionalElements/busstop/load/genericparameters/input_additionals.add.xml:26:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_4: Element 'param': The attribute 'value' is required but missing.
< netedit/additionalElements/busstop/load/genericparameters/input_additionals.add.xml:2:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_3_2_1: Element 'busStop', attribute 'file': The attribute 'file' is not allowed.
< netedit/additionalElements/busstop/load/genericparameters/input_additionals.add.xml:8:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_4: Element 'param': The attribute 'key' is required but missing.
< netedit/additionalElements/busstop/load/id/input_additionals.add.xml:10:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_1: Element 'busStop', attribute 'id': 'ID with spaces' is not a valid value of the atomic type 'idType'.
<truncated after showing first 30 lines>
---------- Differences in output ----------
1d0
< <number> files checked
---------- Differences in errors ---------- 1,7c1 < Error on parsing 'sumo/meta/umlaut/sumo.sumocfg'! < Traceback (most recent call last): < XMLSyntaxError: Input is not proper UTF-8, indicate encoding ! < Bytes: 0xF6 0x74 0x2E 0x6E, line 3, column 26 < -- Unordered text as found by filter 'ERROR:SCHEMA' -- < sumo/meta/deprecated_option/sumo.sumocfg:11:0:ERROR:SCHEMASV:SCHEMAV_ELEMENT_CONTENT: Element 'abs-rand': This element is not expected. < --- > neither SAX2Count nor lxml available, exiting ---------- Differences in output ---------- 1d0 < <number> files checked
---------- Differences in errors ---------- 0a1 > neither SAX2Count nor lxml available, exiting ---------- Differences in output ---------- 1d0 < <number> files checkedxml schemaCheck tests jtrrouter ( Last six runs Dec2018 )
---------- Differences in errors ---------- 1,59c1 < -- Unordered text as found by filter 'ERROR:SCHEMA' -- < netconvert/import/XML/errors/broken_edge/edge#fromnode__missing1/input_edges.edg.xml:3:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_4: Element 'edge': The attribute 'from' is required but missing. < netconvert/import/XML/errors/broken_edge/edge#fromnode__missing4/input_edges.edg.xml:7:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_4: Element 'edge': The attribute 'from' is required but missing. < netconvert/import/XML/errors/broken_edge/edge#id__empty1/input_edges.edg.xml:3:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_1: Element 'edge', attribute 'id': '' is not a valid value of the atomic type 'idType'. < netconvert/import/XML/errors/broken_edge/edge#id__empty1/input_edges.edg.xml:3:0:ERROR:SCHEMASV:SCHEMAV_CVC_IDC: Element 'edge', attribute 'id': Warning: No precomputed value available, the value was either invalid or something strange happend. < netconvert/import/XML/errors/broken_edge/edge#id__empty1/input_edges.edg.xml:3:0:ERROR:SCHEMASV:SCHEMAV_CVC_IDC: Element 'edge': Not all fields of key identity-constraint 'edgeKey' evaluate to a node. < netconvert/import/XML/errors/broken_edge/edge#id__empty1/input_edges.edg.xml:3:0:ERROR:SCHEMASV:SCHEMAV_CVC_PATTERN_VALID: Element 'edge', attribute 'id': [facet 'pattern'] The value '' is not accepted by the pattern '[^ \t\n\r|\\;,']+'. < netconvert/import/XML/errors/broken_edge/edge#id__empty4/input_edges.edg.xml:7:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_1: Element 'edge', attribute 'id': '' is not a valid value of the atomic type 'idType'. < netconvert/import/XML/errors/broken_edge/edge#id__empty4/input_edges.edg.xml:7:0:ERROR:SCHEMASV:SCHEMAV_CVC_IDC: Element 'edge', attribute 'id': Warning: No precomputed value available, the value was either invalid or something strange happend. < netconvert/import/XML/errors/broken_edge/edge#id__empty4/input_edges.edg.xml:7:0:ERROR:SCHEMASV:SCHEMAV_CVC_IDC: Element 'edge': Not all fields of key identity-constraint 'edgeKey' evaluate to a node. < netconvert/import/XML/errors/broken_edge/edge#id__empty4/input_edges.edg.xml:7:0:ERROR:SCHEMASV:SCHEMAV_CVC_PATTERN_VALID: Element 'edge', attribute 'id': [facet 'pattern'] The value '' is not accepted by the pattern '[^ \t\n\r|\\;,']+'. < netconvert/import/XML/errors/broken_edge/edge#id__invalid4/input_edges.edg.xml:7:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_1: Element 'edge', attribute 'id': '4 5' is not a valid value of the atomic type 'idType'. < netconvert/import/XML/errors/broken_edge/edge#id__invalid4/input_edges.edg.xml:7:0:ERROR:SCHEMASV:SCHEMAV_CVC_IDC: Element 'edge', attribute 'id': Warning: No precomputed value available, the value was either invalid or something strange happend. < netconvert/import/XML/errors/broken_edge/edge#id__invalid4/input_edges.edg.xml:7:0:ERROR:SCHEMASV:SCHEMAV_CVC_IDC: Element 'edge': Not all fields of key identity-constraint 'edgeKey' evaluate to a node. < netconvert/import/XML/errors/broken_edge/edge#id__invalid4/input_edges.edg.xml:7:0:ERROR:SCHEMASV:SCHEMAV_CVC_PATTERN_VALID: Element 'edge', attribute 'id': [facet 'pattern'] The value '4 5' is not accepted by the pattern '[^ \t\n\r|\\;,']+'. < netconvert/import/XML/errors/broken_edge/edge#id__missing1/input_edges.edg.xml:3:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_4: Element 'edge': The attribute 'id' is required but missing. < netconvert/import/XML/errors/broken_edge/edge#id__missing1/input_edges.edg.xml:3:0:ERROR:SCHEMASV:SCHEMAV_CVC_IDC: Element 'edge': Not all fields of key identity-constraint 'edgeKey' evaluate to a node. < netconvert/import/XML/errors/broken_edge/edge#id__missing4/input_edges.edg.xml:7:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_4: Element 'edge': The attribute 'id' is required but missing. < netconvert/import/XML/errors/broken_edge/edge#id__missing4/input_edges.edg.xml:7:0:ERROR:SCHEMASV:SCHEMAV_CVC_IDC: Element 'edge': Not all fields of key identity-constraint 'edgeKey' evaluate to a node. < netconvert/import/XML/errors/broken_edge/edge#length__empty1/input_edges.edg.xml:3:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_1: Element 'edge', attribute 'length': '' is not a valid value of the atomic type 'positiveFloatType'. < netconvert/import/XML/errors/broken_edge/edge#length__empty4/input_edges.edg.xml:7:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_1: Element 'edge', attribute 'length': '' is not a valid value of the atomic type 'positiveFloatType'. < netconvert/import/XML/errors/broken_edge/edge#length__false1/input_edges.edg.xml:3:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_1: Element 'edge', attribute 'length': 'a' is not a valid value of the atomic type 'positiveFloatType'. < netconvert/import/XML/errors/broken_edge/edge#length__false4/input_edges.edg.xml:7:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_1: Element 'edge', attribute 'length': 'a' is not a valid value of the atomic type 'positiveFloatType'. < netconvert/import/XML/errors/broken_edge/edge#nolanes__empty1/input_edges.edg.xml:3:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_1: Element 'edge', attribute 'numLanes': '' is not a valid value of the atomic type 'xs:positiveInteger'. < netconvert/import/XML/errors/broken_edge/edge#nolanes__empty4/input_edges.edg.xml:7:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_1: Element 'edge', attribute 'numLanes': '' is not a valid value of the atomic type 'xs:positiveInteger'. < netconvert/import/XML/errors/broken_edge/edge#nolanes__false1/input_edges.edg.xml:3:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_1: Element 'edge', attribute 'numLanes': 'a' is not a valid value of the atomic type 'xs:positiveInteger'. < netconvert/import/XML/errors/broken_edge/edge#nolanes__false4/input_edges.edg.xml:7:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_1: Element 'edge', attribute 'numLanes': 'a' is not a valid value of the atomic type 'xs:positiveInteger'. < netconvert/import/XML/errors/broken_edge/edge#priority__false1/input_edges.edg.xml:3:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_1: Element 'edge', attribute 'priority': 'a' is not a valid value of the atomic type 'xs:int'. < netconvert/import/XML/errors/broken_edge/edge#priority__false4/input_edges.edg.xml:7:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_1: Element 'edge', attribute 'priority': 'a' is not a valid value of the atomic type 'xs:int'. <truncated after showing first 30 lines> ---------- Differences in output ---------- 1d0 < <number> files checked
---------- Differences in errors ----------
1,7c1
< -- Unordered text as found by filter 'ERROR:SCHEMA' --
< netconvert/import/SUMO/stopOffsets/incomplete_specification/input_net.net.xml:169:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_4: Element 'stopOffset': The attribute 'value' is required but missing.
< netconvert/import/SUMO/stopOffsets/warnings/input_net.net.xml:139:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_1: Element 'stopOffset', attribute 'value': '-1' is not a valid value of the atomic type 'nonNegativeFloatType'.
< netconvert/import/SUMO/stopOffsets/warnings/input_net.net.xml:139:0:ERROR:SCHEMASV:SCHEMAV_CVC_MININCLUSIVE_VALID: Element 'stopOffset', attribute 'value': [facet 'minInclusive'] The value '-1' is less than the minimum value allowed ('0').
< netconvert/import/SUMO/stopOffsets/warnings/input_net.net.xml:154:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_1: Element 'stopOffset', attribute 'value': '-1' is not a valid value of the atomic type 'nonNegativeFloatType'.
< netconvert/import/SUMO/stopOffsets/warnings/input_net.net.xml:154:0:ERROR:SCHEMASV:SCHEMAV_CVC_MININCLUSIVE_VALID: Element 'stopOffset', attribute 'value': [facet 'minInclusive'] The value '-1' is less than the minimum value allowed ('0').
<
---
> neither SAX2Count nor lxml available, exiting
---------- Differences in output ----------
1d0
< <number> files checked
---------- Differences in errors ---------- 1,42c1 < Error on parsing 'sumo/meta/xml_invalid_schema/input_routes.rou.xml'! < Traceback (most recent call last): < IOError: Error reading file 'http://sumo.dlr.de/xsd/blub_file.xsd': failed to load HTTP resource < -- Unordered text as found by filter 'ERROR:SCHEMA' -- < duarouter/routes/style1_input/errors/vehicle_empty_arrivallane/input_routes.rou.xml:5:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'vehicle', attribute 'arrivalLane': '' is not a valid value of the union type 'arrivalLaneType'. < duarouter/routes/style1_input/errors/vehicle_empty_arrivalpos/input_routes.rou.xml:5:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'vehicle', attribute 'arrivalPos': '' is not a valid value of the union type 'arrivalPosType'. < duarouter/routes/style1_input/errors/vehicle_empty_arrivalspeed/input_routes.rou.xml:5:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'vehicle', attribute 'arrivalSpeed': '' is not a valid value of the union type 'arrivalSpeedType'. < duarouter/routes/style1_input/errors/vehicle_empty_departlane/input_routes.rou.xml:5:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'vehicle', attribute 'departLane': '' is not a valid value of the union type 'departLaneType'. < duarouter/routes/style1_input/errors/vehicle_empty_departpos/input_routes.rou.xml:5:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'vehicle', attribute 'departPos': '' is not a valid value of the union type 'departPosType'. < duarouter/routes/style1_input/errors/vehicle_empty_departspeed/input_routes.rou.xml:5:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'vehicle', attribute 'departSpeed': '' is not a valid value of the union type 'departSpeedType'. < duarouter/routes/style1_input/errors/vehicle_false_arrivallane/input_routes.rou.xml:5:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'vehicle', attribute 'arrivalLane': 'xxx' is not a valid value of the union type 'arrivalLaneType'. < duarouter/routes/style1_input/errors/vehicle_false_arrivalpos/input_routes.rou.xml:5:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'vehicle', attribute 'arrivalPos': 'xxx' is not a valid value of the union type 'arrivalPosType'. < duarouter/routes/style1_input/errors/vehicle_false_arrivalspeed/input_routes.rou.xml:5:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'vehicle', attribute 'arrivalSpeed': 'xxx' is not a valid value of the union type 'arrivalSpeedType'. < duarouter/routes/style1_input/errors/vehicle_false_departlane/input_routes.rou.xml:5:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'vehicle', attribute 'departLane': 'xxx' is not a valid value of the union type 'departLaneType'. < duarouter/routes/style1_input/errors/vehicle_false_departpos/input_routes.rou.xml:5:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'vehicle', attribute 'departPos': 'xxx' is not a valid value of the union type 'departPosType'. < duarouter/routes/style1_input/errors/vehicle_false_departspeed/input_routes.rou.xml:5:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'vehicle', attribute 'departSpeed': 'xxx' is not a valid value of the union type 'departSpeedType'. < duarouter/routes/style2_input/errors/vehicle_empty_arrivallane/input_routes.rou.xml:4:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'vehicle', attribute 'arrivalLane': '' is not a valid value of the union type 'arrivalLaneType'. < duarouter/routes/style2_input/errors/vehicle_empty_arrivalpos/input_routes.rou.xml:4:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'vehicle', attribute 'arrivalPos': '' is not a valid value of the union type 'arrivalPosType'. < duarouter/routes/style2_input/errors/vehicle_empty_arrivalspeed/input_routes.rou.xml:4:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'vehicle', attribute 'arrivalSpeed': '' is not a valid value of the union type 'arrivalSpeedType'. < duarouter/routes/style2_input/errors/vehicle_empty_departlane/input_routes.rou.xml:4:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'vehicle', attribute 'departLane': '' is not a valid value of the union type 'departLaneType'. < duarouter/routes/style2_input/errors/vehicle_empty_departpos/input_routes.rou.xml:4:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'vehicle', attribute 'departPos': '' is not a valid value of the union type 'departPosType'. < duarouter/routes/style2_input/errors/vehicle_empty_departspeed/input_routes.rou.xml:4:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'vehicle', attribute 'departSpeed': '' is not a valid value of the union type 'departSpeedType'. < duarouter/routes/style2_input/errors/vehicle_false_arrivallane/input_routes.rou.xml:4:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'vehicle', attribute 'arrivalLane': 'xxx' is not a valid value of the union type 'arrivalLaneType'. < duarouter/routes/style2_input/errors/vehicle_false_arrivalpos/input_routes.rou.xml:4:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'vehicle', attribute 'arrivalPos': 'xxx' is not a valid value of the union type 'arrivalPosType'. < duarouter/routes/style2_input/errors/vehicle_false_arrivalspeed/input_routes.rou.xml:4:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'vehicle', attribute 'arrivalSpeed': 'xxx' is not a valid value of the union type 'arrivalSpeedType'. < duarouter/routes/style2_input/errors/vehicle_false_departlane/input_routes.rou.xml:4:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'vehicle', attribute 'departLane': 'xxx' is not a valid value of the union type 'departLaneType'. < duarouter/routes/style2_input/errors/vehicle_false_departpos/input_routes.rou.xml:4:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'vehicle', attribute 'departPos': 'xxx' is not a valid value of the union type 'departPosType'. < duarouter/routes/style2_input/errors/vehicle_false_departspeed/input_routes.rou.xml:4:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_3: Element 'vehicle', attribute 'departSpeed': 'xxx' is not a valid value of the union type 'departSpeedType'. < sumo/basic/person/walk_0/input_routes.rou.xml:4:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_1: Element 'walk', attribute 'duration': '0' is not a valid value of the atomic type 'positiveFloatType'. <truncated after showing first 30 lines> ---------- Differences in output ---------- 1d0 < <number> files checked
---------- Differences in errors ----------
1,78c1
< -- Unordered text as found by filter 'ERROR:SCHEMA' --
< sumo/extended/simulation_routing/assignment/auto_trip_single_edge_depart_beyond_arrival/tripinfos.sumo:34:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_3_2_1: Element 'tripinfo', attribute 'waitSteps': The attribute 'waitSteps' is not allowed.
< sumo/extended/simulation_routing/assignment/auto_trip_single_edge_depart_beyond_arrival/tripinfos.sumo:34:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_4: Element 'tripinfo': The attribute 'stopTime' is required but missing.
< sumo/extended/simulation_routing/assignment/auto_trip_single_edge_depart_beyond_arrival/tripinfos.sumo:34:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_4: Element 'tripinfo': The attribute 'waitingCount' is required but missing.
< sumo/extended/simulation_routing/assignment/auto_trip_single_edge_depart_beyond_arrival/tripinfos.sumo:34:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_4: Element 'tripinfo': The attribute 'waitingTime' is required but missing.
< sumo/extended/state/load_arriving/tripinfos.sumo.meso:45:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_1: Element 'tripinfo', attribute 'departPos': '-1.00' is not a valid value of the atomic type 'nonNegativeFloatType'.
< sumo/extended/state/load_arriving/tripinfos.sumo.meso:45:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_1: Element 'tripinfo', attribute 'departSpeed': '-1.00' is not a valid value of the atomic type 'nonNegativeFloatType'.
< sumo/extended/state/load_arriving/tripinfos.sumo.meso:45:0:ERROR:SCHEMASV:SCHEMAV_CVC_MININCLUSIVE_VALID: Element 'tripinfo', attribute 'departPos': [facet 'minInclusive'] The value '-1.00' is less than the minimum value allowed ('0').
< sumo/extended/state/load_arriving/tripinfos.sumo.meso:45:0:ERROR:SCHEMASV:SCHEMAV_CVC_MININCLUSIVE_VALID: Element 'tripinfo', attribute 'departSpeed': [facet 'minInclusive'] The value '-1.00' is less than the minimum value allowed ('0').
< sumo/extended/state/load_flow/tripinfos.sumo.meso:45:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_1: Element 'tripinfo', attribute 'departPos': '-1.00' is not a valid value of the atomic type 'nonNegativeFloatType'.
< sumo/extended/state/load_flow/tripinfos.sumo.meso:45:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_1: Element 'tripinfo', attribute 'departSpeed': '-1.00' is not a valid value of the atomic type 'nonNegativeFloatType'.
< sumo/extended/state/load_flow/tripinfos.sumo.meso:45:0:ERROR:SCHEMASV:SCHEMAV_CVC_MININCLUSIVE_VALID: Element 'tripinfo', attribute 'departPos': [facet 'minInclusive'] The value '-1.00' is less than the minimum value allowed ('0').
< sumo/extended/state/load_flow/tripinfos.sumo.meso:45:0:ERROR:SCHEMASV:SCHEMAV_CVC_MININCLUSIVE_VALID: Element 'tripinfo', attribute 'departSpeed': [facet 'minInclusive'] The value '-1.00' is less than the minimum value allowed ('0').
< sumo/extended/state/load_flow/tripinfos.sumo.meso:46:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_1: Element 'tripinfo', attribute 'departPos': '-1.00' is not a valid value of the atomic type 'nonNegativeFloatType'.
< sumo/extended/state/load_flow/tripinfos.sumo.meso:46:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_1: Element 'tripinfo', attribute 'departSpeed': '-1.00' is not a valid value of the atomic type 'nonNegativeFloatType'.
< sumo/extended/state/load_flow/tripinfos.sumo.meso:46:0:ERROR:SCHEMASV:SCHEMAV_CVC_MININCLUSIVE_VALID: Element 'tripinfo', attribute 'departPos': [facet 'minInclusive'] The value '-1.00' is less than the minimum value allowed ('0').
< sumo/extended/state/load_flow/tripinfos.sumo.meso:46:0:ERROR:SCHEMASV:SCHEMAV_CVC_MININCLUSIVE_VALID: Element 'tripinfo', attribute 'departSpeed': [facet 'minInclusive'] The value '-1.00' is less than the minimum value allowed ('0').
< sumo/extended/state/load_shifted/tripinfos.sumo.meso:46:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_1: Element 'tripinfo', attribute 'depart': '-10.00' is not a valid value of the atomic type 'nonNegativeFloatType'.
< sumo/extended/state/load_shifted/tripinfos.sumo.meso:46:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_1: Element 'tripinfo', attribute 'departPos': '-1.00' is not a valid value of the atomic type 'nonNegativeFloatType'.
< sumo/extended/state/load_shifted/tripinfos.sumo.meso:46:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_1: Element 'tripinfo', attribute 'departSpeed': '-1.00' is not a valid value of the atomic type 'nonNegativeFloatType'.
< sumo/extended/state/load_shifted/tripinfos.sumo.meso:46:0:ERROR:SCHEMASV:SCHEMAV_CVC_MININCLUSIVE_VALID: Element 'tripinfo', attribute 'depart': [facet 'minInclusive'] The value '-10.00' is less than the minimum value allowed ('0').
< sumo/extended/state/load_shifted/tripinfos.sumo.meso:46:0:ERROR:SCHEMASV:SCHEMAV_CVC_MININCLUSIVE_VALID: Element 'tripinfo', attribute 'departPos': [facet 'minInclusive'] The value '-1.00' is less than the minimum value allowed ('0').
< sumo/extended/state/load_shifted/tripinfos.sumo.meso:46:0:ERROR:SCHEMASV:SCHEMAV_CVC_MININCLUSIVE_VALID: Element 'tripinfo', attribute 'departSpeed': [facet 'minInclusive'] The value '-1.00' is less than the minimum value allowed ('0').
< sumo/extended/state/load_shifted/tripinfos.sumo:38:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_1: Element 'tripinfo', attribute 'depart': '-10.00' is not a valid value of the atomic type 'nonNegativeFloatType'.
< sumo/extended/state/load_shifted/tripinfos.sumo:38:0:ERROR:SCHEMASV:SCHEMAV_CVC_MININCLUSIVE_VALID: Element 'tripinfo', attribute 'depart': [facet 'minInclusive'] The value '-10.00' is less than the minimum value allowed ('0').
< sumo/extended/state/load_stopped/tripinfos.sumo.meso:46:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_1: Element 'tripinfo', attribute 'departPos': '-1.00' is not a valid value of the atomic type 'nonNegativeFloatType'.
< sumo/extended/state/load_stopped/tripinfos.sumo.meso:46:0:ERROR:SCHEMASV:SCHEMAV_CVC_DATATYPE_VALID_1_2_1: Element 'tripinfo', attribute 'departSpeed': '-1.00' is not a valid value of the atomic type 'nonNegativeFloatType'.
< sumo/extended/state/load_stopped/tripinfos.sumo.meso:46:0:ERROR:SCHEMASV:SCHEMAV_CVC_MININCLUSIVE_VALID: Element 'tripinfo', attribute 'departPos': [facet 'minInclusive'] The value '-1.00' is less than the minimum value allowed ('0').
< sumo/extended/state/load_stopped/tripinfos.sumo.meso:46:0:ERROR:SCHEMASV:SCHEMAV_CVC_MININCLUSIVE_VALID: Element 'tripinfo', attribute 'departSpeed': [facet 'minInclusive'] The value '-1.00' is less than the minimum value allowed ('0').
<truncated after showing first 30 lines>
---------- Differences in output ----------
1d0
< <number> files checked
---------- Differences in errors ---------- 0a1 > lxml not available, skipping validation
unstable inputs (This bug was triggered by text found in the full difference report matching 'Warning') ---------- Differences in errors ---------- 1,6925c1 < Warning: Discarding unusable type 'waterway.canal' (first occurence for edge '4041237#0'). < Warning: Discarding unknown compound 'cycleway.track' in type 'cycleway.track|highway.primary' (first occurence for edge '4045243#0'). < Warning: Discarding unknown compound 'cycleway.lane' in type 'cycleway.lane|highway.residential' (first occurence for edge '4068019#0'). < Warning: Discarding unknown compound 'cycleway.lane' in type 'cycleway.lane|highway.primary' (first occurence for edge '4068043#0'). < Warning: Discarding unknown compound 'cycleway.track' in type 'cycleway.track|highway.secondary' (first occurence for edge '4068192'). < Warning: Discarding unknown compound 'cycleway.track' in type 'cycleway.track|highway.tertiary' (first occurence for edge '4377008#0'). < Warning: Discarding unknown compound 'cycleway.lane' in type 'cycleway.lane|highway.tertiary' (first occurence for edge '4377122#0'). < Warning: Discarding unknown compound 'cycleway.share_busway' in type 'cycleway.share_busway|highway.secondary' (first occurence for edge '4377785#0'). < Warning: Discarding unknown compound 'cycleway.lane' in type 'cycleway.lane|highway.secondary' (first occurence for edge '4383334'). < Warning: Discarding unusable type 'highway.construction' (first occurence for edge '4391568'). < Warning: Discarding unknown compound 'cycleway.track' in type 'cycleway.track|highway.residential' (first occurence for edge '4395586#0'). < Warning: Discarding unknown compound 'cycleway.share_busway' in type 'cycleway.share_busway|highway.primary' (first occurence for edge '4395950#0'). < Warning: Discarding unknown compound 'cycleway.opposite' in type 'cycleway.opposite|highway.residential' (first occurence for edge '4396234'). < Warning: Discarding unknown compound 'cycleway.track' in type 'cycleway.track|highway.living_street' (first occurence for edge '4410583'). < Warning: Discarding unknown compound 'cycleway.lane' in type 'cycleway.lane|highway.secondary_link' (first occurence for edge '4484071'). < Warning: Discarding unknown compound 'cycleway.track' in type 'cycleway.track|highway.cycleway' (first occurence for edge '4492364#0'). < Warning: Discarding unusable type 'railway.disused' (first occurence for edge '4525886'). < Warning: Discarding unusable type 'highway.proposed' (first occurence for edge '4611776#0'). < Warning: Discarding unknown compound 'cycleway.none' in type 'cycleway.none|highway.tertiary' (first occurence for edge '4612758#0'). < Warning: Discarding unknown compound 'cycleway.track' in type 'cycleway.track|cycleway.track|highway.primary' (first occurence for edge '4615457#0'). < Warning: Discarding unknown compound 'cycleway.track' in type 'cycleway.track|cycleway.track|highway.primary' (first occurence for edge '4615457#0'). < Warning: Discarding unknown compound 'cycleway.shared' in type 'cycleway.shared|highway.secondary' (first occurence for edge '4615594#0'). < Warning: Discarding unknown compound 'cycleway.opposite' in type 'cycleway.opposite|highway.living_street' (first occurence for edge '4639037#0'). < Warning: Discarding unknown compound 'cycleway.opposite_track' in type 'cycleway.opposite_track|cycleway.track|cycleway.track|highway.residential' (first occurence for edge '4686018#0'). < Warning: Discarding unknown compound 'cycleway.track' in type 'cycleway.opposite_track|cycleway.track|cycleway.track|highway.residential' (first occurence for edge '4686018#0'). < Warning: Discarding unknown compound 'cycleway.track' in type 'cycleway.opposite_track|cycleway.track|cycleway.track|highway.residential' (first occurence for edge '4686018#0'). < Warning: Discarding unusable type 'waterway.riverbank' (first occurence for edge '4686373#0'). < Warning: Discarding unknown compound 'cycleway.shared_lane' in type 'cycleway.shared_lane|highway.primary' (first occurence for edge '4790833#0'). < Warning: Discarding unusable type 'railway.abandoned' (first occurence for edge '4790904'). <truncated after showing first 30 lines> ---------- Differences in output ---------- 1,97d0 < Parsing types from <DIR>/osmNetconvert.typ.xml'... done. < Parsing nodes from osm-file 'osm_bbox.osm.xml'... < Found duplicate nodes. Substituting 3215103784 with 288002013 < Found duplicate nodes. Substituting 3987794203 with 3987794202 < Found duplicate nodes. Substituting 3997661445 with 3517810193 < Found duplicate nodes. Substituting 4016273048 with 26992494 < Found duplicate nodes. Substituting 4016273049 with 2306772973 < done. < Parsing edges from osm-file 'osm_bbox.osm.xml'... done. < Removing duplicate edges... < Found duplicate edges. Removing 310058575 < Found duplicate edges. Removing 310058576 < Found duplicate edges. Removing 310058577 < Found duplicate edges. Removing 335703516 < Found duplicate edges. Removing 335703519 < Found duplicate edges. Removing 335703532 < Found duplicate edges. Removing 377118659 < Found duplicate edges. Removing 377494320 < Found duplicate edges. Removing 391385403 < done. < Adding new type 'highway.service|railway.tram' (first occurence for edge '167272531#0'). < Parsing relations from osm-file 'osm_bbox.osm.xml'... < done. < Removed 1494 traffic lights before loading plain-XML < Import done: < 37203 nodes loaded. < 34 types loaded. < 36921 edges loaded. < Proj projection parameters used: '+proj=utm +zone=33 +ellps=WGS84 +datum=WGS84 +units=m +no_defs'. <truncated after showing first 30 lines>
****************************************************** Ticket #1190 (new defect: ) csv2xml cannot handle elements without attributes http://sumo.dlr.de/trac.wsgi/ticket/1190 Reported By: behrisch Owned by: Priority: major Milestone: 1.0.0 Component: tools (python) Version: Description: they are simply ignored. We could fix this by simply disallowing them in the input (they only occur in the full output and are quite useless there) or by looking at the schema in more detail when transforming ****************************************************** (This bug was triggered by FAILING to find text in file 'xml' matching 'vehicles') ---------- Differences in xml ---------- 1,32d0 < <?xml version="1.0" encoding="UTF-8"?> < < <!-- generated on Tue Dec 3 16:33:35 2013 by SUMO sumo Version dev-SVN-r15233 < This data file and the accompanying materials < are made available under the terms of the Eclipse Public License v2.0 < which accompanies this distribution, and is available at < http://www.eclipse.org/legal/epl-v20.html < SPDX-License-Identifier: EPL-2.0 < <configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/sumoConfiguration.xsd"> < < <input> < <net-file value="net.net.xml"/> < <route-files value="input_routes.rou.xml"/> < </input> < < <output> < <full-output value="full.xml"/> < </output> < < <time> < <begin value="0"/> < <end value="120"/> < </time> < < <report> < <no-duration-log value="true"/> < <no-step-log value="true"/> < </report> < <truncated after showing first 30 lines>