Matthias Boehm created SYSTEMML-2383:
----------------------------------------
Summary: Runtime failure for rowIndexMin/Max on rows of NaNs
Key: SYSTEMML-2383
URL: https://issues.apache.org/jira/browse/SYSTEMML-2383
Project: SystemML
Issue Type: Bug
Reporter: Matthias Boehm
{code}
Caused by: java.lang.ArrayIndexOutOfBoundsException: -1
at
org.apache.sysml.runtime.matrix.data.DenseBlockDRB.get(DenseBlockDRB.java:232)
at
org.apache.sysml.runtime.matrix.data.LibMatrixAgg.d_uarimax(LibMatrixAgg.java:1908)
at
org.apache.sysml.runtime.matrix.data.LibMatrixAgg.aggregateUnaryMatrixDense(LibMatrixAgg.java:1321)
at
org.apache.sysml.runtime.matrix.data.LibMatrixAgg.aggregateUnaryMatrix(LibMatrixAgg.java:214)
at
org.apache.sysml.runtime.matrix.data.MatrixBlock.aggregateUnaryOperations(MatrixBlock.java:4230)
at
org.apache.sysml.runtime.instructions.cp.AggregateUnaryCPInstruction.processInstruction(AggregateUnaryCPInstruction.java:142)
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)