Skip to content

Commit 3e3aaa4

Browse files
committed
decode input
1 parent 7dd19fa commit 3e3aaa4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/apache/sysds/runtime/transform/decode/DecoderBin.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ public void decode(MatrixBlock in, FrameBlock out, int rl, int ru) {
7979
}
8080
catch(Exception e){
8181
LOG.error(a);
82+
LOG.error(in.slice(0, in.getNumRows()-1, _colList[j]-1,_colList[j]-1));
8283
LOG.error( val);
8384
throw e;
8485
}

0 commit comments

Comments
 (0)