-
-
Notifications
You must be signed in to change notification settings - Fork 74
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
Wavelet hash implementation #60
base: master
Are you sure you want to change the base?
Conversation
Thanks I will take a look :) |
Should I rewrite tests without stretchr/testify to support go <1.13 ? |
Sorry for the delay, I was quite busy with day work. |
{"_examples/sample1.jpg", "_examples/sample1.jpg", WaveletHash, "WaveletHash", 0}, | ||
{"_examples/sample2.jpg", "_examples/sample2.jpg", WaveletHash, "WaveletHash", 0}, | ||
{"_examples/sample3.jpg", "_examples/sample3.jpg", WaveletHash, "WaveletHash", 0}, | ||
{"_examples/sample4.jpg", "_examples/sample4.jpg", WaveletHash, "WaveletHash", 0}, | ||
{"_examples/sample1.jpg", "_examples/sample2.jpg", WaveletHash, "WaveletHash", 38}, | ||
{"_examples/sample1.jpg", "_examples/sample3.jpg", WaveletHash, "WaveletHash", 2}, | ||
{"_examples/sample1.jpg", "_examples/sample4.jpg", WaveletHash, "WaveletHash", 34}, | ||
{"_examples/sample2.jpg", "_examples/sample3.jpg", WaveletHash, "WaveletHash", 40}, | ||
{"_examples/sample2.jpg", "_examples/sample4.jpg", WaveletHash, "WaveletHash", 6}, | ||
{"_examples/sample3.jpg", "_examples/sample4.jpg", WaveletHash, "WaveletHash", 36}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would you like to provide the result of python version?
Yes please :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Rebase the PR
- Rewrite the test without using the external package
- Provide the result of python version of test cases.
- Check the build failure of shift operator.
No description provided.