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
c3a68c31
Commit
c3a68c31
authored
Apr 21, 2018
by
zzhang-cn
Browse files
remove ipdb
parent
240cfd1c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
mx.py
mx.py
+0
-1
No files found.
mx.py
View file @
c3a68c31
...
@@ -18,7 +18,6 @@ class mx_Graph(Graph):
...
@@ -18,7 +18,6 @@ class mx_Graph(Graph):
self
.
set_repr
(
n
,
h_init
)
self
.
set_repr
(
n
,
h_init
)
def
set_repr
(
self
,
u
,
h_u
,
name
=
'h'
):
def
set_repr
(
self
,
u
,
h_u
,
name
=
'h'
):
#import ipdb; ipdb.set_trace()
assert
u
in
self
.
nodes
assert
u
in
self
.
nodes
kwarg
=
{
name
:
h_u
}
kwarg
=
{
name
:
h_u
}
self
.
add_node
(
u
,
**
kwarg
)
self
.
add_node
(
u
,
**
kwarg
)
...
...
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