We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
syn_test_data
there are three instances of sample in the syn_test_data that generate the data for testing for adlb (here chevron/R/utils.R Line 173 in 9f3d0ce sample(x = c("LAST", "REPLICATED", "SINGLE"), size = n(), replace = TRUE, prob = c(0.3, 0.6, 0.1)), and below.) Please set seed of find another way to generate data. Cheers
there are three instances of sample in the syn_test_data that generate the data for testing for adlb (here
sample
chevron/R/utils.R
Line 173 in 9f3d0ce
Originally posted by @BFalquet in #418 (comment)
This is generally to avoid further unwanted updates of testing snapshots. @clarkliming @BFalquet
The text was updated successfully, but these errors were encountered:
@Melkiades as discussed with Benoit, I will add the fix for this to #418.
Sorry, something went wrong.
btw, doesn't need to be the same seed everywhere, just need to be constant (i.e. explicitly declared)
isn't this sufficient ?
Line 144 in 9f3d0ce
apparently not (that was also a surprise for me). See: https://github.com/insightsengineering/chevron/pull/418/files#r1124228431
We should store syn_data as a fixed dataset, that would avoid all of this issue
Closed by 3e239d1
No branches or pull requests
Originally posted by @BFalquet in #418 (comment)
This is generally to avoid further unwanted updates of testing snapshots. @clarkliming @BFalquet
The text was updated successfully, but these errors were encountered: