Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dgl
Commits
8a6d25ae
"vscode:/vscode.git/clone" did not exist on "e87bf62940be07f039abac9458a8e4f4f1675f80"
Commit
8a6d25ae
authored
Oct 06, 2018
by
GaiYu0
Browse files
Resolve conflicts in python/dgl/graph.py
parent
26dcfb5b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
python/dgl/graph.py
python/dgl/graph.py
+0
-3
No files found.
python/dgl/graph.py
View file @
8a6d25ae
...
...
@@ -1240,7 +1240,6 @@ class DGLGraph(object):
[
sg
.
_parent_eid
for
sg
in
to_merge
],
self
.
_edge_frame
.
num_rows
,
reduce_func
)
<<<<<<<
HEAD
def
adjacency_matrix
(
self
):
"""Return the adjacency matrix representation of this graph.
...
...
@@ -1283,5 +1282,3 @@ def _set_repr(attr_dict, attr):
attr_dict
.
update
(
attr
)
else
:
attr_dict
[
__REPR__
]
=
attr
=======
>>>>>>>
2
be55fb50ab08c1f0a3bbb40df8f9265d73b4d2d
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