Commit 07d3384 1 parent 18e6ef0 commit 07d3384 Copy full SHA for 07d3384
File tree 1 file changed +0
-2
lines changed
1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,6 @@ def test_diamond_crossing_with_over_and_underpasses(rendering: bool = False):
124
124
agent_1 .latest_arrival = 999
125
125
agent_1 ._set_state (TrainState .MOVING )
126
126
127
- # TODO improve interface and documentation for level-free diamond crossings
128
127
env .level_free_positions .add ((3 , 2 ))
129
128
130
129
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
201
200
agent_1 .latest_arrival = 999
202
201
agent_1 ._set_state (TrainState .MOVING )
203
202
204
- # TODO improve interface and documentation for level-free diamond crossings
205
203
env .level_free_positions .add ((3 , 2 ))
206
204
207
205
env .distance_map ._compute (env .agents , env .rail )
You can’t perform that action at this time.
0 commit comments