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

[Bug fix] Fix pytorch + version control #1410

Merged
merged 3 commits into from
Dec 27, 2021
Merged

[Bug fix] Fix pytorch + version control #1410

merged 3 commits into from
Dec 27, 2021

Conversation

AbhinavTuli
Copy link
Contributor

@AbhinavTuli AbhinavTuli commented Dec 23, 2021

🚀 🚀 Pull Request

Checklist:

  • My code follows the style guidelines of this project and the Contributing document
  • I have commented my code, particularly in hard-to-understand areas
  • I have kept the coverage-rate up
  • I have performed a self-review of my own code and resolved any problems
  • I have checked to ensure there aren't any other open Pull Requests for the same change
  • I have described and made corresponding changes to the relevant documentation
  • New and existing unit tests pass locally with my changes

Changes

Need to add tests

@codecov
Copy link

codecov bot commented Dec 24, 2021

Codecov Report

Merging #1410 (31706f8) into main (297e1fe) will decrease coverage by 0.04%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1410      +/-   ##
==========================================
- Coverage   92.26%   92.22%   -0.05%     
==========================================
  Files         174      174              
  Lines       13906    13908       +2     
==========================================
- Hits        12831    12827       -4     
- Misses       1075     1081       +6     
Flag Coverage Δ
unittests 92.22% <100.00%> (-0.05%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
hub/core/io.py 97.26% <100.00%> (ø)
hub/integrations/tests/test_pytorch.py 100.00% <100.00%> (ø)
hub/integrations/tests/test_pytorch_dataloader.py 95.69% <0.00%> (-2.16%) ⬇️
hub/integrations/pytorch/dataset.py 91.49% <0.00%> (-1.62%) ⬇️

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 297e1fe...31706f8. 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.

3 participants