This is an automated email from the ASF dual-hosted git repository.

ssiddiqi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/systemds.git


The following commit(s) were added to refs/heads/master by this push:
     new 7ec6e70  [MINOR] Removing print statement from FrameCastingTest.java
7ec6e70 is described below

commit 7ec6e7039184a08d677658773eff15be65ac2736
Author: Shafaq Siddiqi <[email protected]>
AuthorDate: Wed Nov 25 12:21:45 2020 +0100

    [MINOR] Removing print statement from FrameCastingTest.java
---
 .../java/org/apache/sysds/test/component/frame/FrameCastingTest.java     | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/src/test/java/org/apache/sysds/test/component/frame/FrameCastingTest.java 
b/src/test/java/org/apache/sysds/test/component/frame/FrameCastingTest.java
index 7b4c625..9244fb1 100644
--- a/src/test/java/org/apache/sysds/test/component/frame/FrameCastingTest.java
+++ b/src/test/java/org/apache/sysds/test/component/frame/FrameCastingTest.java
@@ -107,7 +107,6 @@ public class FrameCastingTest extends AutomatedTestBase
                                        for( int j=0; j<schema.length; j++ )
                                                row1[j] = 
UtilFunctions.doubleToObject(schema[j], A[i][j]);
                                        frame1.appendRow(row1);
-                                       
System.out.println(Arrays.toString(row1));
                                }
 
                                MatrixBlock mb = 
DataConverter.convertToMatrixBlock(frame1);

Reply via email to