Skip to content

Commit ccef791

Browse files
committed
Remove 'townhall.is_facing(scv)'
1 parent 8c8a81f commit ccef791

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

test/test_pickled_data.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,6 @@ def test_unit():
770770
assert scv.is_facing(townhall, angle_error=2 * math.pi)
771771
assert not scv.is_facing(townhall)
772772
assert townhall.is_facing(scv, angle_error=2 * math.pi)
773-
assert not townhall.is_facing(scv)
774773

775774
assert scv.footprint_radius == 0
776775
assert townhall.footprint_radius == 2.5

0 commit comments

Comments
 (0)