-
Notifications
You must be signed in to change notification settings - Fork 320
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
Add method to sample remaining columns (3/3) #708
Add method to sample remaining columns (3/3) #708
Conversation
Codecov Report
@@ Coverage Diff @@
## issue-691-create-sample-conditions #708 +/- ##
======================================================================
+ Coverage 65.46% 65.93% +0.47%
======================================================================
Files 36 36
Lines 2615 2657 +42
======================================================================
+ Hits 1712 1752 +40
- Misses 903 905 +2
Continue to review full report at Codecov.
|
bc26439
to
be49b8e
Compare
d136a09
to
066cdcd
Compare
5f3494e
to
9502143
Compare
066cdcd
to
129b19f
Compare
9502143
to
619670d
Compare
129b19f
to
f79231a
Compare
bc6e6e2
to
b797faf
Compare
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!
619670d
to
64c6b64
Compare
b797faf
to
e3e9d67
Compare
64c6b64
to
b3c1f3f
Compare
e3e9d67
to
3c7135b
Compare
b3c1f3f
to
512422b
Compare
3c7135b
to
754b9e1
Compare
512422b
to
1b64e32
Compare
754b9e1
to
640419c
Compare
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.
Looks good, just some minor details.
4c38284
to
780a293
Compare
Thanks @fealho! I ran |
1b64e32
to
41d0a18
Compare
780a293
to
32dd6ab
Compare
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.
🎉
* Add batch sampling and progress bar * Make sure to close progress bar * Periodically write to file * add unit tests * cr comments * fix test
* Add method to sample remaining columns * update integration tests * add unit tests * update tutorials and docs * Enable batch sampling (#709) * Add batch sampling and progress bar * Make sure to close progress bar * Periodically write to file * add unit tests * cr comments * fix test
* Add method to sample remaining columns * update integration tests * add unit tests * update tutorials and docs * Enable batch sampling (#709) * Add batch sampling and progress bar * Make sure to close progress bar * Periodically write to file * add unit tests * cr comments * fix test
* Add method to sample remaining columns * update integration tests * add unit tests * update tutorials and docs * Enable batch sampling (#709) * Add batch sampling and progress bar * Make sure to close progress bar * Periodically write to file * add unit tests * cr comments * fix test
* Update sample method args * Add unit tests * remove conditioning logic for now * Add error handling * Make integration tests pass * code review comments * Add sample conditions method * add back unit tests with conditions * Update logic for handling multiple conditions * fix lint * fix integration tests * Add method to sample remaining columns (3/3) (#708) * Add method to sample remaining columns * update integration tests * add unit tests * update tutorials and docs * Enable batch sampling (#709) * Add batch sampling and progress bar * Make sure to close progress bar * Periodically write to file * add unit tests * cr comments * fix test
* Update sample method args * Add unit tests * remove conditioning logic for now * Add error handling * Make integration tests pass * code review comments * Add sample conditions method * add back unit tests with conditions * Update logic for handling multiple conditions * fix lint * fix integration tests * Add method to sample remaining columns (3/3) (#708) * Add method to sample remaining columns * update integration tests * add unit tests * update tutorials and docs * Enable batch sampling (#709) * Add batch sampling and progress bar * Make sure to close progress bar * Periodically write to file * add unit tests * cr comments * fix test
* Update sample method args * Add unit tests * remove conditioning logic for now * Add error handling * Make integration tests pass * code review comments * Add sample conditions method * add back unit tests with conditions * Update logic for handling multiple conditions * fix lint * fix integration tests * Add method to sample remaining columns (3/3) (#708) * Add method to sample remaining columns * update integration tests * add unit tests * update tutorials and docs * Enable batch sampling (#709) * Add batch sampling and progress bar * Make sure to close progress bar * Periodically write to file * add unit tests * cr comments * fix test
Resolves #692