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

Changes test Set_Gillespie_Random_Seed to fail less. #1224

Merged
merged 1 commit into from
May 22, 2024

Conversation

luciansmith
Copy link

The previous version of this test checked to see if two random walks through integers ended on different numbers, which was true every so often. In this version, we check if a single random draw of a double is the same with two seeds, which is much less likely to happen.

The previous version of this test checked to see if two random walks through integers ended on different numbers, which was true every so often.  In this version, we check if a single random draw of a double is the same with two seeds, which is *much* less likely to happen.
@luciansmith luciansmith merged commit 0376d69 into develop May 22, 2024
12 of 28 checks passed
@luciansmith luciansmith deleted the make-random-test-more-random branch May 22, 2024 23:55
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.

None yet

1 participant