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

Remove randomness from the unit tests as much as possible #117

Open
mikeheddes opened this issue Feb 7, 2023 · 0 comments
Open

Remove randomness from the unit tests as much as possible #117

mikeheddes opened this issue Feb 7, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@mikeheddes
Copy link
Member

Currently some unit tests fail sporadically just because of random chance it seems. I think the automated testing would be more robust if we isolate the randomness to as small a number of test cases as possible and mostly have deterministic tests. This is kinda challenging because most of the methods in HDC are stochastic by design.

@mikeheddes mikeheddes added the bug Something isn't working label Feb 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant