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

Minor Compressions in statements in folder.py #874

Merged
merged 2 commits into from Apr 25, 2019
Merged

Conversation

surgan12
Copy link
Contributor

This PR just compresses two statements into one as mentioned here
#867 (comment)

@codecov-io
Copy link

codecov-io commented Apr 25, 2019

Codecov Report

Merging #874 into master will increase coverage by 0.21%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #874      +/-   ##
==========================================
+ Coverage   55.03%   55.24%   +0.21%     
==========================================
  Files          36       36              
  Lines        3367     3365       -2     
  Branches      552      551       -1     
==========================================
+ Hits         1853     1859       +6     
+ Misses       1377     1372       -5     
+ Partials      137      134       -3
Impacted Files Coverage Δ
torchvision/datasets/folder.py 76.25% <0%> (+1.85%) ⬆️
torchvision/transforms/transforms.py 82.54% <0%> (+1.29%) ⬆️

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 c0c696f...2bfd7b5. Read the comment docs.

Copy link
Member

@fmassa fmassa left a comment

Choose a reason for hiding this comment

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

Thanks!

@fmassa fmassa merged commit b1fb79f into pytorch:master Apr 25, 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.

None yet

3 participants