Skip to content

Conversation

@allrob23
Copy link

Hello, while reviewing the code for an ongoing research project, I noticed that many tests in the project use random operations without setting a seed, which is necessary to ensure consistent results across different runs.

This pull request introduces a fixed seed value (seed(35)) in the global test environment. By doing so, it ensures reproducible random operations during testing, improving consistency and helping to prevent potential flakiness in CI results.

We came across this issue while using the project in a research study. Thank you for your time and consideration.

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