jmalkin commented on issue #63: URL: https://github.com/apache/datasketches-python/issues/63#issuecomment-3621631852
My employer (and long may they keep me!) has pretty strict limits on interaction with this project at the moment so I'm currently unable to contribute a fix or anything. But I believe the issue is that even though the sketch is set up in terms of `float` (np.float32) the definition of `get_quantiles()` uses `double` and it's not casting the array properly. -- 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]
