You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by al...@apache.org on 2020/08/20 23:14:28 UTC

[incubator-datasketches-cpp] branch tuple_sketch updated: wrong line commented out

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

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


The following commit(s) were added to refs/heads/tuple_sketch by this push:
     new 1ea31db  wrong line commented out
1ea31db is described below

commit 1ea31dbfad665001772c62484004ad7a36bb2bfa
Author: AlexanderSaydakov <Al...@users.noreply.github.com>
AuthorDate: Thu Aug 20 16:14:16 2020 -0700

    wrong line commented out
---
 tuple/test/mixed_union_test.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tuple/test/mixed_union_test.cpp b/tuple/test/mixed_union_test.cpp
index 7a5fdb3..d0edcf2 100644
--- a/tuple/test/mixed_union_test.cpp
+++ b/tuple/test/mixed_union_test.cpp
@@ -60,8 +60,8 @@ TEST_CASE("mixed_union float: full overlap", "[tuple union]") {
   auto compact_tuple = update_tuple.compact();
   u.update(compact_tuple);
 
-//  auto result = u.get_result();
-  std::cout << result.to_string(true);
+  auto result = u.get_result();
+//  std::cout << result.to_string(true);
   REQUIRE_FALSE(result.is_empty());
   REQUIRE(result.get_num_retained() == 10);
   REQUIRE(!result.is_estimation_mode());


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