-
-
Notifications
You must be signed in to change notification settings - Fork 929
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
fix: improve default seed initialization #1334
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
Is there a way to test whether this fixes the original issue?
Codecov Report
@@ Coverage Diff @@
## main #1334 +/- ##
=======================================
Coverage 99.62% 99.62%
=======================================
Files 2163 2163
Lines 241264 241264
Branches 1011 1011
=======================================
Hits 240354 240354
Misses 889 889
Partials 21 21 |
Maybe we could add a test using https://vitest.dev/guide/features.html#running-tests-concurrently 🤔 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also LGTM, we definitely need to test this though
closes #1333