Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
graph-tool
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
44
Issues
44
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tiago Peixoto
graph-tool
Commits
36d81582
Commit
36d81582
authored
Jun 19, 2019
by
Tiago Peixoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
label_largest_component(): Remove no-op line
parent
4b08c433
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
src/graph_tool/topology/__init__.py
src/graph_tool/topology/__init__.py
+0
-1
No files found.
src/graph_tool/topology/__init__.py
View file @
36d81582
...
...
@@ -1134,7 +1134,6 @@ def label_largest_component(g, directed=None):
label
=
g
.
new_vertex_property
(
"bool"
)
c
,
h
=
label_components
(
g
,
directed
=
directed
)
vfilt
,
inv
=
g
.
get_vertex_filter
()
label
.
fa
=
c
.
fa
==
h
.
argmax
()
return
label
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment