Skip to content
Snippets Groups Projects
Commit ea82b5a1 authored by Stephen Privitera's avatar Stephen Privitera
Browse files

treebank: fix broken indentation

parent a277cdec
No related branches found
No related tags found
No related merge requests found
......@@ -147,8 +147,8 @@ bank = Node(HyperCube(numpy.array(coord_limits), args.min_match, symmetry_func =
if args.verbose:
print "The bank size according to the center metric: ", bank.cube.size
print "The bank boundaries are: "
for row in bank.cube.boundaries:
print "\t", row
for row in bank.cube.boundaries:
print "\t", row
# Split according to how many templates you want to place in the hypercube
mismatch = 1.0 - args.min_match
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment