We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c8a81f commit ccef791Copy full SHA for ccef791
1 file changed
test/test_pickled_data.py
@@ -770,7 +770,6 @@ def test_unit():
770
assert scv.is_facing(townhall, angle_error=2 * math.pi)
771
assert not scv.is_facing(townhall)
772
assert townhall.is_facing(scv, angle_error=2 * math.pi)
773
- assert not townhall.is_facing(scv)
774
775
assert scv.footprint_radius == 0
776
assert townhall.footprint_radius == 2.5
0 commit comments