This is an automated email from the ASF dual-hosted git repository.
baunsgaard pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/systemds.git
The following commit(s) were added to refs/heads/master by this push:
new f4be1a3 [MINOR] remove accidental 'it'
f4be1a3 is described below
commit f4be1a30ddc88b6a1145cd1c035d243619243ace
Author: baunsgaard <[email protected]>
AuthorDate: Thu Feb 4 11:11:41 2021 +0100
[MINOR] remove accidental 'it'
---
src/main/java/org/apache/sysds/runtime/compress/lib/LibLeftMultBy.java | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git
a/src/main/java/org/apache/sysds/runtime/compress/lib/LibLeftMultBy.java
b/src/main/java/org/apache/sysds/runtime/compress/lib/LibLeftMultBy.java
index 5314dba..74f39b0 100644
--- a/src/main/java/org/apache/sysds/runtime/compress/lib/LibLeftMultBy.java
+++ b/src/main/java/org/apache/sysds/runtime/compress/lib/LibLeftMultBy.java
@@ -768,8 +768,7 @@ public class LibLeftMultBy {
}
if(_rl != _ru)
leftMultByTransposeSelf(_groups, _ret, _v, nCol
- _ru, nCol - _rl, _cl, _cu, _overlapping);
-
-it return null;
+ return null;
}
}