-
-
Notifications
You must be signed in to change notification settings - Fork 28
Add saving lazyudf #532
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 saving lazyudf #532
Conversation
FrancescAlted
left a comment
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.
Good work! I am just wondering if we can still use the commented out code that checks for special values. I don't remember if there is some benchmark that exercises this code, but it could well be the case. Can you double chek that?
|
There are benchmarks for filling/accessing schunks with special values, but none for lazy expression calculations which use operands with special values, which is the context in which the commented-out code would be executed. |
FrancescAlted
left a comment
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.
LGTM. In case we are not going to need the commented code here, better remove it.
In order to fully implement ironArray/Caterva2#279, need this PR which adds a
savemethod toLazyUDFclass in blosc2.Also fixes #533