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

[AL-1698 (partial)] Hidden tensors #1525

Merged
merged 2 commits into from
Mar 7, 2022
Merged

[AL-1698 (partial)] Hidden tensors #1525

merged 2 commits into from
Mar 7, 2022

Conversation

farizrahman4u
Copy link
Contributor

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

ds.create_tensor(tensor_name, hidden=True) to create hidden tensors.

@codecov
Copy link

codecov bot commented Mar 6, 2022

Codecov Report

Merging #1525 (9f0cfad) into main (bdb268b) will decrease coverage by 0.45%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1525      +/-   ##
==========================================
- Coverage   92.36%   91.91%   -0.46%     
==========================================
  Files         189      189              
  Lines       16453    16281     -172     
==========================================
- Hits        15197    14964     -233     
- Misses       1256     1317      +61     
Flag Coverage Δ
unittests 91.91% <100.00%> (-0.46%) ⬇️

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

Impacted Files Coverage Δ
hub/htype.py 100.00% <ø> (ø)
hub/api/tests/test_api.py 97.97% <100.00%> (-2.03%) ⬇️
hub/core/dataset/dataset.py 93.02% <100.00%> (-0.06%) ⬇️
hub/core/meta/dataset_meta.py 100.00% <100.00%> (ø)
hub/core/meta/tensor_meta.py 86.45% <100.00%> (-1.18%) ⬇️
hub/api/tests/test_api_with_compression.py 89.78% <0.00%> (-10.22%) ⬇️
hub/core/tests/test_compression.py 94.49% <0.00%> (-5.51%) ⬇️
hub/tests/path_fixtures.py 87.30% <0.00%> (-3.39%) ⬇️
hub/core/compression.py 85.19% <0.00%> (-2.56%) ⬇️
hub/core/fast_forwarding.py 64.81% <0.00%> (-2.43%) ⬇️
... and 57 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 bdb268b...9f0cfad. Read the comment docs.

@farizrahman4u farizrahman4u changed the title Hidden tensors [AL-1698] Hidden tensors Mar 6, 2022
@farizrahman4u farizrahman4u changed the title [AL-1698] Hidden tensors [AL-1698 (partial)] Hidden tensors Mar 6, 2022
@farizrahman4u farizrahman4u merged commit e9d25ff into main Mar 7, 2022
@farizrahman4u farizrahman4u deleted the fr_hidden_tensors branch March 7, 2022 17:17
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.

4 participants