Skip to content

Commit 5ef96c5

Browse files
committed
- add ch and uic to steps in test_pathfinding.py
1 parent 194d8c8 commit 5ef96c5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/tests/test_pathfinding.py

+8
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
"curves": [{"radius": 0.0, "position": 0.0}, {"radius": 0.0, "position": 45549.5653000392}],
5353
"steps": [
5454
{
55+
"ch": None,
5556
"id": None,
5657
"name": None,
5758
"location": {"track_section": "TA2", "offset": 837.033949007362},
@@ -60,8 +61,10 @@
6061
"suggestion": False,
6162
"geo": {"coordinates": [-0.387122554630656, 49.49979999999999], "type": "Point"},
6263
"sch": {"coordinates": [-0.387122554630656, 49.49979999999999], "type": "Point"},
64+
"uic": None,
6365
},
6466
{
67+
"ch": None,
6568
"id": "Mid_West_station",
6669
"name": "Mid_West_station",
6770
"location": {"track_section": "TC2", "offset": 450.0},
@@ -70,8 +73,10 @@
7073
"suggestion": True,
7174
"geo": {"coordinates": [-0.30369999999999997, 49.4999], "type": "Point"},
7275
"sch": {"coordinates": [-0.30369999999999997, 49.4999], "type": "Point"},
76+
"uic": None,
7377
},
7478
{
79+
"ch": None,
7580
"id": "Mid_East_station",
7681
"name": "Mid_East_station",
7782
"location": {"track_section": "TD1", "offset": 14000.0},
@@ -80,8 +85,10 @@
8085
"suggestion": True,
8186
"geo": {"coordinates": [-0.22656, 49.4999], "type": "Point"},
8287
"sch": {"coordinates": [-0.22656, 49.4999], "type": "Point"},
88+
"uic": None,
8389
},
8490
{
91+
"ch": None,
8592
"id": None,
8693
"name": None,
8794
"location": {"track_section": "TH1", "offset": 4386.599249046556},
@@ -90,6 +97,7 @@
9097
"suggestion": False,
9198
"geo": {"coordinates": [-0.095104854807785, 49.484], "type": "Point"},
9299
"sch": {"coordinates": [-0.095104854807785, 49.484], "type": "Point"},
100+
"uic": None,
93101
},
94102
],
95103
"geographic": {

0 commit comments

Comments
 (0)