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 test distance calculations #15

Open
glesica opened this issue Nov 21, 2019 · 0 comments
Open

Unit test distance calculations #15

glesica opened this issue Nov 21, 2019 · 0 comments

Comments

@glesica
Copy link
Collaborator

glesica commented Nov 21, 2019

This would be a relatively pleasant part of the code to add unit tests since these calculations are deterministic. Also, we want to make sure the vectorized and unvectorized versions produce the same results.

Unit tests for the DistanceCalculator class (make the class abstract so that we can re-use the tests for the non-vectorized and AVX versions) (George)

Since we’re going to have three implementations of this (eventually) we might as well write one suite of simple unit tests since we can re-use them for all three

@glesica glesica added this to the 1.0.0 Release milestone Nov 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant