This is an automated email from the ASF dual-hosted git repository. alsay pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/datasketches-java.git
commit ab0649e9856a071473929b474a1b02e72548e414 Merge: 756fb97 cb82e09 Author: Alexander Saydakov <[email protected]> AuthorDate: Wed May 19 09:29:53 2021 -0700 Merge pull request #354 from apache/move_ks_test move KS test from Util to its own class .../datasketches/quantiles/KolmogorovSmirnov.java | 111 +++++++++++++++++ .../org/apache/datasketches/quantiles/Util.java | 84 ++----------- .../quantiles/KolmogorovSmirnovTest.java | 134 +++++++++++++++++++++ .../apache/datasketches/quantiles/UtilTest.java | 89 -------------- 4 files changed, 253 insertions(+), 165 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
