xuefeng-xu opened a new issue, #64:
URL: https://github.com/apache/datasketches-python/issues/64

   ```python
   from datasketches import vector_of_kll_floats_sketches
   kll=vector_of_kll_floats_sketches(100,3)
   kll.get_d()
   ```
   ```
   Traceback (most recent call last):
     File "<stdin>", line 1, in <module>
   AttributeError: 'vector_of_kll_floats_sketches' object has no attribute 
'get_d'. Did you mean: 'get_n'?
   ```
   
   Tested version 5.2.0, 5.1.1, 5.0.2, all have this issue. Version 4.1.0 works 
fine.


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