Skip to content

Commit 3c5f86a

Browse files
fix testrunner
1 parent ba21c30 commit 3c5f86a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/apache/sysds/test/functions/einsum/EinsumTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ private void testCodegenIntegration( String testname)
332332
runRScript(true);
333333

334334
if(outputScalar){
335-
HashMap<CellIndex, Double> dmlfile = readDMLScalarFromExpectedDir("S");
335+
HashMap<CellIndex, Double> dmlfile = readDMLScalarFromOutputDir("S");
336336
HashMap<CellIndex, Double> rfile = readRScalarFromExpectedDir("S");
337337
TestUtils.compareMatrices(dmlfile, rfile, eps, "Stat-DML", "Stat-R");
338338
}else {

0 commit comments

Comments
 (0)