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

Fix black config and rerun #93

Merged
merged 1 commit into from
Apr 12, 2021
Merged

Fix black config and rerun #93

merged 1 commit into from
Apr 12, 2021

Conversation

haipinglu
Copy link
Member

@haipinglu haipinglu commented Apr 11, 2021

Description

Previous config for black was wrong and excluded several files (due to matching substring in path/name such as git in digit). This PR fixed this config problem and reran black on all files.

15 files reformatted, 105 files left unchanged.

Status

Ready

Types of changes

  • Non-breaking change (fix or new feature that would not break existing functionality).

@codecov-io
Copy link

codecov-io commented Apr 11, 2021

Codecov Report

Merging #93 (f650fb3) into master (16cb102) will not change coverage.
The diff coverage is 42.30%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #93   +/-   ##
======================================
  Coverage    6.76%   6.76%           
======================================
  Files          37      37           
  Lines        2999    2999           
======================================
  Hits          203     203           
  Misses       2796    2796           
Impacted Files Coverage Δ
kale/embed/seq_nn.py 0.00% <ø> (ø)
kale/loaddata/digits_access.py 0.00% <0.00%> (ø)
kale/loaddata/tdc_datasets.py 0.00% <0.00%> (ø)
kale/prepdata/chem_transform.py 0.00% <0.00%> (ø)
kale/utils/csv_logger.py 0.00% <0.00%> (ø)
kale/embed/mpca.py 85.04% <100.00%> (ø)
kale/pipeline/mpca_trainer.py 100.00% <100.00%> (ø)

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 16cb102...f650fb3. Read the comment docs.

@haipinglu haipinglu merged commit 4e22a58 into master Apr 12, 2021
@haipinglu haipinglu deleted the fix-black-config branch April 12, 2021 06:16
@haipinglu haipinglu added the enhancement Improvement of existing code label Apr 17, 2021
This was referenced Apr 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement of existing code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants