tisonkun commented on code in PR #204:
URL: https://github.com/apache/datasketches-rust/pull/204#discussion_r3814774333


##########
datasketches/Cargo.toml:
##########
@@ -87,9 +93,14 @@ name = "tuple_test"
 path = "tests/tuple_test/main.rs"
 required-features = ["tuple"]
 
+[dependencies]
+rand = { workspace = true, optional = true }
+
 [dev-dependencies]
+approx = { workspace = true }

Review Comment:
   `googletest` provides:
   
   * https://docs.rs/googletest/latest/googletest/matchers/fn.near.html
   * https://docs.rs/googletest/latest/googletest/matchers/fn.approx_eq.html
   
   .. and we may need one more test lib. But you can leave it to me to do a 
global alignment.



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to