ywcb00 commented on code in PR #2466:
URL: https://github.com/apache/systemds/pull/2466#discussion_r3248540741


##########
src/test/java/org/apache/sysds/test/component/estim/OpElemWTest.java:
##########
@@ -128,7 +129,18 @@ public void testSampleMult() {
        public void testSamplePlus() {
                runSparsityEstimateTest(new EstimatorSample(), m, n, sparsity, 
plus);
        }
-       
+
+       // Row Wise Sparsity Estimator

Review Comment:
   Thank you for your patience. I really like the suggestion of parameterized 
tests, and changed it accordingly. :)
   
   I also tried to reuse the input matrices instead of generating them from 
scratch every time. However, as it did not result in a speedup of the tests, I 
removed it again.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to