Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
trac #32805: revert some another change
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoudert committed Nov 11, 2021
1 parent 8e192f7 commit 24c55aa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/sage/graphs/spanning_tree.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -574,8 +574,7 @@ def filter_kruskal_iterator(G, threshold=10000, by_weight=True, weight_function=
yield from G.edge_iterator()
return

# g = G.to_simple(to_undirected=False, keep_label='min')
g = G
g = G.to_simple(to_undirected=False, keep_label='min')
else:
g = G

Expand Down

0 comments on commit 24c55aa

Please sign in to comment.