Skip to content

Commit ecb6dee

Browse files
committed
fix missing line saved
1 parent 0ae6f28 commit ecb6dee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/sysds/runtime/compress/colgroup/ColGroupFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ public static List<AColGroup> compressColGroups(MatrixBlock in, CompressedSizeIn
151151
private List<AColGroup> compress() {
152152
try {
153153
if(in instanceof CompressedMatrixBlock)
154-
return CLALibCombineGroups.combine((CompressedMatrixBlock) in, csi, pool);
154+
return CLALibCombineGroups.combine((CompressedMatrixBlock) in, csi, pool, k);
155155
else
156156
return compressExecute();
157157
}

0 commit comments

Comments
 (0)