c-dickens commented on PR #17: URL: https://github.com/apache/datasketches-python/pull/17#issuecomment-1832778824
Are you referring to the line `update_data = self.data_bytes[trial][:_n]` ? This was the only way I could avoid generating new random variables for each trial. If not this, then I'm unsure what data prep you are referring to as the data is generated once in the class instantiation and all trials are executed on the same dataset. -- 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]
