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

Deterministic testing #336

Open
2 tasks done
termoshtt opened this issue Sep 16, 2022 · 1 comment
Open
2 tasks done

Deterministic testing #336

termoshtt opened this issue Sep 16, 2022 · 1 comment
Assignees

Comments

@termoshtt
Copy link
Member

termoshtt commented Sep 16, 2022

Some test fails randomly because they use random vectors without fixing its value via seed. This reduces the worth of auto-testing since we have to check the CI failure is due to bug in changes or due to random number.

TODO

@termoshtt
Copy link
Member Author

Tests for LOBPCG still randomly fails due to it uses random in itself. It should accept to use specific RNG.

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

No branches or pull requests

1 participant