Skip to content

Commit

Permalink
fix missing line saved
Browse files Browse the repository at this point in the history
  • Loading branch information
Baunsgaard committed Dec 28, 2024
1 parent 0ae6f28 commit ecb6dee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ public static List<AColGroup> compressColGroups(MatrixBlock in, CompressedSizeIn
private List<AColGroup> compress() {
try {
if(in instanceof CompressedMatrixBlock)
return CLALibCombineGroups.combine((CompressedMatrixBlock) in, csi, pool);
return CLALibCombineGroups.combine((CompressedMatrixBlock) in, csi, pool, k);
else
return compressExecute();
}
Expand Down

0 comments on commit ecb6dee

Please sign in to comment.