Open GoogleCodeExporter opened 9 years ago
Original comment by lowerlo...@gmail.com
on 28 Jun 2010 at 1:47
The problem occurs with BWTA from BWAPI 2.6.1. I am not sure this problem
exists with BWAPI 2.8
Original comment by olivier....@gmail.com
on 14 Jul 2010 at 11:48
It looks like the list of regions, chokepoints, etc. does not get cleared
between games. Here a capture of when I first analyzed Luna and then analyzed
Longinus.
Original comment by bgwe...@gmail.com
on 22 Oct 2011 at 12:43
Attachments:
The solution is to clear() the BWTA_Result::sets in the analyze() function
rather than the analyze_map() function.
Right now the BWTA_Result data gets cleared only when analyze_map() is called.
Unfortunately analyze_map() gets called only if it's the first time analyzing
the map, otherwise load_data(filename) is called. Since load data inserts data
into BWTA_Result's sets, if the data doesn't get cleared between games we get
the above problem.
Original comment by wso...@slugmail.ucsc.edu
on 25 Oct 2011 at 12:35
Original issue reported on code.google.com by
olivier....@gmail.com
on 27 Jun 2010 at 1:06