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

Fix TestVectorSimilarityFunction test. Add missing license. #237

Merged
merged 1 commit into from
Feb 28, 2024

Conversation

jkni
Copy link
Collaborator

@jkni jkni commented Feb 28, 2024

This test was previously passing with the native provider because the scale bug meant the normalized random vectors were extremely small in some dimensions, usually concealing that the results vector wasn't properly zeroed before passing to native code. Other providers don't care about the results vector not being zeroed because they explicitly calculate and set each index.

Add missing license to allow all tests to run.

@jkni jkni merged commit 05e3815 into jbellis:main Feb 28, 2024
6 checks passed
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.

1 participant