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

Refactoring the way the number of rows are selected #106

Merged

Conversation

csala
Copy link
Contributor

@csala csala commented Jul 29, 2019

Resolve #104

Change how to number of rows is selected for each child table in order to support all scenarios.
Also, make partial sampling independent from previous sampling and avoid storing the sampled data within the Sampler class.

@codecov-io
Copy link

codecov-io commented Jul 29, 2019

Codecov Report

Merging #106 into master will decrease coverage by 8.67%.
The diff coverage is 28.57%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #106      +/-   ##
==========================================
- Coverage   79.93%   71.25%   -8.68%     
==========================================
  Files           5        5              
  Lines         608      588      -20     
==========================================
- Hits          486      419      -67     
- Misses        122      169      +47
Impacted Files Coverage Δ
sdv/sdv.py 53.33% <100%> (ø) ⬆️
sdv/sampler.py 51.85% <27.71%> (-19.53%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 941e4ef...43a9f5d. Read the comment docs.

@csala csala merged commit 395529e into master Aug 5, 2019
@csala csala deleted the issue-104-not-supported-between-instances-of-int-and-none branch August 5, 2019 15:56
JonathanDZiegler pushed a commit to JonathanDZiegler/SDV that referenced this pull request Feb 7, 2022
* Create recipe

* Updates appropriate installation files

* Fixed installation and recipe files

* Added bump version
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.

executing readme: 'not supported between instances of 'int' and 'NoneType'
3 participants