test1978 commited on
Commit
9f2cb2a
·
verified ·
1 Parent(s): b5a801d

update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ HilbertOrderedZoneDatabase = ns["HilbertOrderedZoneDatabase"]
30
  Breakthrough = ns["Breakthrough"]
31
  MCVSSearcher = ns["MCVSSearcher"]
32
 
33
- zonedb = HilbertOrderedZoneDatabase("breakthroughzonedb.npz", maxsize=10000)
34
  zonedb.winningmatrices = list(zonedb_data.get("winning", []))
35
  zonedb.losingmatrices = list(zonedb_data.get("losing", []))
36
  zonedb.drawmatrices = list(zonedb_data.get("draw", []))
 
30
  Breakthrough = ns["Breakthrough"]
31
  MCVSSearcher = ns["MCVSSearcher"]
32
 
33
+ zonedb = HilbertOrderedZoneDatabase("breakthroughzonedb.npz", max_size=10000)
34
  zonedb.winningmatrices = list(zonedb_data.get("winning", []))
35
  zonedb.losingmatrices = list(zonedb_data.get("losing", []))
36
  zonedb.drawmatrices = list(zonedb_data.get("draw", []))