-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
code cleanup #143
code cleanup #143
Conversation
@@ -151,7 +144,7 @@ def connect(self, other, edge, kwargs=None): | |||
return new_conns | |||
|
|||
def get_connection_from_tensor(self, tensor): | |||
print(self.tensor_to_conn) | |||
# print(self.tensor_to_conn) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some of these print stmt are commented out instead of being deleted, is there a reason why we wanna keep these?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I kept some if I thought it would make debugging easier later
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some of the prints are only commented out instead of deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.