We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9083ca7 commit 1dc888eCopy full SHA for 1dc888e
test/test_pickled_data.py
@@ -109,7 +109,7 @@ def test_bot_ai(self, bot: BotAI):
109
assert bot.townhalls.random.position not in bot.enemy_start_locations
110
assert bot.known_enemy_units == Units([])
111
assert bot.known_enemy_structures == Units([])
112
- bot._game_info.map_ramps = bot._game_info._find_ramps()
+ bot._game_info.map_ramps, bot._game_info.vision_blockers = bot._game_info._find_ramps_and_vision_blockers()
113
assert bot.main_base_ramp # Test if any ramp was found
114
# TODO: Cache all expansion positions for a map and check if it is the same
115
assert len(bot.expansion_locations) >= 12
0 commit comments