e-strauss commented on code in PR #2105:
URL: https://github.com/apache/systemds/pull/2105#discussion_r1758740300


##########
src/test/java/org/apache/sysds/test/functions/ternary/TernaryAggregateTest.java:
##########
@@ -41,10 +41,11 @@ public class TernaryAggregateTest extends AutomatedTestBase
 {
        private final static String TEST_NAME1 = "TernaryAggregateRC";
        private final static String TEST_NAME2 = "TernaryAggregateC";
+       private final static String TEST_NAME3 = "TernaryAggregatePow";
        
        private final static String TEST_DIR = "functions/ternary/";
        private final static String TEST_CLASS_DIR = TEST_DIR + 
TernaryAggregateTest.class.getSimpleName() + "/";
-       private final static double eps = 1e-8;
+       private final static double eps = 1e-7;

Review Comment:
   had to change to 1e-7, because test failing locally on previous commits were 
the github tests passed (might be caused by local R version / ARM CPU ?)



-- 
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.

To unsubscribe, e-mail: dev-unsubscr...@systemds.apache.org

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

Reply via email to