Skip to content
Snippets Groups Projects
Commit f3259a8a authored by Chad Hanna's avatar Chad Hanna
Browse files

treebank: config 5

parent f4f4d6c9
No related branches found
No related tags found
No related merge requests found
......@@ -227,7 +227,7 @@ class Node(object):
if (self.cube.constraint_func(self.cube.vertices + [self.cube.center]) and (numtmps > split_num_templates or ((numtmps > split_num_templates/2.) and not (1./vtol < par_vratio < vtol)))):
self.template_count[0] = self.template_count[0] + 1
bifurcation += 1
if numtmps < 1**len(size) and (1./vtol < par_vratio < vtol):
if numtmps < 3**len(size) and (1./vtol < par_vratio < vtol):
left, right = self.cube.split(splitdim, reuse_metric = True)
else:
left, right = self.cube.split(splitdim)
......
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