Skip to content
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

Incorrect function name #1

Open
koishore opened this issue Apr 23, 2018 · 1 comment
Open

Incorrect function name #1

koishore opened this issue Apr 23, 2018 · 1 comment

Comments

@koishore
Copy link

koishore commented Apr 23, 2018

murmur2.murmur64_a("test",4,100) throws and error

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'murmur64_a'
@koishore
Copy link
Author

koishore commented Apr 23, 2018

Can be fixed by changing murmur2.murmur64_a("test",4,100) to murmur2.murmur64a("test",4,100)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant