Skip to content

Commit e82b64d

Browse files
committed
Cleanup.
Signed-off-by: chenkins <[email protected]>
1 parent 368f168 commit e82b64d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_over_under_passes.py

-2
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ def test_diamond_crossing_with_over_and_underpasses(rendering: bool = False):
124124
agent_1.latest_arrival = 999
125125
agent_1._set_state(TrainState.MOVING)
126126

127-
# TODO improve interface and documentation for level-free diamond crossings
128127
env.level_free_positions.add((3, 2))
129128

130129
env.distance_map._compute(env.agents, env.rail)
@@ -201,7 +200,6 @@ def test_diamond_crossing_with_over_and_underpasses_head_on(rendering: bool = Fa
201200
agent_1.latest_arrival = 999
202201
agent_1._set_state(TrainState.MOVING)
203202

204-
# TODO improve interface and documentation for level-free diamond crossings
205203
env.level_free_positions.add((3, 2))
206204

207205
env.distance_map._compute(env.agents, env.rail)

0 commit comments

Comments
 (0)