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

Unset the random seed for run ID generation #316

Merged
merged 1 commit into from
Jan 9, 2025

Conversation

dfsnow
Copy link
Member

@dfsnow dfsnow commented Jan 9, 2025

We set a global seed in #307 to ensure reproducibility. However, this seed is also set when producing a random run ID, meaning we get the same run ID each time. This simply re-initializes the seed using the default R behavior.

Copy link
Contributor

@jeancochrane jeancochrane left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@dfsnow dfsnow merged commit f878e87 into 2025-assessment-year Jan 9, 2025
4 checks passed
@dfsnow dfsnow deleted the dfsnow/unset-seed-for-run-id branch January 9, 2025 20:17
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