Skip to content

Commit 799c40c

Browse files
committed
suppress accidental drawTree
1 parent 9726c12 commit 799c40c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/testJunctionTreeConstruction.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ fg = loadCanonicalFG_CaesarRing1D()
2424
eo = [:x0;:x2;:x4;:x6;:x1;:l1;:x5;:x3;]
2525

2626
tree = buildTreeFromOrdering!(fg,eo)
27-
drawTree(tree, show=true)
27+
# drawTree(tree, show=true)
2828

2929
@test length(tree.cliques) == 6
3030

0 commit comments

Comments
 (0)