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

Black #12

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

Black #12

wants to merge 11 commits into from

Conversation

mdh266
Copy link
Owner

@mdh266 mdh266 commented Jun 21, 2021

adding black for formatting and pytest.ini

@codecov
Copy link

codecov bot commented Jun 21, 2021

Codecov Report

Merging #12 (c1e98af) into master (8e281a7) will decrease coverage by 0.12%.
The diff coverage is 95.91%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #12      +/-   ##
==========================================
- Coverage   96.74%   96.62%   -0.13%     
==========================================
  Files          19       19              
  Lines         492      474      -18     
==========================================
- Hits          476      458      -18     
  Misses         16       16              
Impacted Files Coverage Δ
src/randomforests/__init__.py 100.00% <ø> (ø)
src/randomforests/utils.py 100.00% <ø> (ø)
src/randomforests/Forest.py 78.94% <87.50%> (ø)
src/randomforests/ForestClassifier.py 93.75% <91.66%> (ø)
src/randomforests/ForestRegressor.py 93.54% <92.30%> (ø)
src/randomforests/Tree.py 92.94% <92.59%> (ø)
src/randomforests/TreeClassifier.py 97.29% <92.85%> (ø)
src/randomforests/TreeRegressor.py 96.15% <100.00%> (ø)
tests/integration/test_int_forest_clf.py 100.00% <100.00%> (ø)
tests/integration/test_int_forest_reg.py 100.00% <100.00%> (ø)
... and 17 more

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 8e281a7...c1e98af. Read the comment docs.

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.

1 participant