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

Wavelet hash implementation #60

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

PavelVGordeev
Copy link

No description provided.

@corona10
Copy link
Owner

corona10 commented Mar 3, 2023

Thanks I will take a look :)

@PavelVGordeev
Copy link
Author

Should I rewrite tests without stretchr/testify to support go <1.13 ?

@corona10
Copy link
Owner

@PavelVGordeev

Sorry for the delay, I was quite busy with day work.
Would you like to rebase the PR? I will try to take a look at the PR by this weekend.

Comment on lines +49 to +58
{"_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},
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@PavelVGordeev

Would you like to provide the result of python version?

@corona10
Copy link
Owner

corona10 commented May 12, 2023

Should I rewrite tests without stretchr/testify to support go <1.13 ?

Yes please :)

Copy link
Owner

@corona10 corona10 left a 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.

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

Successfully merging this pull request may close these issues.

None yet

3 participants