Baunsgaard commented on a change in pull request #892: Extend Python API (rand,
lm, matrix multiplication)
URL: https://github.com/apache/systemml/pull/892#discussion_r410384137
##########
File path: src/main/python/systemds/matrix/operation_node.py
##########
@@ -159,6 +159,10 @@ def __eq__(self, other):
def __ne__(self, other):
return OperationNode(self.sds_context, '!=', [self, other])
+
Review comment:
(OCD comment) double newline
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services