Skip to content

refactor: adding random seed tests#56

Closed
allrob23 wants to merge 1 commit intoJaxc:mainfrom
allrob23:main
Closed

refactor: adding random seed tests#56
allrob23 wants to merge 1 commit intoJaxc:mainfrom
allrob23:main

Conversation

@allrob23
Copy link
Copy Markdown

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.

@Jaxc Jaxc closed this Mar 1, 2026
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.

2 participants