CarreauClement commented on issue #306: URL: https://github.com/apache/datasketches-cpp/issues/306#issuecomment-1256654622
I found it, the file is just no up to date with the latest version of the lib. We should use the following ``` from datasketches import compact_theta_sketch new_sk1 = compact_theta_sketch.deserialize(sk1_bytes) ``` -- 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]
