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

Fixed .tensors print for indra ds wrapper. #2397

Merged
merged 1 commit into from
Jun 1, 2023
Merged

Conversation

khustup
Copy link
Contributor

@khustup khustup commented May 31, 2023

🚀 🚀 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

@codecov
Copy link

codecov bot commented May 31, 2023

Codecov Report

Patch coverage: 9.09% and project coverage change: -0.07 ⚠️

Comparison is base (d721775) 84.71% compared to head (fd8d512) 84.65%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2397      +/-   ##
==========================================
- Coverage   84.71%   84.65%   -0.07%     
==========================================
  Files         323      323              
  Lines       36569    36605      +36     
==========================================
+ Hits        30980    30987       +7     
- Misses       5589     5618      +29     
Flag Coverage Δ
unittests 84.65% <9.09%> (-0.07%) ⬇️

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

Impacted Files Coverage Δ
deeplake/core/dataset/deeplake_query_dataset.py 31.29% <0.00%> (-1.77%) ⬇️
deeplake/core/tensor.py 88.25% <0.00%> (-0.29%) ⬇️
deeplake/core/tests/test_deeplake_indra_dataset.py 10.77% <0.00%> (-0.64%) ⬇️
deeplake/core/dataset/deeplake_query_tensor.py 45.63% <19.04%> (-3.81%) ⬇️
deeplake/__init__.py 95.00% <100.00%> (ø)

... and 2 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@khustup khustup merged commit 4057c66 into main Jun 1, 2023
8 of 15 checks passed
@khustup khustup deleted the virtual-tensors-bugfix branch June 1, 2023 08:36
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