You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
graph=CG(fd=fd, Et=Et*icoef, root=root[-1] ifisinstance(root,list) elseroot, node_=node_, link_=link_, rng=nest) # in cluster_N_, root is not a list when nest == 0
430
429
# arg Et is internalized; only direct root assign before clustering
431
-
iffsub: # called from cluster_N
432
-
minL, subG_=grapht[3:]
433
-
iffd: graph.subL_=subG_
434
-
else: graph.subG_=subG_
435
-
graph.minL=minL
430
+
iflen(grapht)==4: graph.minL=grapht[3] # called from cluster_N
436
431
yx=np.array([0,0])
437
432
derH=CH(root=graph)
438
433
forNinnode_:
@@ -456,18 +451,20 @@ def sum2graph(root, grapht, fd, nest): # sum node and link params into graph, a
0 commit comments