Commit c3a68c31 authored by zzhang-cn's avatar zzhang-cn
Browse files

remove ipdb

parent 240cfd1c
...@@ -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)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment