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

Is memory cleared in sequential loading to backed? #61

Closed
davidsebfischer opened this issue Jan 7, 2021 · 1 comment · Fixed by #38
Closed

Is memory cleared in sequential loading to backed? #61

davidsebfischer opened this issue Jan 7, 2021 · 1 comment · Fixed by #38
Assignees

Comments

@davidsebfischer
Copy link
Contributor

I did not find a statement that deletes self.adata in backed loading in the base classes. I just added a clearfunction in DatasetBasethat would be required to do this clearing (#38).

davidsebfischer added a commit that referenced this issue Jan 7, 2021
- allowed temporary loading with custom function execution
- applied this to meta data loading
- introduced .adata clearing function (#61)
@le-ander
Copy link
Member

hm, good point. I guess we can just add a call to clear after we have appended the data to the backed object. I'll push this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants