Skip to content

Commit 125c475

Browse files
committed
remove useless line in poset factor method
1 parent 9cd86e9 commit 125c475

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sage/combinat/posets/posets.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5335,7 +5335,6 @@ def edge_color(va, vb):
53355335
fusion.add_edge([i0, i1])
53365336
break
53375337

5338-
fusion = fusion.transitive_closure()
53395338
resu = []
53405339
for s in fusion.connected_components(sort=False):
53415340
subg = [x for x in prod_dg if all(x[i] == v0[i] for i in factors_range

0 commit comments

Comments
 (0)