You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@systemml.apache.org by GitBox <gi...@apache.org> on 2020/06/12 20:10:40 UTC

[GitHub] [systemml] phaniarnab commented on a change in pull request #972: [MINOR] MICE now accepts a recoded matrix as input

phaniarnab commented on a change in pull request #972:
URL: https://github.com/apache/systemml/pull/972#discussion_r439621028



##########
File path: src/test/java/org/apache/sysds/test/functions/builtin/BuiltinMiceTest.java
##########
@@ -36,7 +36,7 @@
 	private static final String TEST_CLASS_DIR = TEST_DIR + BuiltinMiceTest.class.getSimpleName() + "/";
 
 	private final static String DATASET = SCRIPT_DIR +"functions/transform/input/ChickWeight.csv";
-	private final static double eps = 0.2;
+	private final static double eps = 0.16;
 	private final static int iter = 3;
 	private final static int com = 2;

Review comment:
       Please remove the unused variable com.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org