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 Deserialization #16

Merged
merged 2 commits into from
Aug 9, 2023
Merged

Conversation

chainyo
Copy link
Owner

@chainyo chainyo commented Aug 8, 2023

This PR:

  • Adds deserialization functions
  • Adds deserialize staticmethod to TensorProcessor
  • Add and update tests

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

Codecov Report

Merging #16 (1e92a17) into main (2392300) will increase coverage by 1.27%.
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      #16      +/-   ##
==========================================
+ Coverage   96.77%   98.05%   +1.27%     
==========================================
  Files           6        7       +1     
  Lines         124      154      +30     
==========================================
+ Hits          120      151      +31     
+ Misses          4        3       -1     
Files Changed Coverage Δ
src/tensorshare/serialization/__init__.py 100.00% <100.00%> (ø)
src/tensorshare/serialization/constants.py 100.00% <100.00%> (ø)
src/tensorshare/serialization/processor.py 100.00% <100.00%> (+2.77%) ⬆️
src/tensorshare/serialization/utils.py 100.00% <100.00%> (ø)

@chainyo chainyo merged commit 1325119 into main Aug 9, 2023
5 checks passed
@chainyo chainyo deleted the 13-prepare-deserialization-for-any-tensors branch August 9, 2023 07:24
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.

Prepare deserialization for any tensors
2 participants