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

Unit tests for duplicate check #62

Open
sanjanag opened this issue Jan 18, 2023 · 0 comments
Open

Unit tests for duplicate check #62

sanjanag opened this issue Jan 18, 2023 · 0 comments
Labels
good first issue Good for newcomers

Comments

@sanjanag
Copy link
Member

Add unit tests to ensure we can:

  • separately search for exact-duplicates without searching for near-duplicates
  • separately search for near-duplicates without searching for exact-duplicates
  • search for both in single call to imagelab.find_issues()
  • search for exact duplicates in initial call to imagelab.find_issues() and then search for near duplicates in subsequent call to this same function from the same imagelab
  • search for near duplicates in initial call to imagelab.find_issues() and then search for exact duplicates in subsequent call to this same function from the same imagelab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants