- Notifications
You must be signed in to change notification settings - Fork328
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Stratified sampling#1336
Uh oh!
There was an error while loading.Please reload this page.
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 thatalter 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...
Uh oh!
There was an error while loading.Please reload this page.
Take 2 of#1290