-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
__len__(bf) misreports after open(filename) #28
Comments
I was able to reproduce this finally, and noticed this stays even after #40. (Using bf.approx_len gets us correct length...) but need to dig deeper. I reckon the problem might be around Which begs the question: why not use |
For reference, this is the patch: https://github.com/axiak/pybloomfiltermmap/pull/47/files#diff-a16b2c8dba66561e6fdef61b6efe2b04 |
Can you not merge that patch into your repository and that publish the updated version to the pypi? |
Issue in detail here:
axiak/pybloomfiltermmap#31
A fix is referenced, but I'd like to still think over the options.
The text was updated successfully, but these errors were encountered: