-
Notifications
You must be signed in to change notification settings - Fork 318
Stratified sampling #1336
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
Stratified sampling #1336
Conversation
stratified sampling as default test split strategy
git checkout master | ||
echo "\q" | cargo pgrx run | ||
psql -p 28816 -h localhost -d pgml -P pager -c "CREATE EXTENSION pgml;" | ||
git checkout $CI_BRANCH | ||
echo "\q" | cargo pgrx run | ||
psql -p 28816 -h localhost -d pgml -P pager -c "ALTER EXTENSION pgml UPDATE;" |
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.
intention for this is to just validate that alter extension update
actually runs
I verified with tests locally, because I wasn't able to figure out how to get github actions running on this PR... weird 🤷 . |
Maybe had something to do with how I had this PR open from |
I verified tests locally, because I wasn't able to figure out how to get them running via github actions...
Take 2 of #1290