Skip to content

Commit

Permalink
fixed clustering failing with certain coordinates
Browse files Browse the repository at this point in the history
  • Loading branch information
biodiv committed Mar 9, 2014
1 parent 90e7053 commit 385fdd4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions anycluster/MapTools.py
Expand Up @@ -177,8 +177,6 @@ def get_ClusterCells(self, toprightCellID, bottomleftCellID):
#cell = [x,y]
cell = '%s,%s' %(x,y)
clusterCells.append(cell)

print 'cells: %s' %clusterCells

return clusterCells

Expand Down

0 comments on commit 385fdd4

Please sign in to comment.