You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by le...@apache.org on 2019/11/07 05:07:30 UTC

[incubator-datasketches-java] branch TweakEngagementTest updated: Fix comment.

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

leerho pushed a commit to branch TweakEngagementTest
in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-java.git


The following commit(s) were added to refs/heads/TweakEngagementTest by this push:
     new 8596f2b  Fix comment.
8596f2b is described below

commit 8596f2b70a8000dd1b7f6042824b730d048d7ae6
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Wed Nov 6 21:07:21 2019 -0800

    Fix comment.
---
 .../java/org/apache/datasketches/tuple/aninteger/EngagementTest.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/org/apache/datasketches/tuple/aninteger/EngagementTest.java b/src/test/java/org/apache/datasketches/tuple/aninteger/EngagementTest.java
index cd91284..7413181 100644
--- a/src/test/java/org/apache/datasketches/tuple/aninteger/EngagementTest.java
+++ b/src/test/java/org/apache/datasketches/tuple/aninteger/EngagementTest.java
@@ -39,7 +39,7 @@ public class EngagementTest {
 
   @Test
   public void computeEngagementHistogram() {
-    int lgK = 8; //Using a larger sketch, say >= 9 will produce exact results for this little example
+    int lgK = 8; //Using a larger sketch >= 9 will produce exact results for this little example
     int K = 1 << lgK;
     int days = 30;
     int v = 0;


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org