Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
graph-tool
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
40
Issues
40
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tiago Peixoto
graph-tool
Commits
a9bc162f
Commit
a9bc162f
authored
Feb 02, 2016
by
Tiago Peixoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Trivial indentation/space fix
parent
26b147db
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
src/graph/draw/graph_cairo_draw.cc
src/graph/draw/graph_cairo_draw.cc
+1
-1
src/graph_tool/community/blockmodel.py
src/graph_tool/community/blockmodel.py
+0
-1
No files found.
src/graph/draw/graph_cairo_draw.cc
View file @
a9bc162f
...
...
@@ -1739,7 +1739,7 @@ void populate_attrs(boost::python::dict vattrs, attrs_t& attrs)
boost
::
any
pmap
;
int
type
=
boost
::
python
::
extract
<
int
>
(
items
[
i
][
0
])();
boost
::
mpl
::
for_each
<
attr_types
>
(
get_pmap
<
Descriptor
,
PropMaps
>
(
oattr
,
pmap
,
type
));
type
));
attrs
[
type
]
=
pmap
;
}
}
...
...
src/graph_tool/community/blockmodel.py
View file @
a9bc162f
...
...
@@ -297,7 +297,6 @@ class BlockState(object):
r
"""Returns a :class:`~graph_tool.community.BlockState`` corresponding to the
block graph. The parameters have the same meaning as the in the constructor."""
state
=
BlockState
(
self
.
bg
,
eweight
=
self
.
mrs
,
vweight
=
self
.
wr
if
vweight
else
None
,
b
=
self
.
bg
.
vertex_index
.
copy
(
"int"
)
if
b
is
None
else
b
,
...
...
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