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

Add prepare_tensors_to_dict #39

Merged
merged 5 commits into from
Aug 19, 2023
Merged

Conversation

chainyo
Copy link
Owner

@chainyo chainyo commented Aug 19, 2023

✨ Features

This PR adds a utils function to lazy format tensors to a dictionnary of tensors.

🔗 Linked Issue/s

#10

🧪 Tests

  • Did you implement unit tests if required?

@chainyo chainyo linked an issue Aug 19, 2023 that may be closed by this pull request
@chainyo chainyo added the feature New feature for the package label Aug 19, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #39 (7ba9db8) into main (d53714e) will increase coverage by 0.03%.
Report is 2 commits behind head on main.
The diff coverage is 100.00%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff             @@
##             main      #39      +/-   ##
==========================================
+ Coverage   98.87%   98.90%   +0.03%     
==========================================
  Files          13       13              
  Lines         266      274       +8     
==========================================
+ Hits          263      271       +8     
  Misses          3        3              
Files Changed Coverage Δ
src/tensorshare/__init__.py 100.00% <ø> (ø)
src/tensorshare/utils.py 100.00% <100.00%> (ø)

@chainyo chainyo merged commit 399cbd5 into main Aug 19, 2023
5 checks passed
@chainyo chainyo deleted the 10-format-tensors-to-dict-function branch August 19, 2023 22:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature for the package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Format tensors to dict function
2 participants