-
Notifications
You must be signed in to change notification settings - Fork 2
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
enforce length n
serial distribution
#112
Conversation
@jamesmbaazam this fails snapshot tests which should not be affected by this PR. Do we need to set a seed in (some of) the testing code? |
There's something weird going on here that I am yet to diagnose. seeds have been set in each test_that() call but it seems they're being lost after each function call. I'm not getting the same errors in |
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.
Thanks for these changes, Seb. I've left a comment to hopefully help us fix the CI issue.
Ohhh is the issue that in the tests we're generating a new random number (in |
Yes, exactly.
Yep. That should fix it. |
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.
LGTM. I will rebase and merge.
One thing I've not enforced properly is to keep the version at v0.0.0.9999
until we release v0.1.0
.
Also, note incoming change in #116 to rename |
Fixes #111