Skip to content

Commit 793b68f

Browse files
committed
try again
1 parent 187cf6b commit 793b68f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/apache/sysds/runtime/compress/CompressedMatrixBlock.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1236,6 +1236,7 @@ public double interQuartileMean() {
12361236

12371237
@Override
12381238
public MatrixBlock pickValues(MatrixValue quantiles, MatrixValue ret) {
1239+
LOG.error(this);
12391240
return getUncompressed("pickValues").pickValues(quantiles, ret);
12401241
}
12411242

0 commit comments

Comments
 (0)