Skip to content

Fix progress bar undercounting#743

Merged
kmax12 merged 5 commits into
masterfrom
fix-progress-bar-undercounting
Sep 18, 2019
Merged

Fix progress bar undercounting#743
kmax12 merged 5 commits into
masterfrom
fix-progress-bar-undercounting

Conversation

@kmax12

@kmax12 kmax12 commented Sep 16, 2019

Copy link
Copy Markdown
Contributor

The current logic undercounts the progress. This PR fixes how we do the count.

Added a test case

@codecov

codecov Bot commented Sep 18, 2019

Copy link
Copy Markdown

Codecov Report

Merging #743 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #743      +/-   ##
==========================================
+ Coverage   97.65%   97.65%   +<.01%     
==========================================
  Files         118      118              
  Lines       10356    10364       +8     
==========================================
+ Hits        10113    10121       +8     
  Misses        243      243
Impacted Files Coverage Δ
featuretools/tests/synthesis/test_dfs_method.py 100% <100%> (ø) ⬆️
...computational_backends/calculate_feature_matrix.py 98.23% <100%> (ø) ⬆️
...utational_backend/test_calculate_feature_matrix.py 99.37% <100%> (ø) ⬆️
...s/computational_backends/feature_set_calculator.py 98.23% <100%> (ø) ⬆️

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 67322e5...6680785. Read the comment docs.

@kmax12 kmax12 changed the title [WIP] Fix progress bar undercounting Fix progress bar undercounting Sep 18, 2019
@kmax12
kmax12 requested a review from angela97lin September 18, 2019 14:34

@angela97lin angela97lin left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Glad you were able to track down the num_features undercounting!

@kmax12
kmax12 merged commit 2ff8d17 into master Sep 18, 2019
@kmax12
kmax12 deleted the fix-progress-bar-undercounting branch September 18, 2019 15:06
@rwedge rwedge mentioned this pull request Sep 30, 2019
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.

2 participants