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 888a3ee commit e3002e7Copy full SHA for e3002e7
test/test_pickled_data.py
@@ -112,7 +112,7 @@ def test_bot_ai(self, bot: BotAI):
112
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
+ assert len(bot.expansion_locations) >= 10
116
# On N player maps, it is expected that there are N*X bases because of symmetry, at least for 1vs1 maps
117
assert (
118
len(bot.expansion_locations) % (len(bot.enemy_start_locations) + 1) == 0
0 commit comments