You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by jm...@apache.org on 2022/04/05 20:10:31 UTC

[datasketches-cpp] 02/02: Read correct sketch from java for testing

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

jmalkin pushed a commit to branch quantiles
in repository https://gitbox.apache.org/repos/asf/datasketches-cpp.git

commit 43a13a3d592012a38825df741bb2aee8d8334d34
Author: Jon Malkin <jm...@users.noreply.github.com>
AuthorDate: Tue Apr 5 13:10:21 2022 -0700

    Read correct sketch from java for testing
---
 quantiles/test/quantiles_compatibility_test.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/quantiles/test/quantiles_compatibility_test.cpp b/quantiles/test/quantiles_compatibility_test.cpp
index a3780c2..620f8fd 100644
--- a/quantiles/test/quantiles_compatibility_test.cpp
+++ b/quantiles/test/quantiles_compatibility_test.cpp
@@ -111,7 +111,7 @@ TEST_CASE("quantiles compatibility", "[quantiles_compatibility]") {
   SECTION("Qk128_n50_v0.8.3.sk") {
     // file: Qk128_n50_v0.8.3.sk
     // median: 26.0
-    quantiles_decode_and_check(128, 50, "0.8.0", 26.0);
+    quantiles_decode_and_check(128, 50, "0.8.3", 26.0);
   }
 
   SECTION("Qk128_n1000_v0.8.3.sk") {


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