-
Notifications
You must be signed in to change notification settings - Fork 45
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
serializable
does not remove data implicitly stored in partial functions, leading to scaling with data size and potential privacy breaches
#750
Comments
I've created a test PR referenced above of for-a-0-point-20-release onto |
Perhaps the resampling update to |
@ablaom Indeed, I've had a quick look. It seems the problem is coming from a source node operation (unfortunately this is an anonymous function) which seems to store a |
I think this is be coming from the function |
Ah-haaa! Yes that makes sense. @olivierlabayle Thanks for taking time to diagnose this problem. This is an interesting case I had never thought of: data being stored in partial functions. I think addressing this issue would be pretty difficult in the current design. We may need to simply document the problem for now, but I'll leave this open. I'll update the issue title and opening comment. To resolve the current fail, I suggest modifying the test with an explicit declaration of @olivierlabayle What do think? |
serializable
does not remove data implicitly stored in partial functions, leading to scaling with data size and potential privacy breaches
I am coming back from holiday tomorrow and can have a look yes! Another solution would be to just perform the test with a simple model, ie not a stack, and that should work. |
edit: New issue title more accurately explains the issue not immediately diagnosed in the original comment below.
This issue is not related to the master or dev branches but to the breaking release branch for-a-0-point-20-release.
After merging #733 (with target for-a-0-point-20-release) which was passing CI, and bringing for-a-0-point-20-release up to date with
dev
(with a regular merge) I'm getting a new error in tests. File size of serialised objects has become data-dependent. The following is adapted from the failing test:@olivierlabayle Are you able to reproduce? Any idea how this could have arisen.
The text was updated successfully, but these errors were encountered: