-
Notifications
You must be signed in to change notification settings - Fork 302
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
Pickling support #1762
Pickling support #1762
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1762 +/- ##
==========================================
+ Coverage 95.33% 95.36% +0.02%
==========================================
Files 28 28
Lines 6841 6885 +44
Branches 1025 1027 +2
==========================================
+ Hits 6522 6566 +44
Misses 194 194
Partials 125 125 ☔ View full report in Codecov by Sentry. |
@adam-urbanczyk this would fulfill the request in #973 as well, correct? |
I suppose, though serialization was already implemented. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @adam-urbanczyk , I do not see any issues.
closes #1634